summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2023-04-28 02:24:28 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-04-28 02:24:28 +0800
commitf1f155eea12c242e6670c7b0f80b25f280b207a9 (patch)
treef7f9f8fab41eb7e1b870c6e410f2b7e4c7a7f5e8 /net-im/py-matrix-synapse/files/patch-pyproject.toml
parentmultimedia/nordlicht: Deprecate and set expiration date to 2023-05-31 (diff)
net-im/py-matrix-synapse: Update to 1.82.0
PR: 270737 Approved by: maintainer timeout
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml40
1 files changed, 6 insertions, 34 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index ea97936dfb6f..cc42bc42414a 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -1,38 +1,10 @@
---- pyproject.toml.orig 2023-03-28 10:30:20 UTC
+--- pyproject.toml.orig 2023-04-21 21:40:26 UTC
+++ pyproject.toml
-@@ -156,7 +156,7 @@ jsonschema = ">=3.0.0"
- # frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
- # We cannot test our wheels against the 2.3.5 release in CI. Putting in an upper bound for this
- # because frozendict has been more trouble than it's worth; we would like to move to immutabledict.
--frozendict = ">=1,!=2.1.2,<2.3.5"
-+frozendict = ">=1"
- # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
- unpaddedbase64 = ">=2.1.0"
- # We require 1.5.0 to work around an issue when running against the C implementation of
-@@ -199,7 +199,7 @@ bleach = ">=1.4.3"
- typing-extensions = ">=3.10.0.1"
- # We enforce that we have a `cryptography` version that bundles an `openssl`
- # with the latest security patches.
--cryptography = ">=3.4.7"
-+cryptography = "*"
- # ijson 3.1.4 fixes a bug with "." in property names
- ijson = ">=3.1.4"
- matrix-common = "^1.3.0"
-@@ -210,17 +210,6 @@ packaging = ">=16.1"
- importlib_metadata = { version = ">=1.4", python = "<3.8" }
- # This is the most recent version of Pydantic with available on common distros.
- pydantic = ">=1.7.4"
--
--# This is for building the rust components during "poetry install", which
--# currently ignores the `build-system.requires` directive (c.f.
--# https://github.com/python-poetry/poetry/issues/6154). Both `pip install` and
--# `poetry build` do the right thing without this explicit dependency.
--#
--# This isn't really a dev-dependency, as `poetry install --no-dev` will fail,
--# but the alternative is to add it to the main list of deps where it isn't
--# needed.
--setuptools_rust = ">=1.3"
--
+@@ -219,7 +219,6 @@ pydantic = ">=1.7.4"
+ # needed.
+ setuptools_rust = ">=1.3"
+-
# Optional Dependencies
# ---------------------
+ matrix-synapse-ldap3 = { version = ">=0.1", optional = true }