aboutsummaryrefslogtreecommitdiff
path: root/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-prometheus_client/python3-prometheus_client.SlackBuild')
-rw-r--r--python/python3-prometheus_client/python3-prometheus_client.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
index c80d5b2446..99f53c50a4 100644
--- a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
+++ b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-prometheus_client
-VERSION=${VERSION:-0.22.1}
+VERSION=${VERSION:-0.23.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -65,8 +65,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# pyproject.toml does not explicitly state a requirement for a newer setuptools
-# However, the newer setuptools is still needed (otherwise, the build breaks)
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages