diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-05-07 12:48:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 06:51:52 +0700 |
commit | 3b62c5afe6e77ce62513ff133312561237446c34 (patch) | |
tree | e43f2d135a71296ad50ce1fd07e19d86ffed1ad1 /python | |
parent | 28ff90a431aa1030982762001e658602ced1f943 (diff) |
python/python3-tenacity: Update for 8.3.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 02c6f469b7b2f..e5dd099056afd 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.2.3} +VERSION=${VERSION:-8.3.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 6d79672ce42dd..ca39030f13ed5 100644 --- a/python/python3-tenacity/python3-tenacity.info +++ b/python/python3-tenacity/python3-tenacity.info @@ -1,8 +1,8 @@ PRGNAM="python3-tenacity" -VERSION="8.2.3" +VERSION="8.3.0" HOMEPAGE="https://github.com/jd/tenacity" -DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/8.2.3/tenacity-8.2.3.tar.gz" -MD5SUM="8a6a7bde47f448ed3c27237ae406b66e" +DOWNLOAD="https://github.com/jd/tenacity/archive/refs/tags/8.3.0/tenacity-8.3.0.tar.gz" +MD5SUM="0a05465d33942718e57b30fd13a6cef8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |