Skip to content

Commit

Permalink
synapse: update to 1.119.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine authored and cinerea0 committed Nov 14, 2024
1 parent b7468f0 commit b2236bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

0 comments on commit b2236bb

Please sign in to comment.