forked from pool/matrix-synapse
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
This commit is contained in:
parent
fd426452c9
commit
ff899420ed
4
_service
4
_service
@ -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>
|
||||
-->
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f157afec4f14f73cb310e600cd21e5baa615e8a6ea2597a84fb33a542cb21bee
|
||||
size 35584013
|
3
matrix-synapse-1.94.0.obscpio
Normal file
3
matrix-synapse-1.94.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e79aa3079dded94e691087b6896b651d46ee09aa031c31ce6c03f03d9250e19c
|
||||
size 35640333
|
@ -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
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 13:20:04 UTC 2023 - Marcus 'darix' Rückert <mrueckert@suse.de>
|
||||
|
||||
- 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 <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: matrix-synapse
|
||||
version: 1.93.0
|
||||
mtime: 1695740214
|
||||
commit: 88ba67eb91215a708f321e16559fe3c2c0d0a407
|
||||
version: 1.94.0
|
||||
mtime: 1696931874
|
||||
commit: 25c412b3c57962104d7a9452f03a0fca7e999bc2
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2da7c77d5281c44f4627669634dedb57e1a57fb35314306aff79d8f6b7d7466b
|
||||
size 5765828
|
||||
oid sha256:0ba8aec93493884cf9cada3bac9218d63465cf31f2e31f0127c2143dabd39aa2
|
||||
size 5766480
|
||||
|
Loading…
Reference in New Issue
Block a user