diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-04 00:47:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:06 +0700 |
commit | 1cd07a9e68ce44b1cd17d6c477922f78bb09f14a (patch) | |
tree | 454b50a1c55adc364b2e75ad58bf5178f1b9c441 /python | |
parent | 603927bed8389fc4deca9629b500b0b0486cb4bc (diff) |
python/python3-jaraco.collections: Updated for version 3.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 8db58b525a8f3..9c45e3754bb50 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 bbef392e57e59..1e586554246e8 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" |