aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python3-prometheus_client/python3-prometheus_client.SlackBuild4
-rw-r--r--python/python3-prometheus_client/python3-prometheus_client.info6
2 files changed, 4 insertions, 6 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
diff --git a/python/python3-prometheus_client/python3-prometheus_client.info b/python/python3-prometheus_client/python3-prometheus_client.info
index ebbe3c8705..6cff765bf7 100644
--- a/python/python3-prometheus_client/python3-prometheus_client.info
+++ b/python/python3-prometheus_client/python3-prometheus_client.info
@@ -1,8 +1,8 @@
PRGNAM="python3-prometheus_client"
-VERSION="0.22.1"
+VERSION="0.23.1"
HOMEPAGE="https://github.com/prometheus/client_python"
-DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.22.1/client_python-0.22.1.tar.gz"
-MD5SUM="cb40f13659c7846444d850cc644bfe86"
+DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.23.1/client_python-0.23.1.tar.gz"
+MD5SUM="67ad93a6eb9a014a0da7af677a8b7752"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"