diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-19 09:23:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-21 06:51:08 +0700 |
commit | 8c191096c6afdc1a9a513c926b198b3ace01e702 (patch) | |
tree | 893a6ae68350286ef24001a9c753cf33015d71f6 /python | |
parent | daa8df73c6a30145685dc63844f30310dc3526b0 (diff) |
python/python3-pyjwt: updated for version 2.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyjwt/python3-pyjwt.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pyjwt/python3-pyjwt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pyjwt/python3-pyjwt.SlackBuild b/python/python3-pyjwt/python3-pyjwt.SlackBuild index b6452fe100dde..ab9940bc18f68 100644 --- a/python/python3-pyjwt/python3-pyjwt.SlackBuild +++ b/python/python3-pyjwt/python3-pyjwt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyjwt SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pyjwt/python3-pyjwt.info b/python/python3-pyjwt/python3-pyjwt.info index 5b733cc1f5836..babf8ace8741f 100644 --- a/python/python3-pyjwt/python3-pyjwt.info +++ b/python/python3-pyjwt/python3-pyjwt.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyjwt" -VERSION="2.7.0" +VERSION="2.8.0" HOMEPAGE="https://github.com/jpadilla/pyjwt" -DOWNLOAD="https://github.com/jpadilla/pyjwt/archive/2.7.0/pyjwt-2.7.0.tar.gz" -MD5SUM="2f2cb44c5addff5d2fedd349e11b56a5" +DOWNLOAD="https://github.com/jpadilla/pyjwt/archive/2.8.0/pyjwt-2.8.0.tar.gz" +MD5SUM="d434e3916a3245680d8a7635c9a0702c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |