diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-20 12:57:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-21 07:25:27 +0700 |
commit | d8c459011c2e6d54ee98a0606a4cb7eefbfee0e7 (patch) | |
tree | 11b69dbebdbf3c36fa8a84d88475064674544c1b /python | |
parent | 1139682052d05bc8623105992761d05fe74eb237 (diff) |
python/python3-keyring: Update for 25.4.1
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 d4a750c5f76a..1e7bca94b7c5 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.0} +VERSION=${VERSION:-25.4.1} 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 6789e401d018..b1f7fa52ac35 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.0" +VERSION="25.4.1" HOMEPAGE="https://github.com/jaraco/keyring" -DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.0.tar.gz" -MD5SUM="f60bb4b87fad5035b467b41f7e2439ae" +DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.1.tar.gz" +MD5SUM="18421ba10fcf6af96586aa0761cc667d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage" |