diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-04-30 13:28:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:45:08 +0700 |
commit | 8d3013987c5763a9f888f756273f82d91f1a8474 (patch) | |
tree | 989f48beab5c073cced98fd18895b88e00b683fc /python | |
parent | 8671afaccfaa682634ded0e80005a272d21d2829 (diff) |
python/python3-keyring: Update for 25.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-keyring/python3-keyring.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-keyring/python3-keyring.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-keyring/python3-keyring.SlackBuild b/python/python3-keyring/python3-keyring.SlackBuild index 14c403ea65fbd..385b8eedd876a 100644 --- a/python/python3-keyring/python3-keyring.SlackBuild +++ b/python/python3-keyring/python3-keyring.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-keyring -VERSION=${VERSION:-25.1.0} +VERSION=${VERSION:-25.2.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 d82d86cb2c9da..b9a3a597c9c68 100644 --- a/python/python3-keyring/python3-keyring.info +++ b/python/python3-keyring/python3-keyring.info @@ -1,8 +1,8 @@ PRGNAM="python3-keyring" -VERSION="25.1.0" +VERSION="25.2.0" HOMEPAGE="https://github.com/jaraco/keyring" -DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.1.0.tar.gz" -MD5SUM="f5db2f4ff95722e35540e2b4fba2f83c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.2.0.tar.gz" +MD5SUM="02d8ecd28cc341d1875d4cc8412e4919" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage" |