diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-04-13 12:38:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-04-20 13:14:03 +0000 |
commit | a73b9123eb70124ee42329a743a803be9ad064e1 (patch) | |
tree | dc47a7baecdd39690d08e038509fb362664dea89 /net-im/py-matrix-synapse/files | |
parent | net-mgmt/librenms: Update to 24.4.0 (diff) |
net-im/py-matrix-synapse: Update to 1.105.0
- Update LICENSE to AGPLv3
PR: 276766
Tested by: Marko Cupać <marko.cupac at mimar dot rs>
Approved by: maintainer timeout
MFH: 2024Q2 (long due)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 11 | ||||
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 2 |
2 files changed, 2 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 index 0289fd6dd633..796a5b71b1de 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2023-12-12 15:52:05 UTC +--- pyproject.toml.orig 2024-03-05 15:15:09 UTC +++ pyproject.toml @@ -216,17 +216,6 @@ pydantic = ">=1.7.4, <3" # See https://github.com/matrix-org/synapse/issues/15858 @@ -18,12 +18,3 @@ # Optional Dependencies # --------------------- matrix-synapse-ldap3 = { version = ">=0.1", optional = true } -@@ -382,7 +371,7 @@ furo = ">=2022.12.7,<2024.0.0" - # 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.8.1", "setuptools_rust>=1.3,<=1.8.1"] -+requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3,<=1.9.0"] - build-backend = "poetry.core.masonry.api" - - diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 7b58e4d5030c..8e70aec77b2b 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,6 +1,6 @@ --- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -172,7 +172,6 @@ install_requires = \ +@@ -174,7 +174,6 @@ install_requires = \ 'pydantic>=1.7.4,<3', 'pymacaroons>=0.13.0', 'service-identity>=18.1.0', |