python/python3-keyring: Update for 25.1.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-04-02 12:41:23 -07:00 committed by Willy Sudiarto Raharjo
parent 749b9e4f2f
commit 31838682e9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"