14
0
Files
python-python-mpd2/python-python-mpd2.changes
Dirk Mueller 5e258ccc77 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
2022-04-11 13:49:00 +00:00

60 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
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>
- Use %pyunittest macro instead of the homebrewn solution.
- Just Recommends python-Twisted.
-------------------------------------------------------------------
Tue Oct 19 16:32:13 UTC 2021 - Mia Herkt <mia@0x0.st>
- Update to 3.0.4
* expose failure responses in CommandError exceptions
- Changes in 3.0.3:
* asyncio: tolerate early disconnects
- Changes in 3.0.2:
* asyncio: fix disconnect happen before connect
* asyncio: better protection against request cancellation
* asyncio: idle iterator raises error when connection closed
- Changes in 3.0.0/3.0.1:
* Breaking changes: albumart now returns dictionary
`{"size": "...", "binary": b"..."}` instead of just a string
* add readpicture command
* add partition, newpartition and delpartition commands
* add moveoutput command
* removed deprecated send_ and fetch_ commands. Use the asyncio
or twisted API instead for asynchronous mpd commands.
- Changes in 2.0.0:
* Minimum python version was increased to python3.6, python2.7 support was dropped
* asyncio: fix parsing delimiters
* add support for albumart command
- Changes in 1.1.0:
* Fix list command to work with grouping. Always returns list of
dictionaries now. Make sure to adopt your code since this is an
API change.
* fix compatibility with python3.9
* fix connecting to unix socket in asyncio version
* close asyncio transports on disconnect
* create TCP socket with TCP_NODELAY for better responsiveness
-------------------------------------------------------------------
Wed Aug 29 10:58:41 UTC 2018 - tchvatal@suse.com
- Update to release 1.0.0:
* asyncio support
* Various tweaks for python3
- Make sure to run tests
-------------------------------------------------------------------
Thu Sep 7 22:42:03 UTC 2017 - toddrme2178@gmail.com
- initial version