summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-12-07 08:57:09 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-09 13:17:13 +0700
commite51480c5ae628b16d006b7a2a1026229d10a76a5 (patch)
treee5ae145967c86c212df121f07c0676f144e082e2
parente46fa89254fd8bd0491eef982bc154f099bd1f3b (diff)
downloadslackbuilds-e51480c5ae628b16d006b7a2a1026229d10a76a5.tar.gz
slackbuilds-e51480c5ae628b16d006b7a2a1026229d10a76a5.tar.xz
python/python-prometheus_client: Updated for version 0.5.0.
-rw-r--r--python/python-prometheus_client/README2
-rw-r--r--python/python-prometheus_client/python-prometheus_client.SlackBuild2
-rw-r--r--python/python-prometheus_client/python-prometheus_client.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/python/python-prometheus_client/README b/python/python-prometheus_client/README
index a03cef461d..942776718f 100644
--- a/python/python-prometheus_client/README
+++ b/python/python-prometheus_client/README
@@ -1,2 +1,4 @@
Prometheus is an open-source systems monitoring and alerting toolkit originally
built at SoundCloud. This is the Python client for Prometheus.
+
+Optional dependencies: python-twisted.
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild
index 74880ca5fa..6a4c3c297b 100644
--- a/python/python-prometheus_client/python-prometheus_client.SlackBuild
+++ b/python/python-prometheus_client/python-prometheus_client.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=python-prometheus_client
SRCNAM=client_python
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info
index 98ae1589d8..75287c8e77 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.4.2"
+VERSION="0.5.0"
HOMEPAGE="https://prometheus.io/"
-DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.4.2/client_python-0.4.2.tar.gz"
-MD5SUM="02e2aca2b47eba6dff215bb8abf4651e"
+DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.5.0/client_python-0.5.0.tar.gz"
+MD5SUM="d8a3a4f283d9d373ae052b9007aa94fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"