diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-19 09:41:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 09:41:42 +0700 |
commit | db658e2e9eb60ca8e91917ae41049a1ab71e44a2 (patch) | |
tree | ca1ffb8e46af22bdc7d9b5b9ef3a79a5469efdca /python/python3-jaraco.collections | |
parent | f3bcfdfd653126d3f5607069e016f62ba0339b91 (diff) |
python/python3-jaraco.collections: Updated for version 3.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.collections')
-rw-r--r-- | python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jaraco.collections/python3-jaraco.collections.info | 6 |
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 9c45e3754bb5..69e8235c6aa7 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 1e586554246e..07c77186dc46 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" |