pytaglib 0.3.6+dfsg-1 source package in Ubuntu

Changelog

pytaglib (0.3.6+dfsg-1) unstable; urgency=low


  * FtpMasters have deemed that /src/tests/data/id3v22-tda.mp3 is non-free
    content.  Removed /src/tests/data/id3v22-tda.mp3 from the *orig.tar.gz,
    repacked the tarball to comply with the DFSG.  Bug report filed
    upstream.
  * With the removal of /src/tests/data/id3v22-tda.mp3 the tests suite fails,
    disabled tests in debian/rules.
  * Updated debian/copyright Source field with the correct URL, per
    FtpMasters recommenations.
  * Updated Standards Version to 3.9.5 no changes needed.
  * Updated debian/watch to dversionmangle "dfsg".
  * Added get-orig-source targe to debian/rules to repack the tarball.

 -- Charlie Smotherman <email address hidden>  Mon, 20 Jan 2014 08:12:13 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pytaglib_0.3.6+dfsg-1.dsc 2.1 KiB b2c172f51637cc858847dcd35875f59b8fdba8ba0508bb379e0e47bb0da73878
pytaglib_0.3.6+dfsg.orig.tar.gz 75.5 KiB caa5aa24de99a12264f06979f6cb67646a9e203516efaa83cee01f633cef6503
pytaglib_0.3.6+dfsg-1.debian.tar.xz 3.0 KiB e8ff2c4226f67c784aea4cd595e67f108c7cdd23f2ba0fd25f6f0ba96d795560

No changes file available.

Binary packages built by this source

python3-taglib: Python3 bindings for the TagLib audio metadata library

 Pytaglib provides an easy interface to read and write metadata of audio files
 in Python. It relies on the TagLib library and thus supports all formats that
 are supported by TagLib, which include all relevant formats in use today.
 .
 Pytaglib allows you to use arbitrary tag names (not only the most common ones
 like TITLE, ARTIST, ALBUM, ...) and even define multiple values for the same
 tag, as long as the metadata system of the underlying audio file supports that.