14
0

- update to 3.1.0:

* fixed multiple use of "group" in list command
  * fix unmount command not working
  * added binarylimit command
  * Implement abstract socket support
  * missing import / wrong variable
  * also test python3.12
  * asyncio: fix race condition in command queue

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=10
This commit is contained in:
2023-12-14 21:35:55 +00:00
committed by Git OBS Bridge
parent 5e258ccc77
commit 4164804241
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 14 21:35:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.1.0:
* fixed multiple use of "group" in list command
* fix unmount command not working
* added binarylimit command
* Implement abstract socket support
* missing import / wrong variable
* also test python3.12
* asyncio: fix race condition in command queue
-------------------------------------------------------------------
Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová <mmachova@suse.com>