python3-prometheus_client: update to 0.17.1.
This commit is contained in:
parent
23316189c3
commit
e9083a043d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-prometheus_client'
|
# Template file for 'python3-prometheus_client'
|
||||||
pkgname=python3-prometheus_client
|
pkgname=python3-prometheus_client
|
||||||
version=0.16.0
|
version=0.17.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -10,5 +10,6 @@ short_desc="Python3 client for the Prometheus monitoring system"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/prometheus/client_python"
|
homepage="https://github.com/prometheus/client_python"
|
||||||
|
changelog="https://github.com/prometheus/client_python/releases"
|
||||||
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
||||||
checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48
|
checksum=21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091
|
||||||
|
|
Loading…
Reference in New Issue