python/python-prometheus_client: Updated for version 0.5.0.
This commit is contained in:
parent
e46fa89254
commit
e51480c5ae
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue