python/python3-service-identity: updated for version 24.1.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-01-18 14:34:59 +01:00 committed by Willy Sudiarto Raharjo
parent 5e24f70124
commit 5787c9b163
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-service-identity
SRCNAM=service_identity
VERSION=${VERSION:-23.1.0}
VERSION=${VERSION:-24.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -62,6 +62,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,8 +1,8 @@
PRGNAM="python3-service-identity"
VERSION="23.1.0"
VERSION="24.1.0"
HOMEPAGE="https://pypi.python.org/pypi/service-identity"
DOWNLOAD="https://pypi.python.org/packages/source/s/service-identity/service_identity-23.1.0.tar.gz"
MD5SUM="14a751406024544784459474d93d1ea5"
DOWNLOAD="https://pypi.python.org/packages/source/s/service-identity/service_identity-24.1.0.tar.gz"
MD5SUM="64267a4351ee3c225ee12a11bb29fc44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs cryptography python3-pyasn1-modules python3-hatch_vcs python3-hatch_fancy_pypi_readme"