aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorSascha Biberhofer <ports@skyforge.at>2022-05-10 14:45:51 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2022-06-29 04:13:01 +0000
commit70c7530875e778973f691cbb11bdbe3b5440cf51 (patch)
treecf6efe5acee7167e34c4c4345039bda96fdced4c /net-im/py-matrix-synapse/files/patch-pyproject.toml
parent1a2fd6e261937fd489ecbdf5100f10eca4d33bd9 (diff)
downloadports-70c7530875e778973f691cbb11bdbe3b5440cf51.tar.gz
ports-70c7530875e778973f691cbb11bdbe3b5440cf51.zip
net-im/py-matrix-synapse: Update to 1.58.1
(cherry picked from commit 5f0906db0fbc37b5770b4625e3b8db01b6382140)
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
new file mode 100644
index 000000000000..903aba718c30
--- /dev/null
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2022-05-07 18:29:37 UTC
++++ pyproject.toml
+@@ -146,7 +146,7 @@ bleach = ">=1.4.3"
+ typing-extensions = ">=3.10.0"
+ # 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.1.0"