diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:04:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 30292eaf90616122303272d70087d975e0c006b9 (patch) | |
tree | 555c5ee885877888b17acc710282e9913458cecf /testing/py3-prometheus-client | |
parent | 0b737e8b7a05b0c5326860fa4d3af9bf40ed321e (diff) | |
download | aports-30292eaf90616122303272d70087d975e0c006b9.tar.bz2 aports-30292eaf90616122303272d70087d975e0c006b9.tar.xz |
testing/py3-prometheus-client: rebuild against python 3.8
Diffstat (limited to 'testing/py3-prometheus-client')
-rw-r--r-- | testing/py3-prometheus-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-prometheus-client/APKBUILD b/testing/py3-prometheus-client/APKBUILD index 11fda2d344..7d442601c4 100644 --- a/testing/py3-prometheus-client/APKBUILD +++ b/testing/py3-prometheus-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-prometheus-client pkgver=0.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 client for the Prometheus monitoring system" url="https://github.com/prometheus/client_python" arch="noarch" |