diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-06-05 19:52:19 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:24 +0700 |
commit | f183c4e5be54498c62667a844d87f9a9655d6307 (patch) | |
tree | c4803794d4bdcc3665574b9412bcb3db0bd300b3 /python | |
parent | b6bd38b6ad04f1ee3f8c79cb972227d6f261cad5 (diff) | |
download | slackbuilds-f183c4e5be54498c62667a844d87f9a9655d6307.tar.gz |
python/astroid: Updated for version 1.5.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/astroid/astroid.SlackBuild | 2 | ||||
-rw-r--r-- | python/astroid/astroid.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/astroid/astroid.SlackBuild b/python/astroid/astroid.SlackBuild index c6ec5dc40a..49d3bb8bd3 100644 --- a/python/astroid/astroid.SlackBuild +++ b/python/astroid/astroid.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=astroid -VERSION=${VERSION:-1.5.2} +VERSION=${VERSION:-1.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/astroid/astroid.info b/python/astroid/astroid.info index b9bdadbbad..2cd8faf6ef 100644 --- a/python/astroid/astroid.info +++ b/python/astroid/astroid.info @@ -1,8 +1,8 @@ PRGNAM="astroid" -VERSION="1.5.2" +VERSION="1.5.3" HOMEPAGE="https://bitbucket.org/logilab/astroid" -DOWNLOAD="https://pypi.python.org/packages/69/8b/711d5475de8784ecf8d9e208b3f4cbbeab5ca7d9e6592ebb359173bc5f26/astroid-1.5.2.tar.gz" -MD5SUM="f2290291be501f7534e3d81ec29d8a2a" +DOWNLOAD="https://pypi.python.org/packages/d7/b7/112288f75293d6f12b1e41bac1e822fd0f29b0f88e2c4378cdd295b9d838/astroid-1.5.3.tar.gz" +MD5SUM="6f65e4ea8290ec032320460905afb828" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six python-lazy-object-proxy python-wrapt" |