summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Rinne2021-08-31 14:05:46 +0200
committer Willy Sudiarto Raharjo2021-09-06 02:57:32 +0200
commit3950ee245c4f29bf8d2dc3c7c8af3e7cf980f1db (patch)
tree15b54feb7a04e5b842524f31c51eced6edb4720b
parentf2ef21d96ce8bfc4fe40d0ad3be4587c1389245d (diff)
downloadslackbuilds-3950ee245c4f29bf8d2dc3c7c8af3e7cf980f1db.tar.gz
python/python3-astroid: Updated for version 2.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-astroid/python3-astroid.SlackBuild2
-rw-r--r--python/python3-astroid/python3-astroid.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild
index fb28c66ca6..2dcdc19c88 100644
--- a/python/python3-astroid/python3-astroid.SlackBuild
+++ b/python/python3-astroid/python3-astroid.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-astroid
SRCNAM=astroid
-VERSION=${VERSION:-2.7.2}
+VERSION=${VERSION:-2.7.3}
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 1ffe49d53a..4cd04b8498 100644
--- a/python/python3-astroid/python3-astroid.info
+++ b/python/python3-astroid/python3-astroid.info
@@ -1,8 +1,8 @@
PRGNAM="python3-astroid"
-VERSION="2.7.2"
+VERSION="2.7.3"
HOMEPAGE="https://github.com/PyCQA/astroid"
-DOWNLOAD="https://files.pythonhosted.org/packages/6f/94/88d24ff14d5e00e78ad7f940dec22d9e95234a2bbf1c16ebcfa19d761ac6/astroid-2.7.2.tar.gz"
-MD5SUM="5ef20fa544489da581fe6b7a153b069a"
+DOWNLOAD="https://files.pythonhosted.org/packages/20/91/23a1c0c8e41549fc05c58b58351b5aeacfe0fcdd51195d12f0eb652fe8d2/astroid-2.7.3.tar.gz"
+MD5SUM="3803355e3d40d2179b13df082f1425f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lazy-object-proxy python3-wrapt"