[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD latest-frozendict.patch)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Wed Dec 22 14:41:17 UTC 2021


    Date: Wednesday, December 22, 2021 @ 14:41:17
  Author: alex19ep
Revision: 1082839

upgpkg: matrix-synapse 1.49.2-3 include patch

Added:
  matrix-synapse/trunk/latest-frozendict.patch
Modified:
  matrix-synapse/trunk/PKGBUILD

-------------------------+
 PKGBUILD                |    2 +-
 latest-frozendict.patch |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-22 14:38:57 UTC (rev 1082838)
+++ PKGBUILD	2021-12-22 14:41:17 UTC (rev 1082839)
@@ -4,7 +4,7 @@
 
 pkgname=matrix-synapse
 pkgver=1.49.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse"
 arch=('any')

Added: latest-frozendict.patch
===================================================================
--- latest-frozendict.patch	                        (rev 0)
+++ latest-frozendict.patch	2021-12-22 14:41:17 UTC (rev 1082839)
@@ -0,0 +1,13 @@
+diff -ur --ignore-all-space synapse-1.49.2/synapse/python_dependencies.py synapse-1.49.2-new/synapse/python_dependencies.py
+--- synapse-1.49.2/synapse/python_dependencies.py	2021-12-21 20:41:34.000000000 +0300
++++ synapse-1.49.2-new/synapse/python_dependencies.py	2021-12-22 00:56:31.359112226 +0300
+@@ -50,8 +50,7 @@
+ REQUIREMENTS = [
+     # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
+     "jsonschema>=3.0.0",
+-    # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
+-    "frozendict>=1,<2.1.2",
++    "frozendict>=1",
+     "unpaddedbase64>=1.1.0",
+     "canonicaljson>=1.4.0",
+     # we use the type definitions added in signedjson 1.1.



More information about the arch-commits mailing list