From 857bd7bbbac6635d24a348e8b0bf8189e00a8b9b Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 2 Mar 2022 10:29:49 -0500 Subject: [PATCH 1/4] python3-phonenumbers: update to 8.12.44. --- 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 f84326ecff0f10..9cb6d6a351f6ce 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.12.43 +version=8.12.44 revision=1 wrksrc="phonenumbers-${version}" build_style=python3-module @@ -12,4 +12,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=1c8270a2e257d6c65458a42283f82d3eca7f7b9d925454a6966e2f04df75e1cf +checksum=26cfd0257d1704fe2f88caff2caabb70d16a877b1e65b6aae51f9fbbe10aa8ce From e8c1aeb89c5ea8927e5927bf104271612977cd7c Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 4 Mar 2022 21:03:26 -0500 Subject: [PATCH 2/4] python3-saml2: update to 7.1.2. --- srcpkgs/python3-saml2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index 673cfd1edac597..ce87ae737d8dfc 100644 --- a/srcpkgs/python3-saml2/template +++ b/srcpkgs/python3-saml2/template @@ -1,6 +1,6 @@ # Template file for 'python3-saml2' pkgname=python3-saml2 -version=7.1.1 +version=7.1.2 revision=1 wrksrc="pysaml2-${version}" build_style=python3-module @@ -15,7 +15,7 @@ license="Apache-2.0" homepage="https://github.com/IdentityPython/pysaml2" changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md" distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz" -checksum=ef271ad65d82dcb18f20b380003600f74e0b4c938596002befd79d63e09d87ec +checksum=308934d5cd5f22a3ea7bd8d4fb5423ab0f5b0f08bf541e7c6b2cb0eb7302a3ab do_check() { # Ignore tests that depend on unpackaged python dependency 'pymongo' From 3611fcc88489eab3445514015383e926e3a49c90 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 4 Mar 2022 21:06:29 -0500 Subject: [PATCH 3/4] python3-canonicaljson: update to 1.6.0. --- srcpkgs/python3-canonicaljson/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index 7dbdf1adb9d029..b9535436442b2a 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,6 +1,6 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson -version=1.5.0 +version=1.6.0 revision=1 wrksrc="canonicaljson-${version}" build_style=python3-module @@ -12,4 +12,4 @@ maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/matrix-org/python-canonicaljson" distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz" -checksum=5ebddcd74c5b066ee68ecca56465338e9b1380467e0a906f4797697c9fb381e2 +checksum=8739d5fd91aca7281d425660ae65af7663808c8177778965f67e90b16a2b2427 From c6c2febf0ad2f41817a45d7b75f0a02b9a57d2f5 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 8 Mar 2022 10:37:47 -0500 Subject: [PATCH 4/4] synapse: update to 1.54.0. --- srcpkgs/synapse/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 19153bc23bc358..f28f1313dcd051 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.53.0 +version=1.54.0 revision=1 build_style=python3-module make_check_target=tests @@ -12,7 +12,8 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-phonenumbers python3-prometheus_client python3-attrs python3-netaddr python3-setuptools python3-bleach python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons python3-sortedcontainers - python3-typing_extensions python3-ijson python3-matrix-common" + python3-typing_extensions python3-ijson python3-matrix-common + python3-packaging" checkdepends="$depends python3-parameterized python3-pytest" short_desc="Matrix reference homeserver" maintainer="Joel Beckmeyer " @@ -20,7 +21,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=e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4 +checksum=6e9ee5f0657fe01c5d141101b11c2c2da147003f7f8e684ef44d4f462125b7a1 system_accounts="synapse" synapse_homedir="/var/lib/synapse"