diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-07-01 07:09:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-06 07:00:14 +0700 |
commit | 40e5cdfeafbab33a7fb79808ee5c04a4077d3ae3 (patch) | |
tree | 534057618bfaef971a7440c0065c946b6012f9c9 | |
parent | 179ec7dafe640ad3ac290feb9df06d701f169d83 (diff) |
python/python-prometheus_client: Updated for version 0.7.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-prometheus_client/python-prometheus_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-prometheus_client/python-prometheus_client.SlackBuild b/python/python-prometheus_client/python-prometheus_client.SlackBuild index 04633b884bf6..8c4c9192f3e3 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.7.0} +VERSION=${VERSION:-0.7.1} 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 633378401a7d..0d1dd4f6ff08 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.7.0" +VERSION="0.7.1" HOMEPAGE="https://prometheus.io/" -DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.7.0/client_python-0.7.0.tar.gz" -MD5SUM="6ef8646672781e21b36e9f4c1a5b74f2" +DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.7.1/client_python-0.7.1.tar.gz" +MD5SUM="6b899eddd7b6034b7a77bb3064df82dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |