aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-10-03 20:32:13 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-05 08:36:12 +0700
commit415546b9e2187b8a54ea02d5fbf320648bba66d4 (patch)
tree5270b07125c5b30115f2aab6d4ea411ced76d3d0
parentcc482704e11765b04da229b39bda3158f8c0b004 (diff)
python/python3-jaraco.collections: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild4
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
index 1579904a2423..08a56f1ff554 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
@@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.collections
-SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-5.0.1}
+SRCNAM=jaraco_collections
+VERSION=${VERSION:-5.1.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 7861e90fc174..1b3dcb2f23eb 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="5.0.1"
+VERSION="5.1.0"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-5.0.1.tar.gz"
-MD5SUM="c04e0e8f98081467f4fdf1c407c22aec"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco_collections-5.1.0.tar.gz"
+MD5SUM="33a136eb3dd4c36090270ea2d4d43e7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"