diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-26 13:23:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-27 09:39:13 +0700 |
commit | e16d24c79ae9c7c2abcf377cba438646757a39af (patch) | |
tree | c3ac6d934d9fecc50ecf7e5e1119263b5f270526 | |
parent | 73c03f2b17edf7085ca61a1f2a6b8106237fe825 (diff) |
python/python3-keyring: Update for 25.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 1e7bca94b7..5bdb75588e 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.4.1} +VERSION=${VERSION:-25.5.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 b1f7fa52ac..27174d363b 100644 --- a/python/python3-keyring/python3-keyring.info +++ b/python/python3-keyring/python3-keyring.info @@ -1,8 +1,8 @@ PRGNAM="python3-keyring" -VERSION="25.4.1" +VERSION="25.5.0" HOMEPAGE="https://github.com/jaraco/keyring" -DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.1.tar.gz" -MD5SUM="18421ba10fcf6af96586aa0761cc667d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.5.0.tar.gz" +MD5SUM="abbca9e5a78bdb506d3ba0bfa3fe3642" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage" |