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-10-10 21:01:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Tue Oct 10 21:01:18 2023 rev:86 rq:1116700 version:1.94.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2023-09-28 00:38:25.552739243 +0200 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.28202/matrix-synapse.changes 2023-10-10 21:02:52.695691541 +0200 @@ -1,0 +2,44 @@ +Tue Oct 10 13:20:04 UTC 2023 - Marcus 'darix' Rückert <[email protected]> + +- Update to 1.94.0 + - Features + - Render plain, CSS, CSV, JSON and common image formats in the + browser (inline) when requested through the /download + endpoint. (#15988) + - Add experimental support for MSC4028 to push all encrypted + events to clients. (#16361) + - Minor performance improvement when sending presence to + federated servers. (#16385) + - Minor performance improvement by caching server ACL checking. + (#16360) + - Improved Documentation + - Add developer documentation concerning gradual schema + migrations with column alterations. (#15691) + - Improve documentation of the user directory search algorithm. + (#16320) + - Fix rendering of user admin API documentation around + deactivation. This was broken in Synapse 1.91.0. (#16355) + - Update documentation around message retention policies. + (#16382) + - Add note to federation_domain_whitelist config option to + clarify its usage. (#16416) + - Improve legacy release notes. (#16418) + - Deprecations and Removals + - Remove Python version from /_synapse/admin/v1/server_version. + (#16380) + - Internal Changes + - Avoid running CI steps when the files they check have not + been changed. (#14745, #16387) + - Improve type hints. (#14911, #16350, #16356, #16395) + - Added support for pydantic v2 in addition to pydantic v1. + Contributed by Maxwell G (@gotmax23). (#16332) + - Get CI to check PRs have been signed-off. (#16348) + - Add missing licence header. (#16359) + - Improve type hints, and bump types-psycopg2 from 2.9.21.11 to + 2.9.21.14. (#16381) + - Improve comments in StateGroupBackgroundUpdateStore. (#16383) + - Update maturin configuration. (#16394) + - Downgrade replication stream time out error log lines to + warning. (#16401) + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.93.0.obscpio New: ---- matrix-synapse-1.94.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.SOSspF/_old 2023-10-10 21:02:55.279785248 +0200 +++ /var/tmp/diff_new_pack.SOSspF/_new 2023-10-10 21:02:55.283785393 +0200 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.93.0 +Version: 1.94.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.SOSspF/_old 2023-10-10 21:02:55.315786553 +0200 +++ /var/tmp/diff_new_pack.SOSspF/_new 2023-10-10 21:02:55.315786553 +0200 @@ -28,6 +28,7 @@ %global bcrypt_version 4.0.1 %global bleach_version 5.0.1 %global canonicaljson_version 2.0.0 +# TODO: 41.0.4 %global cryptography_version 41.0.3 %global immutabledict_version 3.0.0 %global idna_version 3.4 @@ -36,9 +37,10 @@ %global jsonschema_version 4.18.6 %global matrix_common_version 1.3.0 %global matrix_common_max_version 2 +# TODO: 1.0.7 %global msgpack_version 1.0.5 %global netaddr_version 0.8.0 -# TODO: 8.13.19 +# TODO: 8.13.22 %global phonenumbers_version 8.13.18 # TODO: 0.17.1 %global prometheus_client_version 0.17.0 @@ -57,12 +59,13 @@ %global unpaddedbase64_version 2.1.0 %global matrix_synapse_ldap3_version 0.2.2 %global packaging_version 23.1 +# TODO: 2.9.8 %global psycopg2_version 2.9.7 # TODO 7.3.1 %global pysaml2_version 7.2.1 %global Authlib_version 1.2.1 %global lxml_version 4.9.3 -%global sentry_sdk_version 1.30.0 +%global sentry_sdk_version 1.31.0 %global PyJWT_version 2.4.0 %global jaeger_client_version 4.8.0 %global opentracing_version 2.4.0 @@ -107,7 +110,7 @@ %global treq_version 15.1 %global unpaddedbase64_version 2.1.0 %global matrix_synapse_ldap3_version 0.2.1 -%global packaging_version 16.1 +%global packaging_version 20.0 %global psycopg2_version 2.8 %global pysaml2_version 4.5.0 %global Authlib_version 0.15.1 @@ -154,7 +157,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.93.0 +Version: 1.94.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SOSspF/_old 2023-10-10 21:02:55.427790615 +0200 +++ /var/tmp/diff_new_pack.SOSspF/_new 2023-10-10 21:02:55.427790615 +0200 @@ -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.93.0</param> + <param name="revision">v1.94.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.94.0rc1</param> + <param name="revision">v1.95.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.93.0.obscpio -> matrix-synapse-1.94.0.obscpio ++++++ /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.93.0.obscpio /work/SRC/openSUSE:Factory/.matrix-synapse.new.28202/matrix-synapse-1.94.0.obscpio differ: char 49, line 1 ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.SOSspF/_old 2023-10-10 21:02:55.523794097 +0200 +++ /var/tmp/diff_new_pack.SOSspF/_new 2023-10-10 21:02:55.527794241 +0200 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.93.0 -mtime: 1695740214 -commit: 88ba67eb91215a708f321e16559fe3c2c0d0a407 +version: 1.94.0 +mtime: 1696931874 +commit: 25c412b3c57962104d7a9452f03a0fca7e999bc2 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.SOSspF/_old and /var/tmp/diff_new_pack.SOSspF/_new differ
