diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-09-25 22:30:18 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-28 02:32:40 +0700 |
commit | a558da3a94103ff07acfdc9c9243613bcbd2a6cc (patch) | |
tree | c3a412fca29e046fa94bd73f89a096940d84d2e9 /python/python3-astroid | |
parent | 5495ad0fd2b8beec1d15935bae2013fa4a8e496b (diff) |
python/python3-astroid: Updated for version 2.3.0.
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 6fe86e0abe42..deaacf8f74e4 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.5} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index b8929537949c..b4ce5982b833 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.5" +VERSION="2.3.0" HOMEPAGE="https://bitbucket.org/logilab/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/85/e3/4ec967f7db4644b1fe849e4724191346d3e3f8172631ad7266f7f17a6018/astroid-2.2.5.tar.gz" -MD5SUM="0e686c4f817ddcd3be18b31df644c3bc" +DOWNLOAD="https://files.pythonhosted.org/packages/a7/cd/b793d60697ce26db757971e5e0384bb5855fda2eea1e24cebd470e8240f7/astroid-2.3.0.tar.gz" +MD5SUM="2594981cfe85f9fbbd3e04c8ab55b9c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytest-runner python3-lazy-object-proxy python3-six python3-wrapt typed_ast" |