From c3c011384fb682dfa576140b3801cbaac8e0faa6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 27 Sep 2023 10:19:45 -0400 Subject: [PATCH] synapse: update to 1.93.0. --- srcpkgs/synapse/patches/setuptools_rust.patch | 13 ------------- srcpkgs/synapse/template | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/synapse/patches/setuptools_rust.patch diff --git a/srcpkgs/synapse/patches/setuptools_rust.patch b/srcpkgs/synapse/patches/setuptools_rust.patch deleted file mode 100644 index ce3aa073907d0..0000000000000 --- a/srcpkgs/synapse/patches/setuptools_rust.patch +++ /dev/null @@ -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" - - diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 6381378428411..b5a22dc69ff80 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -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,7 +24,7 @@ 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"