diff options
author | Sascha Biberhofer <sascha.biberhofer@skyforge.at> | 2022-09-27 17:39:36 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-09-29 18:08:24 +0000 |
commit | 167b320fbf10f720cd507107d1c9e1ae87b8506a (patch) | |
tree | 742ff3efbd945e0f9377619f1fbd1a01ae8d3b5f /net-im/py-matrix-synapse/files/patch-pyproject.toml | |
parent | devel/py-matrix-common: Update to 1.3.0 (diff) |
net-im/py-matrix-synapse: Update to 1.68.0
- This update introduces a new dependency on rust.
- Testing now uses the staged build output to ensure tests
run against the compiled rust module.
Co-authored-by: Ashish SHUKLA <ashish@FreeBSD.org>
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 24 |
1 files changed, 21 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 c8744a242c54..acbd690b99f2 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 2022-08-02 13:44:01 UTC +--- pyproject.toml.orig 2022-09-27 11:37:18 UTC +++ pyproject.toml -@@ -149,7 +149,7 @@ bleach = ">=1.4.3" +@@ -162,7 +162,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. @@ -8,4 +8,22 @@ +cryptography = "*" # ijson 3.1.4 fixes a bug with "." in property names ijson = ">=3.1.4" - matrix-common = "^1.2.1" + matrix-common = "^1.3.0" +@@ -173,17 +173,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" +- + + # Optional Dependencies + # --------------------- |