From 3b4c5b89c92b04ebf31a643ff886046ec17bbb31 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 2 Oct 2024 08:14:29 -0400 Subject: [PATCH] synapse: update to 1.119.0. --- srcpkgs/synapse/patches/setuptools_rust_upperbound.patch | 8 ++++---- srcpkgs/synapse/template | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch index bb7022e0bc4dad..dd8b106a8d619e 100644 --- a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch +++ b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch @@ -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" diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 8ef8dd9751bf34..2e9fb02d44a96e 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -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 " 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"