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-06-04 20:28:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Wed Jun 4 20:28:06 2025 rev:132 rq:1282437 version:1.131.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2025-05-22 16:55:51.187331359 +0200 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.16005/matrix-synapse.changes 2025-06-04 20:28:08.951978194 +0200 @@ -1,0 +2,65 @@ +Tue Jun 3 16:55:41 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 1.131.0 + - Features + - Add msc4263_limit_key_queries_to_users_who_share_rooms config + option as per MSC4263. (#18180) + - Add option to allow registrations that begin with _. + Contributed by _ (@hex5f). (#18262) + - Include room ID in response to the Room Deletion Status Admin + API. (#18318) + - Add support for calling Policy Servers (MSC4284) to mark + events as spam. (#18387) + - Bugfixes + - Prevent race-condition in _maybe_retry_device_resync + entrance. (#18391) + - Fix the + tests.handlers.test_worker_lock.WorkerLockTestCase.test_lock_contention + test which could spuriously time out on RISC-V architectures + due to performance differences. (#18430) + - Fix admin redaction endpoint not redacting encrypted + messages. (#18434) + - Improved Documentation + - Update room_list_publication_rules docs to consider defaults + that changed in v1.126.0. Contributed by @HarHarLinks. + (#18286) + - Add advice for upgrading between major PostgreSQL versions to + the database documentation. (#18445) + - Internal Changes + - Fix a memory leak in _NotifierUserStream. (#18380) + - Fix a couple type annotations in the RootConfig/Config. + (#18409) + - Explicitly enable PyPy builds in cibuildwheels config to + avoid it being disabled on a future upgrade to cibuildwheel + v3. (#18417) + - Update the PR review template to remove an erroneous line + break from the final bullet point. (#18419) + - Explain why we flush_buffer() for Python print(...) output. + (#18420) + - Add lint to ensure we don't add a CREATE/DROP INDEX in a + schema delta. (#18440) + - Allow checking only for the existence of a field in an SSO + provider's response, rather than requiring the value(s) to + check. (#18454) + - Add unit tests for homeserver usage statistics. (#18463) + - Don't move invited users to new room when shutting down room. + (#18471) + - Updates to locked dependencies + - Bump actions/setup-python from 5.5.0 to 5.6.0. (#18398) + - Bump authlib from 1.5.1 to 1.5.2. (#18452) + - Bump docker/build-push-action from 6.15.0 to 6.17.0. (#18397, + #18449) + - Bump lxml from 5.3.0 to 5.4.0. (#18480) + - Bump mypy-zope from 1.0.9 to 1.0.11. (#18428) + - Bump pyo3 from 0.23.5 to 0.24.2. (#18460) + - Bump pyo3-log from 0.12.3 to 0.12.4. (#18453) + - Bump pyopenssl from 25.0.0 to 25.1.0. (#18450) + - Bump ruff from 0.7.3 to 0.11.11. (#18451, #18482) + - Bump tornado from 6.4.2 to 6.5.0. (#18459) + - Bump setuptools from 72.1.0 to 78.1.1. (#18461) + - Bump types-jsonschema from 4.23.0.20241208 to + 4.23.0.20250516. (#18481) + - Bump types-requests from 2.32.0.20241016 to 2.32.0.20250328. + (#18427) + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.130.0.obscpio New: ---- matrix-synapse-1.131.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.JMalKY/_old 2025-06-04 20:28:10.356036365 +0200 +++ /var/tmp/diff_new_pack.JMalKY/_new 2025-06-04 20:28:10.360036531 +0200 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.130.0 +Version: 1.131.0 Release: 0 Summary: Test package for %{pkgname} License: AGPL-3.0-or-later ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.JMalKY/_old 2025-06-04 20:28:10.392037857 +0200 +++ /var/tmp/diff_new_pack.JMalKY/_new 2025-06-04 20:28:10.396038022 +0200 @@ -22,8 +22,7 @@ %if %{with use_poetry_for_dependencies} %global Twisted_version 24.7.0 %global Jinja2_version 3.1.5 -# TODO: 11.2.1 -%global Pillow_version 11.1.0 +%global Pillow_version 11.2.1 %global PyYAML_version 6.0.2 %global attrs_version 23.2.0 %global bcrypt_version 4.2.0 @@ -57,7 +56,8 @@ %global packaging_version 24.0 %global psycopg2_version 2.9.9 %global pysaml2_version 7.5.0 -%global Authlib_version 1.5.1 +%global Authlib_version 1.5.2 +# TODO: 5.4.0 %global lxml_version 5.3.0 %global sentry_sdk_version 2.20.0 %global PyJWT_version 2.6.0 @@ -158,7 +158,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.130.0 +Version: 1.131.0 Release: 0 Summary: Matrix protocol reference homeserver License: AGPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.JMalKY/_old 2025-06-04 20:28:10.464040840 +0200 +++ /var/tmp/diff_new_pack.JMalKY/_new 2025-06-04 20:28:10.468041005 +0200 @@ -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.130.0</param> + <param name="revision">v1.131.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.131.0rc1</param> + <param name="revision">v1.132.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.130.0.obscpio -> matrix-synapse-1.131.0.obscpio ++++++ ++++ 4399 lines of diff (skipped) ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.JMalKY/_old 2025-06-04 20:28:11.968103154 +0200 +++ /var/tmp/diff_new_pack.JMalKY/_new 2025-06-04 20:28:11.972103319 +0200 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.130.0 -mtime: 1747752397 -commit: f92c6455efbecaba1ddb1595e597aec0d7e4fb42 +version: 1.131.0 +mtime: 1748957847 +commit: c47d8e0ee120727db0687f7f16abe7f560828cf8 ++++++ vendor.tar.zst ++++++ ++++ 260746 lines of diff (skipped)