python3-prometheus_client: update to 0.14.1, adopt.
This commit is contained in:
parent
ca825e133a
commit
2cb7f280f8
|
@ -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.13.1
|
version=0.14.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="prometheus_client-${version}"
|
wrksrc="prometheus_client-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,8 +8,8 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 client for the Prometheus monitoring system"
|
short_desc="Python3 client for the Prometheus monitoring system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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"
|
||||||
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz"
|
||||||
checksum=ada41b891b79fca5638bd5cfe149efa86512eaa55987893becd2c6d8d0a5dfc5
|
checksum=5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a
|
||||||
|
|
Loading…
Reference in New Issue