diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2019-11-07 23:01:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 09:37:43 +0700 |
commit | e83f7d7e9b4407a5db1a3736b374249843e55a2c (patch) | |
tree | ebe651960216d5e0d5fb78f073bc3d6d37ea0c4e /python | |
parent | 9ee9896f13be47b84a65dfe12d296751ba10ae7f (diff) |
python/python3-astroid: Updated for version 2.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 5db97f12b5e3..4499d15f32d4 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.3.2} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 8822ad1e3467..e4b3d4b2b3c2 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.3.2" +VERSION="2.3.3" HOMEPAGE="https://bitbucket.org/logilab/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/94/32/58db7000d735f1f6e4b60c8ae0137b96b227e3ec4b640d8cf28f16e5bf62/astroid-2.3.2.tar.gz" -MD5SUM="b2cd5c0383ff33c1410e737c2607aa7a" +DOWNLOAD="https://files.pythonhosted.org/packages/40/df/70dfe3eed7352dd3f5c7cc74518ceed78230b2ca9d7d60dbabd81d5390ba/astroid-2.3.3.tar.gz" +MD5SUM="5f3d73d82d1753b59bb49a6bc6046dee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pytest-runner python3-lazy-object-proxy python3-six python3-wrapt typed_ast" |