aboutsummaryrefslogtreecommitdiff
path: root/python/python3-keyring
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-04-02 12:41:23 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-03 10:09:55 +0700
commit31838682e9056d847fe8550a0189e9b6f332fd50 (patch)
tree39384e02f67def573c168595a4b8ab6c79c37575 /python/python3-keyring
parent749b9e4f2f0a6251cf300b6c149911f00edab951 (diff)
python/python3-keyring: Update for 25.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-keyring')
-rw-r--r--python/python3-keyring/python3-keyring.SlackBuild2
-rw-r--r--python/python3-keyring/python3-keyring.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-keyring/python3-keyring.SlackBuild b/python/python3-keyring/python3-keyring.SlackBuild
index c943f604ed..8d3d30a0b4 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.0.0}
+VERSION=${VERSION:-25.1.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 31da1a07f9..d82d86cb2c 100644
--- a/python/python3-keyring/python3-keyring.info
+++ b/python/python3-keyring/python3-keyring.info
@@ -1,8 +1,8 @@
PRGNAM="python3-keyring"
-VERSION="25.0.0"
+VERSION="25.1.0"
HOMEPAGE="https://github.com/jaraco/keyring"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.0.0.tar.gz"
-MD5SUM="0e094cfa84632f647a4877d6e5c3e9cf"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.1.0.tar.gz"
+MD5SUM="f5db2f4ff95722e35540e2b4fba2f83c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage"