From 972180286a119d0b77cf45c3d12123f4c836c8c9 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Jan 2023 08:46:03 -0500 Subject: [PATCH 1/4] python3-simplejson: update to 3.18.1. --- srcpkgs/python3-simplejson/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template index 8ab0c8345ee7..a9e633934894 100644 --- a/srcpkgs/python3-simplejson/template +++ b/srcpkgs/python3-simplejson/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplejson' pkgname=python3-simplejson -version=3.17.6 -revision=2 +version=3.18.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" @@ -13,7 +13,7 @@ license="MIT, AFL-2.1" homepage="https://github.com/simplejson/simplejson" changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt" distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz" -checksum=5522f3113924325499f15cd8a3fe47a42dfa127a6b76c1921b51cf3c3f2a6aa6 +checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1 post_install() { vlicense LICENSE.txt LICENSE From a50cdc54c0ddf91dec5a103cf017dc57eb168feb Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Jan 2023 08:47:48 -0500 Subject: [PATCH 2/4] python3-phonenumbers: update to 8.13.4. --- 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 c81e215afc1d..35bf51630192 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.0 +version=8.13.4 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=93745d7afd38e246660bb601b07deac54eeb76c8e5e43f5e83333b0383a0a1e4 +checksum=6d63455012fc9431105ffc7739befca61c3efc551b287dca58d2be2e745475a9 From de9dfec9183cebaa84eb64227e159c3155890084 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Jan 2023 08:49:52 -0500 Subject: [PATCH 3/4] python3-ijson: update to 3.2.0.post0. --- srcpkgs/python3-ijson/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template index 25758cfe4cc3..b2656c5eb283 100644 --- a/srcpkgs/python3-ijson/template +++ b/srcpkgs/python3-ijson/template @@ -1,7 +1,7 @@ # Template file for 'python3-ijson' pkgname=python3-ijson -version=3.1.4 -revision=3 +version=3.2.0.post0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" makedepends="yajl-devel python3-devel" @@ -12,7 +12,7 @@ maintainer="Joel Beckmeyer " license="BSD-3-Clause" homepage="https://github.com/ICRAR/ijson" distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz" -checksum=1d1003ae3c6115ec9b587d29dd136860a81a23c7626b682e2b5b12c9fd30e4ea +checksum=80a5bd7e9923cab200701f67ad2372104328b99ddf249dbbe8834102c852d316 post_install() { vlicense LICENSE.txt From 3d6202e772a9675bdd6444c581ab1f364522b798 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 13 Jan 2023 08:44:55 -0500 Subject: [PATCH 4/4] synapse: update to 1.75.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index a6d760b42481..d23b55dedcd6 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.74.0 +version=1.75.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=078244acf4145ddcd50828528ce1ca61310920d32facb49384d5cfd2765f63df +checksum=8b66a6b36c9d9b9e952d6b0616925343de7d7313699984202cfe69287b985fb7 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"