diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-03-22 23:53:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 07:34:21 +0700 |
commit | e3d7d879e110880cb537d5264b2265a47e04bac5 (patch) | |
tree | 4983fbaad6e11431ef12f4c159ea248f798b4b05 /python/python3-astroid | |
parent | b14858dd8061f1aeb0b18fd37b332532b0eb89ca (diff) |
python/python3-astroid: Updated for version 2.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-astroid/python3-astroid.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 4149b4ded141..6fe86e0abe42 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.2.4} +VERSION=${VERSION:-2.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 03c5818eb474..b8929537949c 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.2.4" +VERSION="2.2.5" HOMEPAGE="https://bitbucket.org/logilab/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/c1/3c/40ac6d01218ad9a81c06c75e2a104c69b3b8737ddef4d637ae055042b038/astroid-2.2.4.tar.gz" -MD5SUM="5ee0539aac544264c91b9b5e566b34d8" +DOWNLOAD="https://files.pythonhosted.org/packages/85/e3/4ec967f7db4644b1fe849e4724191346d3e3f8172631ad7266f7f17a6018/astroid-2.2.5.tar.gz" +MD5SUM="0e686c4f817ddcd3be18b31df644c3bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytest-runner python3-lazy-object-proxy python3-six python3-wrapt typed_ast" |