diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-09-17 13:18:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-18 10:16:53 +0700 |
commit | 2d7c7d601166a8a3a6b39e3ff29bef3a96ce135a (patch) | |
tree | bb97765abd2a8430697786971eabf3ed520fb016 | |
parent | 1706ad2b4e23dfbc962850ab92649d526dcb0d24 (diff) |
python/python3-keyring: Update for 25.4.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 073a32f8bb..d4a750c5f7 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.3.0} +VERSION=${VERSION:-25.4.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 a280ef0a53..6789e401d0 100644 --- a/python/python3-keyring/python3-keyring.info +++ b/python/python3-keyring/python3-keyring.info @@ -1,8 +1,8 @@ PRGNAM="python3-keyring" -VERSION="25.3.0" +VERSION="25.4.0" HOMEPAGE="https://github.com/jaraco/keyring" -DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.3.0.tar.gz" -MD5SUM="024f9ec53601f6b91670c31d705546fe" +DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.0.tar.gz" +MD5SUM="f60bb4b87fad5035b467b41f7e2439ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage" |