1
0

Accepting request 1108746 from home:StevenK:branches:network:messaging:matrix

- Update to 0.21.2:
  * Breaking Changes
    + [#416] Drop support for end-of-life python3.7
    + [#413] Drop usage of logbook in favor of standard library logging
  * Features
    + [#409] Support m.space.parent and m.space.child events
    + [#418] Add ability to knock on a room, and enable knocking for a room
  * Miscellaneous Tasks
    + [#401] Removing skip for passing test
    + [#406] [#407] [#414] Add content to built-with-nio
  * Bug Fixes
    + [#422] async_client.whoami will alter the state of async_client
      correctly, and accept all spec-compliant fields.
    + [#408] Properly generate code coverage
- Add patch remove-future-requirement.patch, dropping dependency on future.

OBS-URL: https://build.opensuse.org/request/show/1108746
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/python-matrix-nio?expand=0&rev=6
This commit is contained in:
2023-09-04 07:46:06 +00:00
committed by Git OBS Bridge
parent 27f9c9fef7
commit 7b230d21e0
5 changed files with 64 additions and 8 deletions
+19
View File
@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Sep 4 03:30:04 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.21.2:
* Breaking Changes
+ [#416] Drop support for end-of-life python3.7
+ [#413] Drop usage of logbook in favor of standard library logging
* Features
+ [#409] Support m.space.parent and m.space.child events
+ [#418] Add ability to knock on a room, and enable knocking for a room
* Miscellaneous Tasks
+ [#401] Removing skip for passing test
+ [#406] [#407] [#414] Add content to built-with-nio
* Bug Fixes
+ [#422] async_client.whoami will alter the state of async_client
correctly, and accept all spec-compliant fields.
+ [#408] Properly generate code coverage
- Add patch remove-future-requirement.patch, dropping dependency on future.
-------------------------------------------------------------------
Tue Jul 18 19:23:16 UTC 2023 - Matej Cepl <mcepl@suse.com>