From 620a1bf83fe01f9bda77a6d49bfceecc56904cb3 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:03:04 -0400 Subject: [PATCH 1/5] 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 b348c5d2b0f5b7daf431f3f5664b3b15fc8338bf Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:13:09 -0400 Subject: [PATCH 2/5] python3-immutabledict: update to 2.2.5. --- srcpkgs/python3-immutabledict/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-immutabledict/template b/srcpkgs/python3-immutabledict/template index d8eaced0c483..5ae52daf0ce3 100644 --- a/srcpkgs/python3-immutabledict/template +++ b/srcpkgs/python3-immutabledict/template @@ -1,6 +1,6 @@ # Template file for 'python3-immutabledict' pkgname=python3-immutabledict -version=2.2.4 +version=2.2.5 revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/corenting/immutabledict" changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md" distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz" -checksum=3bedc0741faaa2846f6edf5c29183f993da3abaff6a5961bb70a5659bb9e68ab +checksum=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203 post_install() { vlicense LICENSE From e9be9138ec10850f26e0bcb2f937f522bce31f9e Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:13:35 -0400 Subject: [PATCH 3/5] python3-ijson: update to 3.2.2. --- srcpkgs/python3-ijson/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template index 41914046d28b..8628c6bc34b7 100644 --- a/srcpkgs/python3-ijson/template +++ b/srcpkgs/python3-ijson/template @@ -1,6 +1,6 @@ # Template file for 'python3-ijson' pkgname=python3-ijson -version=3.2.1 +version=3.2.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://github.com/ICRAR/ijson" changelog="https://raw.githubusercontent.com/ICRAR/ijson/master/CHANGELOG.md" distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz" -checksum=8574bf19f31fab870488769ad919a80f130825236ac8bde9a733f69c2961d7a7 +checksum=b9883c8716001d7a5c8185905208e40a77eef9b2a73dbce4d189ceb092aa93bd post_install() { vlicense LICENSE.txt From e43f9f6135f07a6ae5a6aa2df7e1f704b5a1a454 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 17:15:44 -0400 Subject: [PATCH 4/5] python3-txredisapi: update to 1.4.10. --- srcpkgs/python3-txredisapi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-txredisapi/template b/srcpkgs/python3-txredisapi/template index 1e29673bf3be..de15ad72aefe 100644 --- a/srcpkgs/python3-txredisapi/template +++ b/srcpkgs/python3-txredisapi/template @@ -1,6 +1,6 @@ # Template file for 'python3-txredisapi' pkgname=python3-txredisapi -version=1.4.9 +version=1.4.10 revision=1 build_style=python3-module make_check_args="--ignore tests/test_basics.py @@ -36,4 +36,4 @@ license="Apache-2.0" homepage="https://github.com/IlyaSkriblovsky/txredisapi" changelog="https://raw.githubusercontent.com/IlyaSkriblovsky/txredisapi/master/CHANGELOG.md" distfiles="https://github.com/IlyaSkriblovsky/txredisapi/archive/refs/tags/${version}.tar.gz" -checksum=bb6af4eabe9b05afd4389516d41d60adfb24dcee01601be8a4808de2cb00d3a7 +checksum=bf11270796b4c09681176213a007b24cd0b2bbcdacb45ee5c3a01ac7072ab484 From a4747d029c7014adb61a8f548ad4394986583a81 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 19 Jul 2023 09:00:09 -0400 Subject: [PATCH 5/5] 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"