From d41d220619b2b3008b4921cf50a8fdc2ff89ad6f Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 20 Jun 2023 12:13:23 -0400 Subject: [PATCH 1/4] python3-saml2: update to 7.4.2. --- srcpkgs/python3-saml2/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index 9583564c1008..dfc944b67c7e 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.4.1 +version=7.4.2 revision=1 build_style=python3-pep517 make_check_args="--ignore=tests/test_36_mdbcache.py \ @@ -17,9 +17,4 @@ 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=33afba452544662887f6eb8c6405aeebfa4017dc7762e414ab4318f2f9d9bb6d -make_check_pre="env PYTHONPATH=src" - -pre_check() { - unzip ${make_install_target} "*.dist-info/*" -} +checksum=dfeaa53854467cdcdae1b0fb2c76a3610f8b179dca8176757d245db7fa7ad806 From 86bcca5d71b8ed701474a9f180b98c87e931867e Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 20 Jun 2023 12:13:35 -0400 Subject: [PATCH 2/4] python3-phonenumbers: update to 8.13.14. --- 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 e0fd2119165f..4e85b29c598e 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.13 +version=8.13.14 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=4bdf8c989aff0cdb105aef170ad2c21f14b4537bcb32cf349f1f710df992a40a +checksum=5fa952b4abf9fccdaf1f130d96114a520c48890d4091b50a064e22c0fdc12dec From c2f3f02e8ad5baae8cb41d45db21983de2d98de8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 20 Jun 2023 12:15:09 -0400 Subject: [PATCH 3/4] python3-ijson: update to 3.2.1. --- srcpkgs/python3-ijson/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template index b2656c5eb283..41914046d28b 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.0.post0 +version=3.2.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -11,8 +11,9 @@ short_desc="Iterative JSON parser with Pythonic interfaces" maintainer="Joel Beckmeyer " 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=80a5bd7e9923cab200701f67ad2372104328b99ddf249dbbe8834102c852d316 +checksum=8574bf19f31fab870488769ad919a80f130825236ac8bde9a733f69c2961d7a7 post_install() { vlicense LICENSE.txt From 73b8495ce28f4dee61fccf900390887ab3c16395 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 20 Jun 2023 12:15:52 -0400 Subject: [PATCH 4/4] synapse: update to 1.86.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 81f887e451ff..f0a91c560e6d 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.85.2 +version=1.86.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=a227c7347996eae008e0f8f0f2e9290c70e1d96e7687293b2ebd1533766ad43b +checksum=891cef42dcf71f7f01e6db22c25c1724d2a137f8347c5ba89c62a439ec623842 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"