aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Beckmeyer <joel@beckmeyer.us>2024-04-05 01:07:59 +0000
committercinerea0 <49368915+cinerea0@users.noreply.github.com>2024-04-06 21:06:23 +0000
commitcc9904d7ac79cf966a008565ea602445d08c0158 (patch)
treeff1663914d93c2b483a6afc8c04d1736d0a7d6f6
parent758755ab9fe56703c38297876e88f8212c2f9c14 (diff)
downloadvoid-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar.gz
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar.bz2
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar.lz
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar.xz
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.tar.zst
void-packages-cc9904d7ac79cf966a008565ea602445d08c0158.zip
synapse: update to 1.104.0.
-rw-r--r--srcpkgs/synapse/patches/setuptools_rust_upperbound.patch8
-rw-r--r--srcpkgs/synapse/template4
2 files changed, 6 insertions, 6 deletions
diff --git a/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch b/srcpkgs/synapse/patches/setuptools_rust_upperbound.patch
index 6d417bcaab8..bb7022e0bc4 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 fe51b46..12491ba 100644
+index 9a64507..fc48c98 100644
--- a/pyproject.toml
+++ b/pyproject.toml
-@@ -382,7 +382,7 @@ furo = ">=2022.12.7,<2024.0.0"
+@@ -382,7 +382,7 @@ furo = ">=2022.12.7,<2025.0.0"
# 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.8.1", "setuptools_rust>=1.3,<=1.8.1"]
-+requires = ["poetry-core>=1.1.0,<=1.8.1", "setuptools_rust>=1.3"]
+-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"]
build-backend = "poetry.core.masonry.api"
diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 6d19cc5413b..f9ad12f24aa 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
-version=1.103.0
+version=1.104.0
revision=1
build_style=python3-pep517
build_helper=rust
@@ -25,7 +25,7 @@ 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=1fc9b8486eb265eab638c614f3614248cc71538a33ce1d58de167ceef78b900a
+checksum=1dde163a9e2efe34f16aa67161897327f116352ac95819cc5d387776e61706a9
system_accounts="synapse"
synapse_homedir="/var/lib/synapse"