summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-11-04 01:47:51 +0100
committer Willy Sudiarto Raharjo2022-11-05 15:15:06 +0100
commit1cd07a9e68ce44b1cd17d6c477922f78bb09f14a (patch)
tree454b50a1c55adc364b2e75ad58bf5178f1b9c441
parent603927bed8389fc4deca9629b500b0b0486cb4bc (diff)
downloadslackbuilds-1cd07a9e68ce44b1cd17d6c477922f78bb09f14a.tar.gz
python/python3-jaraco.collections: Updated for version 3.7.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 8db58b525a..9c45e3754b 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.5.2}
+VERSION=${VERSION:-3.7.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 bbef392e57..1e58655424 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.5.2"
+VERSION="3.7.0"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.5.2.tar.gz"
-MD5SUM="70babb1218fdc8b0f7f163f5eb9c68f0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.7.0.tar.gz"
+MD5SUM="001ac4d5340f8e1e355e388a816b68b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"