summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Rinne2021-02-17 21:22:18 +0100
committer Willy Sudiarto Raharjo2021-02-22 16:33:49 +0100
commitd4df9a946edb917b1dd1e938cc3353502b65eff1 (patch)
treece02c574cf5d752a882bc66fee4efb74fa1952a5
parent9298b8d5b310a1e4644b564c36ababdeb45f7641 (diff)
downloadslackbuilds-d4df9a946edb917b1dd1e938cc3353502b65eff1.tar.gz
python/python3-astroid: Updated for version 2.5.
This commit also updates the dependencies to match the new version. 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.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild
index 32be2b075f..b8ef010788 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.4.2}
+VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-astroid/python3-astroid.info b/python/python3-astroid/python3-astroid.info
index edf872bc3f..022fd394db 100644
--- a/python/python3-astroid/python3-astroid.info
+++ b/python/python3-astroid/python3-astroid.info
@@ -1,10 +1,10 @@
PRGNAM="python3-astroid"
-VERSION="2.4.2"
+VERSION="2.5"
HOMEPAGE="https://github.com/PyCQA/astroid"
-DOWNLOAD="https://files.pythonhosted.org/packages/ee/25/d3f01bc7e16641e0acb9a8c12decf1d5c2f04336c1f19ba69dc8e6927dff/astroid-2.4.2.tar.gz"
-MD5SUM="b54e1325995d3a9abd84bac91d4d5867"
+DOWNLOAD="https://files.pythonhosted.org/packages/18/00/753b485627d9cd642516c195db63dcc0c87c36b8c682125c000b7f611b09/astroid-2.5.tar.gz"
+MD5SUM="ada7b4df6243a4506de0efb8442ae596"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-lazy-object-proxy python3-six python3-wrapt typed_ast"
+REQUIRES="python3-lazy-object-proxy python3-wrapt typed_ast"
MAINTAINER="Markus Rinne"
EMAIL="markus.ka.rinne@gmail.com"