From 56931b295fcefa01b7fec8a366ae22753623c4dd21ebed2fccdaa66b9c5d4965 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Mar 2021 15:15:50 +0000 Subject: [PATCH] Accepting request 880790 from devel:languages:python Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/880790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mautrix?expand=0&rev=4 --- mautrix-0.8.15.tar.gz | 3 +++ mautrix-0.8.6.tar.gz | 3 --- python-mautrix.changes | 31 +++++++++++++++++++++++++++++++ python-mautrix.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 mautrix-0.8.15.tar.gz delete mode 100644 mautrix-0.8.6.tar.gz diff --git a/mautrix-0.8.15.tar.gz b/mautrix-0.8.15.tar.gz new file mode 100644 index 0000000..89e788e --- /dev/null +++ b/mautrix-0.8.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d144804f6594be8a537135e00bae6729f336f696ab0b52e49694a01ba6d76de +size 147338 diff --git a/mautrix-0.8.6.tar.gz b/mautrix-0.8.6.tar.gz deleted file mode 100644 index 280a752..0000000 --- a/mautrix-0.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e28d89cb8297ec36d78ef79507613c45ab3ab0bc709f1944ca5be349797f8f6b -size 146279 diff --git a/python-mautrix.changes b/python-mautrix.changes index 78dfcaa..e620b21 100644 --- a/python-mautrix.changes +++ b/python-mautrix.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Mar 16 17:58:51 UTC 2021 - Matej Cepl + +- Update to version 0.8.15: + - Add option to not use transaction for db upgrades + - Return None instead of attr.NOTHING for fields without value + - Crash if server doesn't advertise appservice login + - Switch BaseFileConfig to use pkgutil instead of pkg_resources + - Catch MNotFound when updating m.direct + - Log data when deserialization fails + - Expose ExtensibleEnum in mautrix.types + - Allow postgresql:// scheme in encryption database URL + - Add better error message if deserialization fails + - Log full data instead of only known fields when failing to + deserialize + - Automatically retry login if custom puppet start fails + - Fix ExtensibleEnum leaking keys between different types + - Allow changing bot used in ensure_joined + - Add custom puppet relogin when sync fails + - Handle MNotFound when getting pinned events + - Use same txn_id when retrying sends in bridges + - Update client state store with events from sync + - Don't check message in whoami forbidden error + - Fix fault for rooms without power_levels state event. + - Graceful handling of missing or empty event.unsigned object. + - Send warning when receiving encrypted messages with e2be + disabled + - Add utility for async getter locking + - Allow overriding asyncpg pool in async_db Database wrapper + - Only update state if state_store is set + ------------------------------------------------------------------- Mon Jan 4 11:41:20 UTC 2021 - Dead Mozay diff --git a/python-mautrix.spec b/python-mautrix.spec index 1b43741..342f355 100644 --- a/python-mautrix.spec +++ b/python-mautrix.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mautrix -Version: 0.8.6 +Version: 0.8.15 Release: 0 Summary: A Python 3 asyncio Matrix framework License: MPL-2.0