diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-20 13:59:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 10:11:50 +0700 |
commit | fa25dec0130775032c1d8447856cfc5e4044e1f8 (patch) | |
tree | 095982e2e255df08b9c039c5af62bf61ed07af1e /python | |
parent | 15aee4c46ebfe58d9af02598d18253ebeb906978 (diff) |
python/python3-astroid: Updated for version 2.12.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-astroid/python3-astroid.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 2dcdc19c8819..3213ea0b9019 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for python3-astroid +# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece # Copyright 2018-2019 Markus Rinne Finland # All rights reserved. # @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.7.3} +VERSION=${VERSION:-2.12.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info index 4cd04b84987b..62c26c62b8d9 100644 --- a/python/python3-astroid/python3-astroid.info +++ b/python/python3-astroid/python3-astroid.info @@ -1,10 +1,10 @@ PRGNAM="python3-astroid" -VERSION="2.7.3" +VERSION="2.12.13" HOMEPAGE="https://github.com/PyCQA/astroid" -DOWNLOAD="https://files.pythonhosted.org/packages/20/91/23a1c0c8e41549fc05c58b58351b5aeacfe0fcdd51195d12f0eb652fe8d2/astroid-2.7.3.tar.gz" -MD5SUM="3803355e3d40d2179b13df082f1425f9" +DOWNLOAD="https://files.pythonhosted.org/packages/61/d0/e7cfca72ec7d6c5e0da725c003db99bb056e9b6c2f4ee6fae1145adf28a6/astroid-2.12.13.tar.gz" +MD5SUM="673af3faecf67432992eda41232ad2ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy-object-proxy python3-wrapt" -MAINTAINER="Markus Rinne" -EMAIL="markus.ka.rinne@gmail.com" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" |