python-python-mpd2
No description set
-
1
derived packages
- Links to devel:languages:python / python-python-mpd2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout system:homeautomation:home-assistant/python-python-mpd2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000476 476 Bytes | |
_service:obs_scm:python-mpd2-3.0.1.obscpio | 0000242699 237 KB | |
_service:obs_scm:python-mpd2.obsinfo | 0000000100 100 Bytes | |
python-mpd2-3.1.1.tar.gz | 0000058713 57.3 KB | |
python-python-mpd2.changes | 0000002980 2.91 KB | |
python-python-mpd2.spec | 0000002051 2 KB |
Revision 5 (latest revision is 7)
Ruediger Oertel (oertel)
committed
(revision 5)
- Use %pyunittest macro instead of the homebrewn solution. - Just Recommends python-Twisted. - 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
Comments 0