summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 21:57:31 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 22:07:22 +0800
commitbe25bb2a2d2bf5f4854595713605b513800756b5 (patch)
tree0a175b4b76968c160256a131b41ff9a835bbea9c /net-im/py-matrix-synapse/files
parentnet-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80 (diff)
net-im/py-matrix-synapse: Allow build with py-poetry-core 1.9.0 and py-setuptools-rust 1.9.0
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml13
-rw-r--r--net-im/py-matrix-synapse/files/patch-setup.py2
2 files changed, 12 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index a264188218ba..0289fd6dd633 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
---- pyproject.toml.orig 2023-10-31 14:05:31 UTC
+--- pyproject.toml.orig 2023-12-12 15:52:05 UTC
+++ pyproject.toml
-@@ -216,17 +216,6 @@ packaging = ">=20.0"
+@@ -216,17 +216,6 @@ pydantic = ">=1.7.4, <3"
# See https://github.com/matrix-org/synapse/issues/15858
pydantic = ">=1.7.4, <3"
@@ -18,3 +18,12 @@
# Optional Dependencies
# ---------------------
matrix-synapse-ldap3 = { version = ">=0.1", optional = true }
+@@ -382,7 +371,7 @@ furo = ">=2022.12.7,<2024.0.0"
+ # runtime errors caused by build system changes.
+ # We are happy to raise these upper bounds upon request,
+ # provided we check that it's safe to do so (i.e. that CI passes).
+-requires = ["poetry-core>=1.1.0,<=1.8.1", "setuptools_rust>=1.3,<=1.8.1"]
++requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3,<=1.9.0"]
+ build-backend = "poetry.core.masonry.api"
+
+
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
index 5b7664929f74..7b58e4d5030c 100644
--- a/net-im/py-matrix-synapse/files/patch-setup.py
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
-@@ -175,7 +175,6 @@ install_requires = \
+@@ -172,7 +172,6 @@ install_requires = \
'pydantic>=1.7.4,<3',
'pymacaroons>=0.13.0',
'service-identity>=18.1.0',