diff options
author | Sascha Biberhofer <ports@skyforge.at> | 2025-08-04 00:01:15 +0400 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-08-04 15:04:26 +0400 |
commit | 874e6cd6cca81fa99ac779e5d0459582fa73bf1a (patch) | |
tree | 73c29842a438a5a1380973389671cdf676f3c5ab /net-im/py-matrix-synapse/files | |
parent | security/picocrypt: Update to 1.49 (diff) |
net-im/py-matrix-synapse: Update to 1.135.0
PR: 288639
Approved by: yuri@ (Mentor)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml deleted file mode 100644 index 44b8db46476f..000000000000 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-02-25 15:41:12 UTC -+++ pyproject.toml -@@ -370,7 +370,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.10.2"] -+requires = ["poetry-core>=1.1.0,<=2.1.3", "setuptools_rust>=1.3"] - build-backend = "poetry.core.masonry.api" - - |