diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-06-23 16:24:05 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-24 10:32:37 +0700 |
commit | f8daefadf06df65e6a155373b344675faee0f47c (patch) | |
tree | ab5a783709bdda6a0522def0f187fe05d3f6cfcb /python | |
parent | ed715f778588de123f82d507183d174a61f05bc0 (diff) | |
download | slackbuilds-f8daefadf06df65e6a155373b344675faee0f47c.tar.gz |
python/python3-astroid: Updated for version 2.6.0.
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 86c8cc0b95..5cebfab34a 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.5.8} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index b496878c08..70828e37c5 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,8 +1,8 @@ PRGNAM="python3-astroid" -VERSION="2.5.8" +VERSION="2.6.0" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/5b/b7/e2aa3bf1e05a799d0ff0c8d97dd02fcb46d0f5dcba0a0a1cb3e20e40c369/astroid-2.5.8.tar.gz" -MD5SUM="365043dbd1fd6c53194ada419eac1860" +DOWNLOAD="https://files.pythonhosted.org/packages/11/73/96f28130d5379a6373f179cfac747acaaff979b37ef0c62e54122baa642c/astroid-2.6.0.tar.gz" +MD5SUM="b1933ac8d3b211617de9cc8e5ccf6d30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt" |