python/python-prometheus_client: Updated for version 0.7.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-06-08 21:14:15 -07:00 committed by Willy Sudiarto Raharjo
parent 827a4134a4
commit 9930676afe
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=python-prometheus_client
SRCNAM=client_python
VERSION=${VERSION:-0.6.0}
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-prometheus_client"
VERSION="0.6.0"
VERSION="0.7.0"
HOMEPAGE="https://prometheus.io/"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.6.0/client_python-0.6.0.tar.gz"
MD5SUM="ec062babddf83a7b247a9e6f42bc0199"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.7.0/client_python-0.7.0.tar.gz"
MD5SUM="6ef8646672781e21b36e9f4c1a5b74f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"