aboutsummaryrefslogtreecommitdiff
path: root/python/python3-service-identity
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-01-18 14:34:59 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:16:29 +0700
commit5787c9b1636dee73621a1204b90704b826080114 (patch)
tree7644ccd5465b2b835fc72438a58b6cfe012ad763 /python/python3-service-identity
parent5e24f701242b34c7ca4fc088abc3c045ef6c57d1 (diff)
python/python3-service-identity: updated for version 24.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-service-identity')
-rw-r--r--python/python3-service-identity/python3-service-identity.SlackBuild5
-rw-r--r--python/python3-service-identity/python3-service-identity.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-service-identity/python3-service-identity.SlackBuild b/python/python3-service-identity/python3-service-identity.SlackBuild
index 52d6c95b6e816..3825d06e78360 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:-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=""
diff --git a/python/python3-service-identity/python3-service-identity.info b/python/python3-service-identity/python3-service-identity.info
index 09a2a9dff730a..31c22b625d04d 100644
--- a/python/python3-service-identity/python3-service-identity.info
+++ b/python/python3-service-identity/python3-service-identity.info
@@ -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"