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 2023-01-30 17:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Mon Jan 30 17:10:55 2023 rev:77 rq:1061962 version:1.75.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2023-01-04 17:52:59.722320468 +0100
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.32243/matrix-synapse.changes 
2023-01-30 17:26:03.485402804 +0100
@@ -1,0 +2,87 @@
+Tue Jan 17 13:47:48 UTC 2023 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 1.75.0
+  - Features
+    - Add a cached function to synapse.module_api that returns a
+      decorator to cache return values of functions. (#14663)
+    - Add experimental support for MSC3391 (removing account data).
+      (#14714)
+    - Support RFC7636 Proof Key for Code Exchange for OAuth single
+      sign-on. (#14750)
+    - Support non-OpenID compliant userinfo claims for subject and
+      picture. (#14753)
+    - Improve performance of /sync when filtering all rooms,
+      message types, or senders. (#14786)
+    - Improve performance of the /hierarchy endpoint. (#14263)
+  - Bugfixes
+    - Fix a bug introduced in Synapse 1.75.0rc1 where device lists
+      could be miscalculated with some sync filters. (#14810)
+    - Fix race where calling /members or /state with an at
+      parameter could fail for newly created rooms, when using
+      multiple workers. (#14817)
+    - Fix the MAU Limits section of the Grafana dashboard relying
+      on a specific job name for the workers of a Synapse
+      deployment. (#14644)
+    - Fix a bug introduced in Synapse 1.70.0 which could cause
+      spurious UNIQUE constraint failed errors in the rotate_notifs
+      background job. (#14669)
+    - Ensure stream IDs are always updated after caches get
+      invalidated with workers. Contributed by Nick @ Beeper
+      (@Fizzadar). (#14723)
+    - Remove the unspecced device field from /pushrules responses.
+      (#14727)
+    - Fix a bug introduced in Synapse 1.73.0 where the
+      picture_claim configured under oidc_providers was unused (the
+      default value of "picture" was used instead). (#14751)
+    - Unescape HTML entities in URL preview titles making use of
+      oEmbed responses. (#14781)
+    - Disable sending confirmation email when 3pid is disabled.
+      (#14725)
+  - Improved Documentation
+    - Declare support for Python 3.11. (#14673)
+    - Fix target_memory_usage being used in the description for the
+      actual cache_autotune sub-option target_cache_memory_usage.
+      (#14674)
+    - Move email to Server section in config file documentation.
+      (#14730)
+    - Fix broken links in the Synapse documentation. (#14744)
+    - Add missing worker settings to shared configuration
+      documentation. (#14748)
+    - Document using Twitter as a OAuth 2.0 authentication
+      provider. (#14778)
+    - Fix Synapse 1.74 upgrade notes to correctly explain how to
+      install pyICU when installing Synapse from PyPI. (#14797)
+    - Update link to towncrier in contribution guide. (#14801)
+    - Use htmltest to check links in the Synapse documentation.
+      (#14743)
+  - Internal Changes
+    - Faster remote room joins: stream the un-partial-stating of
+      events over replication. (#14545, #14546)
+    - Use ruff instead of flake8. (#14633, #14741)
+    - Change handle_new_client_event signature so that a 429 does
+      not reach clients on PartialStateConflictError, and
+      internally retry when needed instead. (#14665)
+    - Remove dependency on jQuery on reCAPTCHA page. (#14672)
+    - Faster joins: make compute_state_after_events consistent with
+      other state-fetching functions that take a StateFilter.
+      (#14676)
+    - Add missing type hints. (#14680, #14681, #14687)
+    - Improve type annotations for the helper methods on a
+      CachedFunction. (#14685)
+    - Check that the SQLite database file exists before porting to
+      PostgreSQL. (#14692)
+    - Add .direnv/ directory to .gitignore to prevent local state
+      generated by the direnv development tool from being
+      committed. (#14707)
+    - Batch up replication requests to request the resyncing of
+      remote users's devices. (#14716)
+    - If debug logging is enabled, log the msgids of any to-device
+      messages that are returned over /sync. (#14724)
+    - Change GHA CI job to follow best practices. (#14772)
+    - Switch to our fork of dh-virtualenv to work around an
+      upstream Python 3.11 incompatibility. (#14774)
+    - Skip testing built wheels for PyPy 3.7 on Linux x86_64 as we
+      lack new required dependencies in the build environment.
+      (#14802)
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.74.0.obscpio

New:
----
  matrix-synapse-1.75.0.obscpio

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

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.UQPr3Z/_old  2023-01-30 17:26:04.289407125 +0100
+++ /var/tmp/diff_new_pack.UQPr3Z/_new  2023-01-30 17:26:04.297407168 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.74.0
+Version:        1.75.0
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        Apache-2.0

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.UQPr3Z/_old  2023-01-30 17:26:04.325407319 +0100
+++ /var/tmp/diff_new_pack.UQPr3Z/_new  2023-01-30 17:26:04.329407341 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 # NOTE: Keep this is in the same order as pyproject.toml.
 %if %{with use_poetry_for_dependencies}
 %global Jinja2_version                3.1.2
-%global Pillow_version                9.3.0
+%global Pillow_version                9.4.0
 %global PyYAML_version                6.0
 %global Twisted_version               22.10.0
-%global attrs_version                 22.1.0
+%global attrs_version                 22.2.0
 %global bcrypt_version                3.2.0
 %global bleach_version                3.3.0
 %global canonicaljson_version         1.6.4
@@ -41,7 +41,7 @@
 %global phonenumbers_version          8.13.2
 %global prometheus_client_version     0.15.0
 %global psutil_version                2.0.0
-%global pyOpenSSL_version             22.1.0
+%global pyOpenSSL_version             23.0.0
 %global pyasn1_version                0.4.8
 %global pyasn1_modules_version        0.2.8
 %global pymacaroons_version           0.13.0
@@ -59,7 +59,7 @@
 %global psycopg2_version              2.9.5
 %global pysaml2_version               7.2.1
 %global Authlib_version               1.2.0
-%global lxml_version                  4.8.0
+%global lxml_version                  4.9.2
 %global sentry_sdk_version            1.11.1
 %global PyJWT_version                 2.4.0
 %global jaeger_client_version         4.8.0
@@ -73,7 +73,7 @@
 # some version locks based on poetry.lock
 %global Jinja2_version                3.0
 %global Pillow_version                5.4.0
-%global PyYAML_version                3.11
+%global PyYAML_version                3.13
 %global Twisted_version               18.9.0
 %global attrs_version                 21.1.1
 %global bcrypt_version                3.1.7
@@ -156,7 +156,7 @@
 %define         pkgname matrix-synapse
 %define         eggname matrix_synapse
 Name:           %{pkgname}
-Version:        1.74.0
+Version:        1.75.0
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UQPr3Z/_old  2023-01-30 17:26:04.381407620 +0100
+++ /var/tmp/diff_new_pack.UQPr3Z/_new  2023-01-30 17:26:04.385407641 +0100
@@ -4,11 +4,11 @@
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="url">https://github.com/matrix-org/synapse.git</param>
     <param name="scm">git</param>
-    <param name="revision">v1.74.0</param>
+    <param name="revision">v1.75.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--
-    <param name="revision">v1.75.0rc1</param>
+    <param name="revision">v1.76.0rc1</param>
     <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>
     -->

++++++ matrix-synapse-1.74.0.obscpio -> matrix-synapse-1.75.0.obscpio ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.74.0.obscpio 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.32243/matrix-synapse-1.75.0.obscpio
 differ: char 49, line 1

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.UQPr3Z/_old  2023-01-30 17:26:04.465408072 +0100
+++ /var/tmp/diff_new_pack.UQPr3Z/_new  2023-01-30 17:26:04.469408093 +0100
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.74.0
-mtime: 1671552513
-commit: 774e20b57047b9f8700e62e7f4689717f4fa094c
+version: 1.75.0
+mtime: 1673955382
+commit: b6955673bfab5c8d553e8b43e9c50dd7b1212e2a
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.32243/vendor.tar.xz differ: char 
27, line 1

Reply via email to