From 11b9c8389ee945c4081df5fe5e5db21a191a7c1789938fe8f5dda24cc2e69636 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 20 Feb 2023 12:49:04 +0000 Subject: [PATCH] Accepting request 1066822 from home:darix:apps - lock matrix-synapse until frozendict can enable python 3.11 support OBS-URL: https://build.opensuse.org/request/show/1066822 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=267 --- matrix-synapse.changes | 6 ++++++ matrix-synapse.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 35d716a..c9409f2 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 20 12:45:02 UTC 2023 - Marcus Rueckert + +- lock matrix-synapse until frozendict can enable python 3.11 + support + ------------------------------------------------------------------- Tue Feb 14 15:18:22 UTC 2023 - Marcus Rueckert diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 8b57265..30a94ff 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -122,7 +122,8 @@ %endif %define requires_peq() %(echo '%*' | LC_ALL=C xargs -r rpm -q --whatprovides --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%define pythons python3 +# only switch this back to python3 when frozendict supports the current default python version +%define pythons python310 # These come from matrix-synapse's CONDITIONAL_REQUIREMENTS. # missing deps