python/python3-keyring: Update for 25.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-10-26 13:23:50 -07:00 committed by Willy Sudiarto Raharjo
parent 73c03f2b17
commit e16d24c79a
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.4.1}
VERSION=${VERSION:-25.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-keyring"
VERSION="25.4.1"
VERSION="25.5.0"
HOMEPAGE="https://github.com/jaraco/keyring"
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.1.tar.gz"
MD5SUM="18421ba10fcf6af96586aa0761cc667d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.5.0.tar.gz"
MD5SUM="abbca9e5a78bdb506d3ba0bfa3fe3642"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage"