From 6b06d4835455eaad67b94c2e3e561f1f8db9bc86 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:03:04 -0400 Subject: [PATCH 1/2] python3-prometheus_client: update to 0.17.1. --- srcpkgs/python3-prometheus_client/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template index 4dc4c5551208..40795dd9f249 100644 --- a/srcpkgs/python3-prometheus_client/template +++ b/srcpkgs/python3-prometheus_client/template @@ -1,6 +1,6 @@ # Template file for 'python3-prometheus_client' pkgname=python3-prometheus_client -version=0.16.0 +version=0.17.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,5 +10,6 @@ short_desc="Python3 client for the Prometheus monitoring system" maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/prometheus/client_python" +changelog="https://github.com/prometheus/client_python/releases" distfiles="${PYPI_SITE}/p/prometheus_client/prometheus_client-${version}.tar.gz" -checksum=a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48 +checksum=21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091 From 9ebde624b0fa1b421e1ad94040a0b3f9bbe56fa9 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:00:09 -0400 Subject: [PATCH 2/2] synapse: update to 1.88.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index a5b7a504ca97..c0306f97abf6 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.87.0 +version=1.88.0 revision=1 build_style=python3-pep517 build_helper=rust @@ -24,7 +24,7 @@ license="Apache-2.0" homepage="https://github.com/matrix-org/synapse" changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md" distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz" -checksum=b6dc1924a776f44d0fe61a1da78ac2bae17b39fc62dc146a0003a46514dff7f6 +checksum=c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"