synapse: update to 1.119.0.
This commit is contained in:
parent
b7468f01bb
commit
b2236bbfbf
|
@ -1,13 +1,13 @@
|
|||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 9a64507..fc48c98 100644
|
||||
index e0afcde..d902670 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -382,7 +382,7 @@ furo = ">=2022.12.7,<2025.0.0"
|
||||
@@ -370,7 +370,7 @@ tomli = ">=1.2.3"
|
||||
# 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.9.0", "setuptools_rust>=1.3,<=1.8.1"]
|
||||
+requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3"]
|
||||
-requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.8.1"]
|
||||
+requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'synapse'
|
||||
pkgname=synapse
|
||||
version=1.115.0
|
||||
version=1.119.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper=rust
|
||||
|
@ -18,14 +18,15 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
|
|||
python3-sortedcontainers python3-typing_extensions python3-cryptography
|
||||
python3-ijson python3-matrix-common python3-packaging python3-pydantic
|
||||
python3-automat python3-python-multipart"
|
||||
checkdepends="$depends python3-parameterized python3-hiredis xmlsec1 unzip"
|
||||
checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis
|
||||
xmlsec1 unzip"
|
||||
short_desc="Matrix reference homeserver"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://element-hq.github.io/synapse"
|
||||
changelog="https://raw.githubusercontent.com/element-hq/synapse/develop/CHANGES.md"
|
||||
distfiles="https://github.com/element-hq/synapse/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=6489670d60c20445ce2440cc4ecd32fb449afa4df2b5fde0efa24a8ee021e004
|
||||
checksum=068045df7f132c575e630a98f5d854458b4e5ca14cc53cca2199b854d55078b0
|
||||
|
||||
system_accounts="synapse"
|
||||
synapse_homedir="/var/lib/synapse"
|
||||
|
|
Loading…
Reference in New Issue