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.121.1. #53402

Merged
merged 3 commits into from
Dec 23, 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
6 changes: 3 additions & 3 deletions srcpkgs/python3-psycopg2/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-psycopg2'
pkgname=python3-psycopg2
version=2.9.3
revision=4
version=2.9.10
revision=1
build_style=python3-module
# Require postgresql-libs-devel to find executable: pg_config
hostmakedepends="postgresql-libs-devel python3-setuptools"
Expand All @@ -14,5 +14,5 @@ license="LGPL-3.0-or-later"
homepage="https://www.psycopg.org"
changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
checksum=12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11
make_check=no # requires running postgres server on system
8 changes: 4 additions & 4 deletions srcpkgs/python3-treq/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 'python3-treq'
pkgname=python3-treq
version=23.11.0
revision=2
version=24.9.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-incremental"
depends="python3-incremental python3-requests python3-hyperlink
python3-Twisted python3-attrs"
python3-Twisted python3-attrs python3-typing_extensions"
checkdepends="${depends} python3-pytest python3-httpbin"
short_desc="Requests-like API built on top of twisted.web's Agent"
maintainer="Joel Beckmeyer <[email protected]>"
license="MIT"
homepage="https://github.com/twisted/treq"
changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
checksum=0914ff929fd1632ce16797235260f8bc19d20ff7c459c1deabd65b8c68cbeac5
checksum=15da7fc404f3e4ed59d0abe5f8eef4966fabbe618039a2a23bc7c15305cefea8

post_install() {
vlicense LICENSE
Expand Down
13 changes: 0 additions & 13 deletions srcpkgs/synapse/patches/setuptools_rust_upperbound.patch

This file was deleted.

8 changes: 4 additions & 4 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'synapse'
pkgname=synapse
version=1.120.0
revision=2
version=1.121.1
revision=1
build_style=python3-pep517
build_helper=rust
make_check_target=tests
Expand All @@ -17,7 +17,7 @@ depends="python3-jsonschema python3-immutabledict python3-unpaddedbase64
python3-psycopg2 python3-lxml python3-saml2 python3-treq python3-macaroons
python3-sortedcontainers python3-typing_extensions python3-cryptography
python3-ijson python3-matrix-common python3-packaging python3-pydantic
python3-automat python3-python-multipart"
python3-automat python3-python-multipart python3-setuptools-rust"
checkdepends="$depends python3-parameterized python3-txredisapi python3-hiredis
xmlsec1 unzip"
short_desc="Matrix reference homeserver"
Expand All @@ -26,7 +26,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=f5833a9cafe30c389a5a903eb5e9e9154c8ae2c44343c5fc43e33e2750bd6442
checksum=58beeacb5b61f87d791b808a3d1e0db3f4df55a731e652ac4ad86bd4145558da

system_accounts="synapse"
synapse_homedir="/var/lib/synapse"
Expand Down
Loading