synapse: update to 1.93.0.

This commit is contained in:
Joel Beckmeyer 2023-09-27 10:19:45 -04:00 committed by classabbyamp
parent e786818b3e
commit 6539c2a59f
2 changed files with 3 additions and 16 deletions

View File

@ -1,13 +0,0 @@
diff --git a/pyproject.toml b/pyproject.toml
index 409b27d..013e4a0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -367,7 +367,7 @@ furo = ">=2022.12.7,<2024.0.0"
# 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"]
build-backend = "poetry.core.masonry.api"

View File

@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.92.1
version=1.93.0
revision=1
build_style=python3-pep517
build_helper=rust
@ -24,10 +24,10 @@ license="Apache-2.0"
homepage="https://github.com/matrix-org/synapse"
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
checksum=75202d9448f713ef06835e52fdc95724c2292e54a8aa4a7d0ce170552bc8958b
checksum=4bacff7559cd1f36a51743b79fe871eb3b96933aa663aad6f8900a1c6b7f8e21
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"
makedepends+=" rust-std python3"
fi
system_accounts="synapse"