diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-07 11:34:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-08 02:50:04 +0700 |
commit | a693e8c53e8001c33d54769fc0285fcc483a388c (patch) | |
tree | 5c68697ccfb6c1799f29a78ad7747eb6d19a4d34 | |
parent | 4eaf27fb0a2fa134825c89a300483cd1bd803093 (diff) |
python/python3-service-identity: updated for version 24.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-service-identity/python3-service-identity.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-service-identity/python3-service-identity.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-service-identity/python3-service-identity.SlackBuild b/python/python3-service-identity/python3-service-identity.SlackBuild index e16fad51d9..6b762ea185 100644 --- a/python/python3-service-identity/python3-service-identity.SlackBuild +++ b/python/python3-service-identity/python3-service-identity.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-service-identity SRCNAM=service_identity -VERSION=${VERSION:-24.1.0} +VERSION=${VERSION:-24.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-service-identity/python3-service-identity.info b/python/python3-service-identity/python3-service-identity.info index 31c22b625d..60a0b5268e 100644 --- a/python/python3-service-identity/python3-service-identity.info +++ b/python/python3-service-identity/python3-service-identity.info @@ -1,10 +1,10 @@ PRGNAM="python3-service-identity" -VERSION="24.1.0" +VERSION="24.2.0" HOMEPAGE="https://pypi.python.org/pypi/service-identity" -DOWNLOAD="https://pypi.python.org/packages/source/s/service-identity/service_identity-24.1.0.tar.gz" -MD5SUM="64267a4351ee3c225ee12a11bb29fc44" +DOWNLOAD="https://pypi.python.org/packages/source/s/service-identity/service_identity-24.2.0.tar.gz" +MD5SUM="e575db51719742ec39191c896e4c2971" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-attrs cryptography python3-pyasn1-modules python3-hatch_vcs python3-hatch_fancy_pypi_readme" +REQUIRES="python3-attrs cryptography python3-pyasn1-modules" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |