diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-29 12:05:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-30 02:13:51 +0700 |
commit | af9101598bf5754437680d30536335fa8898fd20 (patch) | |
tree | 64aa73388c1bcd19a1d067da23fae4ce8a29b844 /python | |
parent | 26625d5567d2e3ec611f223b7b041d5be230eb7b (diff) |
python/python3-tenacity: Update for 9.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-tenacity/python3-tenacity.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tenacity/python3-tenacity.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tenacity/python3-tenacity.SlackBuild b/python/python3-tenacity/python3-tenacity.SlackBuild index 52b5f227bf54f..f5fd1eb4cb0cd 100644 --- a/python/python3-tenacity/python3-tenacity.SlackBuild +++ b/python/python3-tenacity/python3-tenacity.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tenacity -VERSION=${VERSION:-8.5.0} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-tenacity/python3-tenacity.info b/python/python3-tenacity/python3-tenacity.info index 0dc10ce231594..0a48dae30d948 100644 --- a/python/python3-tenacity/python3-tenacity.info +++ b/python/python3-tenacity/python3-tenacity.info @@ -1,8 +1,8 @@ PRGNAM="python3-tenacity" -VERSION="8.5.0" +VERSION="9.0.0" HOMEPAGE="https://github.com/jd/tenacity" -DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/8.5.0/tenacity-8.5.0.tar.gz" -MD5SUM="4998584aef45ee71f0b23a9b85e7ca63" +DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/9.0.0/tenacity-9.0.0.tar.gz" +MD5SUM="bdc8b7e2609df121a254b94e769bac6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |