From 7a0a2360b758a0b7b9f5ad0a53afc449751e487b Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 22 Nov 2020 19:26:59 -0600 Subject: [PATCH] python3-prometheus_client: update to 0.9.0 --- srcpkgs/python3-prometheus_client/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template index 3cc9d7bfdaa..202572def76 100644 --- a/srcpkgs/python3-prometheus_client/template +++ b/srcpkgs/python3-prometheus_client/template @@ -1,14 +1,19 @@ # Template file for 'python3-prometheus_client' pkgname=python3-prometheus_client -version=0.7.1 -revision=4 +version=0.9.0 +revision=1 wrksrc="prometheus_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +checkdepends="python3-pytest" depends="python3" short_desc="Python3 client for the Prometheus monitoring system" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/prometheus/client_python" distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz" -checksum=71cd24a2b3eb335cb800c7159f423df1bd4dcd5171b234be15e3f31ec9f622da +checksum=9da7b32f02439d8c04f7777021c304ed51d9ec180604700c1ba72a4d44dceb03 + +do_check() { + pytest tests +}