Path to this page:
./
audio/py-mpd2,
Python mpd client library
Branch: CURRENT,
Version: 3.1.1,
Package name: py312-mpd2-3.1.1,
Maintainer: pkgsrc-usersAn MPD (Music Player Daemon) client library written in pure Python.
python-mpd2 is a fork of python-mpd. While 0.4.x was backwards compatible
with python-mpd, starting with 0.5 provides enhanced features which are NOT
backward compatibles with the original python-mpd package.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 57.337 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-mpd2-3.1.1
- (2024-02-20) Updated to version: py311-mpd2-3.1.1
- (2022-11-27) Updated to version: py310-mpd2-3.0.5
- (2022-01-08) Updated to version: py39-mpd2-3.0.4
- (2022-01-05) Updated to version: py39-mpd2-1.0.0nb1
- (2021-10-07) Updated to version: py39-mpd2-1.0.0
CVS history: (Expand)
2024-02-20 05:49:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mpd2: updated to 3.1.1
Changes in v3.1.1
* Propagate exception to all pending commands
* Fix test for python 3.12
Changes in v3.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
|
2022-11-27 11:15:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mpd2: updated to 3.0.5
Changes in v3.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)
|
2022-01-08 13:10:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-mpd2: update to 3.0.4.
Changes in v3.0.4
-----------------
* exposes failure responses in CommandError exceptions
Changes in v3.0.3
-----------------
* asyncio: tolerate early disconnects
Changes in v3.0.2
-----------------
* asyncio: fix disconnect happen before connect
* asyncio: better protection against request cancellation
* asyncio: idle iterator raises error when connection closed
Changes in v3.0.1
-----------------
* 3.0.0 accidentially introduced typing annotation that were not meant to be \
published yet.
Changes in v3.0.0
-----------------
* Breaking changes: albumart now returns dictionary :code:`{"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 v2.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 v1.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
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-19 14:18:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-mpd2: not for python 2.x
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2019-09-25 13:51:50 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-mpd2: adjust PLIST for Python 2.7
|