summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-11-19 03:41:42 +0100
committer Willy Sudiarto Raharjo2022-11-19 03:41:42 +0100
commitdb658e2e9eb60ca8e91917ae41049a1ab71e44a2 (patch)
treeca1ffb8e46af22bdc7d9b5b9ef3a79a5469efdca
parentf3bcfdfd653126d3f5607069e016f62ba0339b91 (diff)
downloadslackbuilds-db658e2e9eb60ca8e91917ae41049a1ab71e44a2.tar.gz
python/python3-jaraco.collections: Updated for version 3.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild2
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
index 9c45e3754b..69e8235c6a 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.collections
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.info b/python/python3-jaraco.collections/python3-jaraco.collections.info
index 1e58655424..07c77186dc 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.info
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.collections"
-VERSION="3.7.0"
+VERSION="3.8.0"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.7.0.tar.gz"
-MD5SUM="001ac4d5340f8e1e355e388a816b68b8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.8.0.tar.gz"
+MD5SUM="b23111fd553997d3f372c6e83f744ef0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"