python-mpd 1.0.0-1 source package in Ubuntu

Changelog

python-mpd (1.0.0-1) unstable; urgency=medium

  * New upstream release
    - Adds new mpd.asyncio API (Python 3 only)
    - Adds new experimental mpd.twisted API
  * d/python-mpd.pyremove: Remove mpd.asyncio which requires Python 3
  * d/copyright: Update
  * Add test-dependency on python[3]-twisted
  * Require Python 2 >= 2.7 (2.6 would need extra libraries) and Python 3
    >= 3.5.2 (for asyncio)
  * Use DEP-14 branch names (debian/master, upstream/latest)
  * Move packaging to salsa.debian.org
  * Advance from debhelper compat level 7 to 11
  * Use dh_missing instead of dh_install --fail-missing
  * Use https Format for copyright file
  * Standards-Version: 4.1.3 (no further changes required)
  * d/tests/control: isolation-container is not actually needed
  * Add Breaks on older mpdris2 for #891416

 -- Simon McVittie <email address hidden>  Sun, 25 Feb 2018 16:04:10 +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
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mpd_1.0.0-1.dsc 2.4 KiB bc32026f7e1fbbeaf945d87da7b33c95a56033f4fbf429f47246dcdcd88e0f1d
python-mpd_1.0.0.orig.tar.gz 58.6 KiB 877fa1685a56815107cb0b1eb004e7fe261b620fafd4d38cdaa2b6f3edd35928
python-mpd_1.0.0-1.debian.tar.xz 4.8 KiB 9a5f7e1001f539edb29ff83571b3fbf4b1591269dfab7d192071ebacb8f6e7f9

Available diffs

No changes file available.

Binary packages built by this source

python-mpd: Python MPD client library

 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 2 version of python-mpd2, a fork of the original
 python-mpd.

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.