From 16d2cf30425635838491d0f3f2b4c071005d0bf2 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 6 Aug 2023 15:02:04 -0400 Subject: [PATCH 1/4] python3-phonenumbers: update to 8.13.18. --- srcpkgs/python3-phonenumbers/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template index cb4f285ac7e1e..a55ff734bf05f 100644 --- a/srcpkgs/python3-phonenumbers/template +++ b/srcpkgs/python3-phonenumbers/template @@ -1,6 +1,6 @@ # Template file for 'python3-phonenumbers' pkgname=python3-phonenumbers -version=8.13.16 +version=8.13.18 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,4 +11,4 @@ license="Apache-2.0" homepage="https://github.com/daviddrysdale/python-phonenumbers" changelog="https://raw.githubusercontent.com/daviddrysdale/python-phonenumbers/dev/python/HISTORY.md" distfiles="${PYPI_SITE}/p/phonenumbers/phonenumbers-${version}.tar.gz" -checksum=92772b142eac9f3aeb0e87958c436996ac16d468d96646483997c8a57517933b +checksum=b360c756252805d44b447b5bca6d250cf6bd6c69b6f0f4258f3bfe5ab81bef69 From 4efb1d712ee704feb27bd8f7a1721ccba4944d71 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 6 Aug 2023 15:02:11 -0400 Subject: [PATCH 2/4] python3-immutabledict: update to 3.0.0. --- 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 5ae52daf0ce3c..b47360668be3d 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.5 +version=3.0.0 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=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203 +checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe post_install() { vlicense LICENSE From 8afb6c0fa0f40ec1d464cf3b73eac8cfe3694b31 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 6 Aug 2023 15:02:15 -0400 Subject: [PATCH 3/4] python3-ijson: update to 3.2.3. --- 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 8628c6bc34b71..b9f789577c47f 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.2 +version=3.2.3 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=b9883c8716001d7a5c8185905208e40a77eef9b2a73dbce4d189ceb092aa93bd +checksum=10294e9bf89cb713da05bc4790bdff616610432db561964827074898e174f917 post_install() { vlicense LICENSE.txt From 18308028bcae237838a0708707f110b5b3c1aaa4 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 6 Aug 2023 15:02:20 -0400 Subject: [PATCH 4/4] synapse: update to 1.89.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index c0306f97abf65..d2f9f27bdc497 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.88.0 +version=1.89.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=c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9 +checksum=167e52526033188f45097c20b7fa53ba39d74c611b668a867400a78e434f48cd if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"