aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-04-09 08:01:14 -0400
committerLeo <thinkabit.ukim@gmail.com>2021-04-11 15:06:36 +0000
commit67c8541be2224c7b9996a1b2dfd3b60cdb8c1de2 (patch)
tree1ca2f3c4095bc88d83c810446a0d59da46d2c844
parent68c467673842e5404a9e41d175355ec8fe61e19d (diff)
community/py3-prometheus-client: upgrade to 0.10.1
-rw-r--r--community/py3-prometheus-client/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD
index 405b92d15b1..ee90077f2aa 100644
--- a/community/py3-prometheus-client/APKBUILD
+++ b/community/py3-prometheus-client/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-prometheus-client
-pkgver=0.9.0
-pkgrel=1
+pkgver=0.10.1
+pkgrel=0
pkgdesc="Python3 client for the Prometheus monitoring system"
url="https://github.com/prometheus/client_python"
arch="noarch"
@@ -21,4 +21,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="5b6ae0e22afdc2cdc3f1a03429a950d84d1ad5e6445d8b97db7b9fd124ae1beaa256ccb595486becc6bfa7029eca53bdaf18c0f93da8988ae853bc32c96692f0 prometheus_client-0.9.0.tar.gz"
+sha512sums="bf8f8fa4fe1f006c35578a0ed52284beb716553a6417a33f6a0dd17669e84bbab5ed2b252f6866f2e25bd6852ba71272934c25f6e62a887a1c12d22e63b486af prometheus_client-0.10.1.tar.gz"