python/python-prometheus_client: Updated for version 0.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 21:35:27 -07:00 committed by Willy Sudiarto Raharjo
parent 8e7026f593
commit 19a66f5e14
No known key found for this signature in database
GPG key ID: 3F617144D7238786
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.7.1}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-prometheus_client"
VERSION="0.7.1"
VERSION="0.8.0"
HOMEPAGE="https://prometheus.io/"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.7.1/client_python-0.7.1.tar.gz"
MD5SUM="6b899eddd7b6034b7a77bb3064df82dc"
DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.8.0/client_python-0.8.0.tar.gz"
MD5SUM="7cfa3274d6ba8021e8ffdc0820a1c7a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"