From ff899420edf343a134b84bc170b4bfb71959fd4aa9205f49c97a032d2e60f238 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 10 Oct 2023 14:02:02 +0000 Subject: [PATCH] Accepting request 1116682 from home:darix:apps - Update to 1.94.0 OBS-URL: https://build.opensuse.org/request/show/1116682 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=290 --- _service | 4 ++-- matrix-synapse-1.93.0.obscpio | 3 --- matrix-synapse-1.94.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 44 +++++++++++++++++++++++++++++++++++ matrix-synapse.obsinfo | 6 ++--- matrix-synapse.spec | 11 +++++---- vendor.tar.zst | 4 ++-- 8 files changed, 62 insertions(+), 15 deletions(-) delete mode 100644 matrix-synapse-1.93.0.obscpio create mode 100644 matrix-synapse-1.94.0.obscpio diff --git a/_service b/_service index d4d9fae..6fbfc63 100644 --- a/_service +++ b/_service @@ -4,11 +4,11 @@ @PARENT_TAG@ https://github.com/matrix-org/synapse.git git - v1.93.0 + v1.94.0 v(.*) \1 diff --git a/matrix-synapse-1.93.0.obscpio b/matrix-synapse-1.93.0.obscpio deleted file mode 100644 index 80e6c1a..0000000 --- a/matrix-synapse-1.93.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f157afec4f14f73cb310e600cd21e5baa615e8a6ea2597a84fb33a542cb21bee -size 35584013 diff --git a/matrix-synapse-1.94.0.obscpio b/matrix-synapse-1.94.0.obscpio new file mode 100644 index 0000000..50968eb --- /dev/null +++ b/matrix-synapse-1.94.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79aa3079dded94e691087b6896b651d46ee09aa031c31ce6c03f03d9250e19c +size 35640333 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 2719a64..0e6fd7c 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -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 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 18bb1bf..7f31a3d 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Oct 10 13:20:04 UTC 2023 - Marcus 'darix' Rückert + +- 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) + ------------------------------------------------------------------- Tue Sep 26 17:35:26 UTC 2023 - Marcus Rueckert diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index e108d44..05b9393 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,4 +1,4 @@ name: matrix-synapse -version: 1.93.0 -mtime: 1695740214 -commit: 88ba67eb91215a708f321e16559fe3c2c0d0a407 +version: 1.94.0 +mtime: 1696931874 +commit: 25c412b3c57962104d7a9452f03a0fca7e999bc2 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index a635cff..a668b82 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 12afce8..26e40f1 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2da7c77d5281c44f4627669634dedb57e1a57fb35314306aff79d8f6b7d7466b -size 5765828 +oid sha256:0ba8aec93493884cf9cada3bac9218d63465cf31f2e31f0127c2143dabd39aa2 +size 5766480