Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synapse: update to 1.119.0. #52462

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
Original file line number Diff line number Diff line change
@@ -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"


7 changes: 4 additions & 3 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down