summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-08-03 13:00:04 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-04 04:37:22 +0700
commit468be2950157aaaf83dcf94f04dad340475f5e39 (patch)
tree130218781da67d0022477ff0f742cda9dccb43aa /python
parent3af58d32e626a23fa74f18631bce3550e1c5dfba (diff)
downloadslackbuilds-468be2950157aaaf83dcf94f04dad340475f5e39.tar.gz
slackbuilds-468be2950157aaaf83dcf94f04dad340475f5e39.tar.xz
python/python3-keyring: Update for 25.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 37ae6fffbe..073a32f8bb 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.2.1}
+VERSION=${VERSION:-25.3.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 f598884dd7..a280ef0a53 100644
--- a/python/python3-keyring/python3-keyring.info
+++ b/python/python3-keyring/python3-keyring.info
@@ -1,8 +1,8 @@
PRGNAM="python3-keyring"
-VERSION="25.2.1"
+VERSION="25.3.0"
HOMEPAGE="https://github.com/jaraco/keyring"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.2.1.tar.gz"
-MD5SUM="f5c4b4a83032af4b8599c74d1eafe101"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.3.0.tar.gz"
+MD5SUM="024f9ec53601f6b91670c31d705546fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage"