summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 23:39:48 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-03 23:54:29 +0800
commitb390108e14c458d264910f688228983e5199ebaf (patch)
treed5d679299a72813a585aff38d8a5b03f04e95063 /net-im/py-matrix-synapse/files
parentdevel/py-anytree: Fix build with py-poetry-core 2.0.0+ (diff)
net-im/py-matrix-synapse: Allow build with py-poetry-core 2.0.1
- Bump PORTREVISION for package change Approved by: portmgr (blanket) With hat: python
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml6
1 files changed, 3 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 e8b13f8d7b35..60bb6796fffe 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2024-07-16 11:51:30 UTC
+--- pyproject.toml.orig 2024-12-03 16:00:50 UTC
+++ pyproject.toml
@@ -215,16 +215,6 @@ pydantic = ">=1.7.4, <3"
# See https://github.com/matrix-org/synapse/issues/15858
@@ -17,12 +17,12 @@
# This is used for parsing multipart responses
python-multipart = ">=0.0.9"
-@@ -372,7 +362,7 @@ tomli = ">=1.2.3"
+@@ -370,7 +360,7 @@ tomli = ">=1.2.3"
# 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.9.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
++requires = ["poetry-core>=1.1.0,<=2.0.1", "setuptools_rust>=1.3,<=1.10.2"]
build-backend = "poetry.core.masonry.api"