diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-03-24 14:29:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-25 20:18:45 +0700 |
commit | 349c6989dfb8cd7e6e3ca697d0f547cfe36f66b1 (patch) | |
tree | 093ae57ad88ca8b8a132c966f05d7ff622045b98 | |
parent | 6ed9a206c0df3e690f97584a015ada0aa2ddb159 (diff) |
python/python3-keyring: Update for 25.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-keyring/python3-keyring.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-keyring/python3-keyring.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-keyring/python3-keyring.SlackBuild b/python/python3-keyring/python3-keyring.SlackBuild index 0d54b143fded9..c943f604ed81f 100644 --- a/python/python3-keyring/python3-keyring.SlackBuild +++ b/python/python3-keyring/python3-keyring.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-keyring -VERSION=${VERSION:-24.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-25.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-keyring/python3-keyring.info b/python/python3-keyring/python3-keyring.info index 890af8be7af3f..31da1a07f9f6a 100644 --- a/python/python3-keyring/python3-keyring.info +++ b/python/python3-keyring/python3-keyring.info @@ -1,10 +1,10 @@ PRGNAM="python3-keyring" -VERSION="24.3.1" +VERSION="25.0.0" HOMEPAGE="https://github.com/jaraco/keyring" -DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-24.3.1.tar.gz" -MD5SUM="778773699cc113262750427084f57017" +DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.0.0.tar.gz" +MD5SUM="0e094cfa84632f647a4877d6e5c3e9cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-importlib_metadata python3-jaraco.classes python3-setuptools-opt secretstorage" +REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |