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 2026-05-23 23:24:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Sat May 23 23:24:06 2026 rev:157 rq:1354660 version:1.153.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2026-05-08 16:43:58.733696591 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.2084/matrix-synapse.changes  
2026-05-23 23:24:59.798880838 +0200
@@ -1,0 +2,52 @@
+Tue May 19 21:24:08 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Update to 1.153.0
+  - Features
+    - Make ACLs apply to EDUs per MSC4163. (#18475)
+    - Stabilize MSC3266: Room summary API, removing the
+      experimental config flag msc3266_enabled. Contributed by
+      @dasha-uwu. (#19720)
+    - Partial MSC4311 implementation: m.room.create is now a
+      required part of stripped invite_state/knock_state .
+      Contributed by @FrenchGithubUser @famedly. (#19722)
+    - Expose tombstoned and replacement_room in room details on
+      admin API endpoint GET /_synapse/admin/v1/rooms/<room_id>.
+      Contributed by Noah Markert. (#19737)
+  - Bugfixes
+    - Revert 'Have MSC4186: Simplified Sliding Sync return a new
+      response immediately if a room subscription has changed and
+      produced a new response. (#19714)' (introduced in 1.153.0rc1)
+      due to performance problems. (#19784)
+    - Correctly handle arbitrary precision integers in unsigned
+      field of events. The bug was introduced in 1.153.0rc1.
+      (#19769)
+    - Allow self-requested user erasure (upon account deactivation)
+      to succeed even if Synapse has disabled profile changes.
+      Contributed by Famedly. (#19398)
+    - Fix Synapse not backfilling new history when attempting to
+      use a pagination token near a backward extremity. (#19611)
+    - Have MSC4186: Simplified Sliding Sync return a new response
+      immediately if a room subscription has changed and produced a
+      new response. (#19714)
+    - Fix a bug where when upgrading a room to room version 12, the
+      power level event in the old room got temporarily mutated to
+      remove the user upgrading the room's power. (#19727)
+    - Fix packaging for Fedora and EPEL caused by unnecessary
+      bumping authlib minimum version requirement in pyproject.toml
+      file. Contributed by Oleg Girko. (#19742)
+  - Improved Documentation
+    - Add warning about known problems when configuring
+      use_frozen_dicts. (#19711)
+  - Internal Changes
+    - Port Event.signatures field to Rust. (#19706)
+    - Port Event.unsigned field to Rust. (#19708)
+    - Add a Rust canonical JSON serializer. (#19739, #19763)
+    - Configure Dependabot to only update Python dependencies in
+      the lockfile, unless widening upper bounds. (#19743)
+    - Reduce WORKER_LOCK_MAX_RETRY_INTERVAL to 5 seconds to reduce
+      idle time after lock is released. (#19755)
+    - Force keyword-only arguments for Duration so time units have
+      to be specified. (#19756)
+- refresh 0001-pyo3-Disable-abi3-feature.patch
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.152.1.obscpio

New:
----
  matrix-synapse-1.153.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.OZodT6/_old  2026-05-23 23:25:02.106975061 +0200
+++ /var/tmp/diff_new_pack.OZodT6/_new  2026-05-23 23:25:02.114975388 +0200
@@ -27,7 +27,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.152.1
+Version:        1.153.0
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        AGPL-3.0-or-later

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.OZodT6/_old  2026-05-23 23:25:02.518991882 +0200
+++ /var/tmp/diff_new_pack.OZodT6/_new  2026-05-23 23:25:02.530992371 +0200
@@ -25,9 +25,9 @@
 %if %{with use_poetry_for_dependencies}
 %global Twisted_version               24.7.0
 %global Jinja2_version                3.1.5
-%global Pillow_version                11.2.1
+%global Pillow_version                12.2.0
 %global PyYAML_version                6.0.3
-%global attrs_version                 25.4.0
+%global attrs_version                 26.1.0
 %global bcrypt_version                5.0.0
 %global bleach_version                6.1.0
 %global canonicaljson_version         2.0.0
@@ -71,7 +71,7 @@
 %global txredisapi_version            1.4.10
 %global Pympler_version               1.0.1
 %global pydantic_version              2.7.1
-%global python_multipart_version      0.0.22
+%global python_multipart_version      0.0.26
 # TODO: 0.30.0
 %global rpds_py_verison               0.27.1
 ## indirect dependencies which need to be guarded for matrix-synapse to work
@@ -227,7 +227,7 @@
 %define         pkgname matrix-synapse
 %define         eggname matrix_synapse
 Name:           %{pkgname}
-Version:        1.152.1
+Version:        1.153.0
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        AGPL-3.0-or-later

++++++ 0001-pyo3-Disable-abi3-feature.patch ++++++
--- /var/tmp/diff_new_pack.OZodT6/_old  2026-05-23 23:25:02.907007722 +0200
+++ /var/tmp/diff_new_pack.OZodT6/_new  2026-05-23 23:25:02.951009518 +0200
@@ -60,7 +60,7 @@
 --- synapse.orig/rust/Cargo.toml
 +++ synapse/rust/Cargo.toml
 @@ -33,8 +33,6 @@ mime = "0.3.17"
- pyo3 = { version = "0.27.2", features = [
+ pyo3 = { version = "0.28.3", features = [
      "macros",
      "anyhow",
 -    "abi3",

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OZodT6/_old  2026-05-23 23:25:03.515032543 +0200
+++ /var/tmp/diff_new_pack.OZodT6/_new  2026-05-23 23:25:03.575034992 +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.152.1</param>
+    <param name="revision">v1.153.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--
-    <param name="revision">v1.153.0rc1</param>
+    <param name="revision">v1.153.1rc1</param>
     <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>
     -->

++++++ matrix-synapse-1.152.1.obscpio -> matrix-synapse-1.153.0.obscpio ++++++
++++ 5096 lines of diff (skipped)

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.OZodT6/_old  2026-05-23 23:25:10.087300842 +0200
+++ /var/tmp/diff_new_pack.OZodT6/_new  2026-05-23 23:25:10.115301985 +0200
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.152.1
-mtime: 1778158189
-commit: d97b5b9e21681792d78c5d58243fc483c664b66e
+version: 1.153.0
+mtime: 1779196383
+commit: 7b1c4da5dfbe48fa5e0dabc3933aed54f40e1644
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.2084/vendor.tar.zst differ: char 
7, line 1

Reply via email to