summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2023-10-28 01:14:59 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-10-28 01:14:59 +0800
commitf2e69e923045efe557445772fc898235873722ee (patch)
treee65e9288085977869605f3df867990b0c9db875d /net-im/py-matrix-synapse/files
parentx11-toolkits/libshumate: update to 1.1.1 (diff)
net-im/py-matrix-synapse: Update to 1.93.0
Release notes: - https://github.com/matrix-org/synapse/releases/tag/v1.91.1 - https://github.com/matrix-org/synapse/releases/tag/v1.91.2 - https://github.com/matrix-org/synapse/releases/tag/v1.92.0 - https://github.com/matrix-org/synapse/releases/tag/v1.92.1 - https://github.com/matrix-org/synapse/releases/tag/v1.92.2 - https://github.com/matrix-org/synapse/releases/tag/v1.93.0 PR: 273563 Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml15
1 files changed, 3 insertions, 12 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index 6a82f26bcdc7..bcf3b8b3946d 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-08-30 18:21:32.688339700 +0800
-+++ pyproject.toml 2023-08-31 02:55:41.490241000 +0800
-@@ -207,17 +207,6 @@
+--- pyproject.toml.orig 2023-09-26 15:01:12 UTC
++++ pyproject.toml
+@@ -215,17 +215,6 @@ packaging = ">=16.1"
# We are currently incompatible with >=2.0.0: (https://github.com/matrix-org/synapse/issues/15858)
pydantic = "^1.7.4"
@@ -18,12 +18,3 @@
# Optional Dependencies
# ---------------------
matrix-synapse-ldap3 = { version = ">=0.1", optional = true }
-@@ -367,7 +356,7 @@
- # 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.7.0", "setuptools_rust>=1.3,<=1.6.0"]
-+requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.7.0"]
- build-backend = "poetry.core.masonry.api"
-
-