From 51ffcdad6b1b3045da7a06e884d69a16b0d035f8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 15 Feb 2022 08:50:31 -0500 Subject: [PATCH 1/6] python3-frozendict: update to 2.3.0. --- srcpkgs/python3-frozendict/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index f6e3b6661395..a212fa1c7c89 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,10 +1,11 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict -version=2.1.1 +version=2.3.0 revision=1 wrksrc="frozendict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" +makedepends="python3-devel" depends="python3" checkdepends="python3-pytest" short_desc="Immutable mapping for Python3" @@ -12,7 +13,7 @@ maintainer="Joel Beckmeyer " license="LGPL-3.0-only" homepage="https://github.com/Marco-Sulla/python-frozendict" distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz" -checksum=655b879217dd445a2023e16154cc231febef802b5c812d5c2e822280ad69e1dc +checksum=da4231adefc5928e7810da2732269d3ad7b5616295b3e693746392a8205ea0b5 do_check() { PYTHONPATH="$(cd build/lib* && pwd)" pytest3 From 40afb609c3457f69b1fbb970a1d35d69c228ea99 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 08:17:08 -0500 Subject: [PATCH 2/6] python3-treq: update to 22.2.0. --- srcpkgs/python3-treq/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 86ea6ebabafe..fae5807a5007 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,22 +1,20 @@ # Template file for 'python3-treq' pkgname=python3-treq -version=22.1.0 +version=22.2.0 revision=1 wrksrc="treq-${version}" build_style=python3-module -make_check_args="--ignore=src/treq/test/local_httpbin \ - --ignore=src/treq/test/test_treq_integration.py" hostmakedepends="python3-setuptools python3-incremental" depends="python3-incremental python3-requests python3-hyperlink python3-Twisted python3-attrs" -checkdepends="${depends} python3-pytest" +checkdepends="${depends} python3-pytest python3-httpbin" short_desc="Requests-like API built on top of twisted.web's Agent" maintainer="Joel Beckmeyer " license="MIT" homepage="https://github.com/twisted/treq" changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz" -checksum=775581604919a3d79c845401598a0fd070cabc6de83840472d8e9fa715f2d36c +checksum=df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec post_install() { vlicense LICENSE From 8ac974bb4054704ab7730caf008f68754d8e9bee Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 08:27:38 -0500 Subject: [PATCH 3/6] python3-saml2: update to 7.1.1. --- srcpkgs/python3-saml2/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index c506b92e2486..673cfd1edac5 100644 --- a/srcpkgs/python3-saml2/template +++ b/srcpkgs/python3-saml2/template @@ -1,26 +1,25 @@ # Template file for 'python3-saml2' pkgname=python3-saml2 -version=7.1.0 +version=7.1.1 revision=1 wrksrc="pysaml2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-cryptography python3-openssl python3-dateutil - python3-pytz python3-requests python3-six python3-defusedxml - python3-xmlschema" -checkdepends="python3-pytest python3-mock xmlsec1-devel $depends" +depends="python3-cryptography python3-openssl python3-dateutil python3-pytz + python3-requests python3-six python3-defusedxml python3-xmlschema" +checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses + $depends" short_desc="Python3 implementation of SAML Version 2 Standard" maintainer="Joel Beckmeyer " 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=2c5224cd52525d92000c0a5a2f732718fa9935de98c1c42e6dbea322aeffdd6d +checksum=ef271ad65d82dcb18f20b380003600f74e0b4c938596002befd79d63e09d87ec do_check() { - # Ignore tests that depend on packages not provided by Void + # Ignore tests that depend on unpackaged python dependency 'pymongo' PYTHONPATH=src python3 -m pytest \ - --ignore=tests/test_30_mdstore.py \ --ignore=tests/test_36_mdbcache.py \ --ignore=tests/test_75_mongodb.py \ --ignore=tests/test_76_metadata_in_mdb.py From a35a6bb45bc3b6e58337bfad2e652c6c1df230c3 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 08:35:59 -0500 Subject: [PATCH 4/6] python3-phonenumbers: update to 8.12.43. --- 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 b7637e36abe7..f84326ecff0f 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.42 +version=8.12.43 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=8b54871ed64ecfce494a078e9d56b363c23e24c5916dfd89e84b985a18955bee +checksum=1c8270a2e257d6c65458a42283f82d3eca7f7b9d925454a6966e2f04df75e1cf From b87c71da9ee8c03ebfee5229441fe4119e4c047a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 15 Feb 2022 08:47:50 -0500 Subject: [PATCH 5/6] python3-matrix-common: update to 1.1.0. --- srcpkgs/python3-matrix-common/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-matrix-common/template b/srcpkgs/python3-matrix-common/template index 7ab481c67720..c9f7a2d5c8e1 100644 --- a/srcpkgs/python3-matrix-common/template +++ b/srcpkgs/python3-matrix-common/template @@ -1,6 +1,6 @@ # Template file for 'python3-matrix-common' pkgname=python3-matrix-common -version=1.0.0 +version=1.1.0 revision=1 wrksrc="matrix-python-common-${version}" build_style=python3-pep517 @@ -12,5 +12,5 @@ maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/matrix-org/matrix-python-common" distfiles="https://github.com/matrix-org/matrix-python-common/archive/v${version}.tar.gz" -checksum=d610357a78caf5141814f055e8b3facabf4dd4863db8594030d58c81b2b2b7fd +checksum=ad2efb9dfe878df88b115f44eb036046b2cee9d09a03c6bc2e464772a3622082 make_check=no # requires unpackaged python3 module aiounittest From 21c2e6cdcf29415d480a5048a06e94bc307217f6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 08:13:18 -0500 Subject: [PATCH 6/6] synapse: update to 1.53.0. --- srcpkgs/synapse/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 6b573163a97c..dc2e3a0a94cd 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.52.0 +version=1.53.0 revision=1 build_style=python3-module make_check_target=tests @@ -10,8 +10,8 @@ depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules python3-bcrypt python3-Pillow python3-psutil python3-msgpack 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-bleach python3-Jinja2 python3-psycopg2 python3-lxml python3-saml2 + python3-treq python3-macaroons python3-sortedcontainers python3-typing_extensions python3-ijson python3-matrix-common" checkdepends="$depends python3-parameterized python3-pytest" short_desc="Matrix reference homeserver" @@ -20,7 +20,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=943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0 +checksum=e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4 system_accounts="synapse" synapse_homedir="/var/lib/synapse"