summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-02-24 21:54:57 +0100
committer Willy Sudiarto Raharjo2022-02-26 03:22:20 +0100
commit1c078db385c6f77c92d4bda42120fde82705b887 (patch)
treea9c322dd58da0ef8edac51915a38f698003a4c62 /python
parent5428c58014f93998498b556bde1331fa5f744217 (diff)
downloadslackbuilds-1c078db385c6f77c92d4bda42120fde82705b887.tar.gz
python/python-prometheus_client: Update for 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-prometheus_client/python-prometheus_client.SlackBuild3
-rw-r--r--python/python-prometheus_client/python-prometheus_client.info6
2 files changed, 4 insertions, 5 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild
index b444a7a1cb..8ea564bd06 100644
--- a/python/python-prometheus_client/python-prometheus_client.SlackBuild
+++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-prometheus_client
-VERSION=${VERSION:-0.12.0}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,7 +82,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 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info
index 89d38cfb15..c37d8e013f 100644
--- a/python/python-prometheus_client/python-prometheus_client.info
+++ b/python/python-prometheus_client/python-prometheus_client.info
@@ -1,8 +1,8 @@
PRGNAM="python-prometheus_client"
-VERSION="0.12.0"
+VERSION="0.13.1"
HOMEPAGE="https://prometheus.io/"
-DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.12.0/client_python-0.12.0.tar.gz"
-MD5SUM="36695335484025a7efb23d1e11c91314"
+DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.13.1/client_python-0.13.1.tar.gz"
+MD5SUM="8be3f16fdacebff47fedc704892b4a0b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""