python-mpd 3.1.0-2 source package in Ubuntu

Changelog

python-mpd (3.1.0-2) unstable; urgency=medium

  * d/clean: Fix FTBFS-twice-in-a-row by deleting all built files
    (Closes: #1047189)
  * d/p/Skip-asyncio-unit-tests-in-Python-3.12.patch:
    Add patch from Fedora to skip failing asyncio tests on Python 3.12+.
    It's unfortunate that we need to do this, but it seems that none of
    the users of python3-mpd in Debian (autosuspend, beets, mpdris2, sonata
    and snapserver) are actually using the asyncio interface, and the
    blocking interface still works fine. Better patches are very welcome,
    preferably sent to upstream issue Mic92/python-mpd2#214.
    (Mitigates: #1056485)
  * d/rules: Run tests on all supported Python versions, not just the
    default.
    This would have made #1056485 into a FTBFS, not just an autopkgtest
    failure.

 -- Simon McVittie <email address hidden>  Fri, 15 Dec 2023 12:41:23 +0000

Upload details

Uploaded by:
mpd maintainers
Uploaded to:
Sid
Original maintainer:
mpd maintainers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mpd_3.1.0-2.dsc 2.4 KiB 7605ad256f6e812c76355b9aed10f7307c19efb2a781bb285ab4add2288e4d3e
python-mpd_3.1.0.orig.tar.gz 67.5 KiB 9c660d9f12a82695c404a9044f9472c8436ddb211b267fd0828e22133b87c359
python-mpd_3.1.0-2.debian.tar.xz 6.3 KiB a8b2f7a29c85529a5331e1d2ae8fd49d76da1e748b48e1f64939e3f0598eeb2a

Available diffs

No changes file available.

Binary packages built by this source

python-mpd-doc: Python MPD client library (documentation)

 Fast MPD (Music Player Daemon) client library written in pure Python.
 It was written to be a replacement for python-mpdclient which is a bit
 outdated and does not perform good in many situations.
 .
 This package contains the documentation.

python3-mpd: Python MPD client library (Python 3)

 Fast MPD (Music Player Daemon) client library written in pure Python.
 It was written to be a replacement for python-mpdclient which is a bit
 outdated and does not perform good in many situations.
 .
 This is the Python 3 version of python-mpd2, a fork of the original
 python-mpd.