Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matrix-synapse for openSUSE:Factory checked in at 2025-03-11 20:47:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Tue Mar 11 20:47:07 2025 rev:123 rq:1252103 version:1.126.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2025-02-26 17:16:43.102679877 +0100 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.19136/matrix-synapse.changes 2025-03-11 20:47:59.648907087 +0100 @@ -1,0 +2,56 @@ +Tue Mar 11 15:21:51 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- fix file section to use the more portable macro +- Update to 1.126.0 + - Features + - Define ratelimit configuration for delayed event management. + (#18019) + - Add form_secret_path config option. (#18090) + - Add the --no-secrets-in-config command line option. (#18092) + - Add background job to clear unreferenced state groups. + (#18154) + - Add support for specifying/overriding + id_token_signing_alg_values_supported for an OpenID identity + provider. (#18177) + - Add worker_replication_secret_path config option. (#18191) + - Add support for specifying/overriding redirect_uri in the + authorization and token requests against an OpenID identity + provider. (#18197) + - Bugfixes + - Revert the background job to clear unreferenced state groups + (that was introduced in v1.126.0rc1), due to a suspected + issue that causes increased disk usage. (#18222) + - Make sure we advertise registration as disabled when MSC3861 + is enabled. (#17661) + - Prevent suspended users from sending encrypted messages. + (#18157) + - Cleanup deleted state group references. (#18165) + - Fix MSC4108 QR-code login not working with some reverse-proxy + setups. (#18178) + - Support device IDs that can't be represented in a scope when + delegating auth to Matrix Authentication Service 0.15.0+. + (#18174) + - Internal Changes + - Fix wheel building configuration in CI by installing + libatomic1. (#18212, #18213) + - Updates to the Docker image + - Speed up the building of the Docker image. (#18038) + - Improved Documentation + - Move incorrectly placed version indicator in User Event + Redaction Admin API docs. (#18152) + - Document suspension Admin API. (#18162) + - Deprecations and Removals + - Disable room list publication by default. (#18175) + - Updates to locked dependencies + - Bump anyhow from 1.0.95 to 1.0.96. (#18187) + - Bump authlib from 1.4.0 to 1.4.1. (#18190) + - Bump click from 8.1.7 to 8.1.8. (#18189) + - Bump log from 0.4.25 to 0.4.26. (#18184) + - Bump pyo3-log from 0.12.0 to 0.12.1. (#18046) + - Bump serde from 1.0.217 to 1.0.218. (#18183) + - Bump serde_json from 1.0.138 to 1.0.139. (#18186) + - Bump sigstore/cosign-installer from 3.8.0 to 3.8.1. (#18185) + - Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121. + (#18188) + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.125.0.obscpio New: ---- matrix-synapse-1.126.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.Mjz0pt/_old 2025-03-11 20:48:00.904959678 +0100 +++ /var/tmp/diff_new_pack.Mjz0pt/_new 2025-03-11 20:48:00.904959678 +0100 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.125.0 +Version: 1.126.0 Release: 0 Summary: Test package for %{pkgname} License: AGPL-3.0-or-later ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.Mjz0pt/_old 2025-03-11 20:48:00.932960851 +0100 +++ /var/tmp/diff_new_pack.Mjz0pt/_new 2025-03-11 20:48:00.936961018 +0100 @@ -41,7 +41,7 @@ %global prometheus_client_version 0.20.0 %global psutil_version 2.0.0 # TODO: 24.3.0 -%global pyOpenSSL_version 24.2.1 +%global pyOpenSSL_version 25.0.0 %global pyasn1_version 0.6.0 %global pyasn1_modules_version 0.3.0 %global pymacaroons_version 0.13.0 @@ -57,8 +57,7 @@ %global packaging_version 24.0 %global psycopg2_version 2.9.9 %global pysaml2_version 7.5.0 -# TODO: 1.4.0 -%global Authlib_version 1.3.2 +%global Authlib_version 1.4.1 %global lxml_version 5.3.0 # TODO: 2.19.2 %global sentry_sdk_version 2.19.0 @@ -159,7 +158,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.125.0 +Version: 1.126.0 Release: 0 Summary: Matrix protocol reference homeserver License: AGPL-3.0-or-later @@ -399,8 +398,8 @@ %config(noreplace) %attr(-,root,synapse) %{_sysconfdir}/%{pkgname}/ %dir %attr(0750,%{modname},%{modname}) %{_localstatedir}/lib/%{pkgname} %dir %attr(0750,%{modname},%{modname}) %{_localstatedir}/log/%{pkgname} -%{python3_sitearch}/%{modname} -%{python3_sitearch}/%{eggname}-*-info +%{python_sitearch}/%{modname} +%{python_sitearch}/%{eggname}-*-info # Python helper scripts. %{_bindir}/synctl %{_libexecdir}/%{pkgname} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Mjz0pt/_old 2025-03-11 20:48:00.988963195 +0100 +++ /var/tmp/diff_new_pack.Mjz0pt/_new 2025-03-11 20:48:00.992963362 +0100 @@ -4,11 +4,11 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="url">https://github.com/element-hq/synapse.git</param> <param name="scm">git</param> - <param name="revision">v1.125.0</param> + <param name="revision">v1.126.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.126.0rc1</param> + <param name="revision">v1.127.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.125.0.obscpio -> matrix-synapse-1.126.0.obscpio ++++++ ++++ 2790 lines of diff (skipped) ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.Mjz0pt/_old 2025-03-11 20:48:02.361020643 +0100 +++ /var/tmp/diff_new_pack.Mjz0pt/_new 2025-03-11 20:48:02.361020643 +0100 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.125.0 -mtime: 1740496232 -commit: 1246e54d7fbd12cb32bd6fc6f3531517d35bcb45 +version: 1.126.0 +mtime: 1741698705 +commit: c30157b3cbc68c15f4367b20b6324b40fa421bdc ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/matrix-synapse/vendor.tar.zst /work/SRC/openSUSE:Factory/.matrix-synapse.new.19136/vendor.tar.zst differ: char 7, line 1