14
0

15 Commits

Author SHA256 Message Date
56548220a3 Accepting request 1141944 from devel:languages:python
- update to 3.1.1:
  * Propagate exception to all pending commands
  * Fix test for python 3.12
- switch to PEP517 build

OBS-URL: https://build.opensuse.org/request/show/1141944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=6
2024-01-28 18:42:29 +00:00
c26db50920 - update to 3.1.1:
* Propagate exception to all pending commands
  * Fix test for python 3.12
- switch to PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=13
2024-01-27 10:55:23 +00:00
a7b7d6808b Accepting request 1133207 from devel:languages:python
- 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/request/show/1133207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=5
2023-12-15 20:48:32 +00:00
7e44a29061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=11 2023-12-14 21:36:20 +00:00
4164804241 - 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
2023-12-14 21:35:55 +00:00
b6e5cab1d5 Accepting request 969216 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/969216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=4
2022-04-11 21:49:31 +00:00
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
76e6890d3a Accepting request 926336 from devel:languages:python
- 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
  * create TCP socket with TCP_NODELAY for better responsiveness

OBS-URL: https://build.opensuse.org/request/show/926336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=3
2021-10-19 21:04:04 +00:00
c07eb61037 - Just Recommends python-Twisted.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=7
2021-10-19 17:19:54 +00:00
7dc1e816f1 - Use %pyunittest macro instead of the homebrewn solution.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=6
2021-10-19 17:18:25 +00:00
f85f065bb9 Accepting request 926328 from home:mia:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/926328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=5
2021-10-19 17:15:45 +00:00
290678a678 Accepting request 632138 from devel:languages:python
- Update to release 1.0.0:
  * asyncio support
  * Various tweaks for python3
- Make sure to run tests

OBS-URL: https://build.opensuse.org/request/show/632138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=2
2018-08-31 08:46:05 +00:00
Tomáš Chvátal
8f0c45b72f - Update to release 1.0.0:
* asyncio support
  * Various tweaks for python3
- Make sure to run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=3
2018-08-29 11:05:59 +00:00
7a1a858dd1 Accepting request 522402 from devel:languages:python
singlespec version of python3-python-mpd2

OBS-URL: https://build.opensuse.org/request/show/522402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=1
2017-09-11 14:18:17 +00:00
Todd R
587b096246 Accepting request 522401 from home:TheBlackCat:branches:devel:languages:python
singlespec version of python3-python-mpd2

OBS-URL: https://build.opensuse.org/request/show/522401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=1
2017-09-08 18:26:05 +00:00