From 9a52b63754252abf3264b23c3b66c1d1b8c0060e Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 17 2024 20:33:27 +0000 Subject: update --- diff --git a/.files b/.files index 956a39a..82f0773 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ab2cd07..f2a7fd3 100644 --- a/.rev +++ b/.rev @@ -87,4 +87,26 @@ 1119336 + + ca940367fb4531d45c1958e766ffed31 + 0.20.3 + + anag+factory + - update to update to 0.20.3: + * Deprecated MSC2716 methods and added new Beeper- + specific batch send methods, as upstream MSC2716 support has + been abandoned. + * *(util.async_db)* Added `PRAGMA synchronous = NORMAL;` to + default pragmas. + * *(types)* Fixed `guest_can_join` field name in room directory + response + + * Switched to secrets.token_urlsafe for generating tokens + * Allowed sending read receipts even if appservice user is not + * Added TraceLogger type hints to command handling classes + * Fixed typo in HTML reply fallback generation when target + * Made CommandEvent.mark_read async instead of returning an +- Initial package + 1135265 + diff --git a/mautrix-python-0.20.2-gh.tar.gz b/mautrix-python-0.20.2-gh.tar.gz deleted file mode 120000 index e6db8f4..0000000 --- a/mautrix-python-0.20.2-gh.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihyrd2yu2tqzewpfuvvdk6d7lyocgfvxjyg42dqecif5ubvph7jrm \ No newline at end of file diff --git a/mautrix-python-0.20.3-gh.tar.gz b/mautrix-python-0.20.3-gh.tar.gz new file mode 120000 index 0000000..2f5506b --- /dev/null +++ b/mautrix-python-0.20.3-gh.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibcxuajwereeiczrlshym42exrhtdkx37vclj5c23lfew33lecs4m \ No newline at end of file diff --git a/python-mautrix.changes b/python-mautrix.changes index ec9eeb1..672a1b2 100644 --- a/python-mautrix.changes +++ b/python-mautrix.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Dec 27 10:38:42 UTC 2023 - Dirk Müller + +- update to update to 0.20.3: + * Deprecated MSC2716 methods and added new Beeper- + specific batch send methods, as upstream MSC2716 support has + been abandoned. + * *(util.async_db)* Added `PRAGMA synchronous = NORMAL;` to + default pragmas. + * *(types)* Fixed `guest_can_join` field name in room directory + response + +------------------------------------------------------------------- Sat Oct 21 08:21:20 UTC 2023 - Matej Cepl - Update to 0.20.2: @@ -360,10 +372,10 @@ Tue Mar 16 17:58:51 UTC 2021 - Matej Cepl Mon Jan 4 11:41:20 UTC 2021 - Dead Mozay - Update to version 0.8.6: - * Switched to secrets.token_urlsafe for generating tokens + * Switched to secrets.token_urlsafe for generating tokens (e.g. registration hs/as_tokens). * Changed sync error logging to warning instead of exception. - * Allowed sending read receipts even if appservice user is not + * Allowed sending read receipts even if appservice user is not in room (#34). ------------------------------------------------------------------- @@ -371,15 +383,15 @@ Tue Dec 29 15:21:33 UTC 2020 - Dead Mozay - Update to version 0.8.5: * Made SerializableEnum work with int value - * Added TraceLogger type hints to command handling classes + * Added TraceLogger type hints to command handling classes ------------------------------------------------------------------- Thu Nov 19 04:21:19 UTC 2020 - Dead Mozay - Update to version 0.8.3: - * Fixed typo in HTML reply fallback generation when target + * Fixed typo in HTML reply fallback generation when target message is plaintext. - * Made CommandEvent.mark_read async instead of returning an + * Made CommandEvent.mark_read async instead of returning an awaitable, because sometimes it didn't return an awaitable. ------------------------------------------------------------------- @@ -397,4 +409,4 @@ Fri Feb 28 14:18:48 UTC 2020 - Tomáš Chvátal ------------------------------------------------------------------- Thu Feb 27 13:11:59 UTC 2020 - Dead Mozay -- Initial package +- Initial package diff --git a/python-mautrix.spec b/python-mautrix.spec index 8bb5697..18ff068 100644 --- a/python-mautrix.spec +++ b/python-mautrix.spec @@ -25,7 +25,7 @@ %endif Name: python-mautrix -Version: 0.20.2 +Version: 0.20.3 Release: 0 Summary: A Python 3 asyncio Matrix framework License: MPL-2.0