~alpine/aports

community/py3-prometheus-client: upgrade to 0.14.0 v1 APPLIED

Drew DeVault: 1
 community/py3-prometheus-client: upgrade to 0.14.0

 1 files changed, 2 insertions(+), 2 deletions(-)
I really couldn't care less if synapse still works with this; that's synapse's problem. However, there are no breaking changes listed in the release notes.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32828#note_227023
synapse is `"prometheus_client>=0.4.0",`

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32828#note_227027
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4006/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-prometheus-client: upgrade to 0.14.0 Export this patch

---
 community/py3-prometheus-client/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-prometheus-client/APKBUILD b/community/py3-prometheus-client/APKBUILD
index b6f55d018c..e1b521c590 100644
--- a/community/py3-prometheus-client/APKBUILD
+++ b/community/py3-prometheus-client/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-prometheus-client
pkgver=0.13.1
pkgver=0.14.0
pkgrel=0
pkgdesc="Python3 client for the Prometheus monitoring system"
url="https://github.com/prometheus/client_python"
@@ -22,5 +22,5 @@ package() {
}

sha512sums="
c2dee87499661e178aa12061febda550b867bb5d31256e8dd055ed53f4205605cbb6ce9cf8eddb0597f5fa05308de6991c2feb9bd30c0695cb6451dbd939cd4a  prometheus_client-0.13.1.tar.gz
7294765e2c042c81be1bffcedc2eb5e24823f8b2c93508bbe287e8cfa81bfef83d879790f38ac5effcff51eca7569b39663223ba0325f44819992c097af2faff  prometheus_client-0.14.0.tar.gz
"
-- 
2.35.1
I assume there are no API breaks / that you have checked that synapse still works with this?

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32828#note_227022