From 24b6cc15662a844c44247a0302ff8c372b9310b9 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 30 Nov 2021 09:52:30 -0500 Subject: [PATCH 1/3] python3-frozendict: update to 2.1.1. --- srcpkgs/python3-frozendict/template | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index cb161120a342..f6e3b6661395 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,6 +1,6 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict -version=2.1.0 +version=2.1.1 revision=1 wrksrc="frozendict-${version}" build_style=python3-module @@ -12,17 +12,8 @@ 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=0189168749ddea8601afd648146c502533f93ae33840eb76cd71f694742623cd +checksum=655b879217dd445a2023e16154cc231febef802b5c812d5c2e822280ad69e1dc do_check() { - # skip tests that are failing when using C - # extension due to difference between pure py and - # C extension - PYTHONPATH="$(cd build/lib* && pwd)" pytest3 \ - --deselect=test/test_coold.py::test_repr \ - --deselect=test/test_coold.py::test_str \ - --deselect=test/test_coold.py::test_format \ - --deselect=test/test_frozendict_c.py::test_repr \ - --deselect=test/test_frozendict_c.py::test_str \ - --deselect=test/test_frozendict_c.py::test_format + PYTHONPATH="$(cd build/lib* && pwd)" pytest3 } From 26c5c7de11376d399195873dee2dfe72c40939d8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 30 Nov 2021 10:00:42 -0500 Subject: [PATCH 2/3] python3-phonenumbers: update to 8.12.38. --- 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 70699dac90eb..29e82870d9a4 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.37 +version=8.12.38 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=dbc560992844a059f56c7c0c6a587904e65d956740bbfb7e39589980bc9055b8 +checksum=3cda1d1cea9a6801babf825e6c0f6a9776ea6d8a68b81b256178f8e5aa813344 From d71e9b20d63e1b44b004c5a4117cbaa75d4626c8 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 30 Nov 2021 09:55:55 -0500 Subject: [PATCH 3/3] synapse: update to 1.48.0. --- srcpkgs/synapse/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 20c4a4cc9970..bd5f529503e5 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,6 +1,6 @@ # Template file for 'synapse' pkgname=synapse -version=1.47.1 +version=1.48.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -19,7 +19,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=cc385b6cfeba671bba800c2557ad39063bdd53f70dfb3781c85df7af6f5d064c +checksum=182facc856f8d0c0d2d0dd4105fae4f851297167c0ee95c202a3aad9ed86c486 system_accounts="synapse" synapse_homedir="/var/lib/synapse"