14
0

Accepting request 969204 from home:mcalabkova:branches:devel:languages:python

- Update to 3.0.5
  * python 3.10 compatibility
  * fixes for using idle in async
  * use python's internal mock library instead of external mock
  * expose connection status in async (connected property)

OBS-URL: https://build.opensuse.org/request/show/969204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=8
This commit is contained in:
2022-04-11 13:49:00 +00:00
committed by Git OBS Bridge
parent c07eb61037
commit 5e258ccc77
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 3.0.5
* python 3.10 compatibility
* fixes for using idle in async
* use python's internal mock library instead of external mock
* expose connection status in async (connected property)
-------------------------------------------------------------------
Tue Oct 19 17:17:54 UTC 2021 - Matej Cepl <mcepl@suse.com>