pytaglib 1.5.0-1 source package in Ubuntu

Changelog

pytaglib (1.5.0-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Fix day-of-week for changelog entry 0.3.6+dfsg-2.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove MIA uploader Charlie Smotherman <email address hidden>. Closes: #866913
  * Use secure URI in debian/watch.
  * Bump debhelper to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Boyuan Yang ]
  * New upstream version 1.5.0.
  * debian/control:
    + Bump Standards-Version to 4.6.0.
    + Drop M-A: same indication, not applicable.
    + Use upstream GitHub project as homepage.
  * debian/dirs: Dropped, useless.
  * debian/patches: Drop patches about entry points.
  * debian/docs: Update filename.
  * debian/rules:
    + Drop customization and dfsg components.
    + Enable full hardening.
  * debian/watch: Update to v4 format and monitor GitHub releases.

 -- Boyuan Yang <email address hidden>  Fri, 06 May 2022 14:12:23 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pytaglib_1.5.0-1.dsc 2.0 KiB 73d7c160e506ec1ec8ad0b1c486daa65040e35684f56d03ac32fbb7bdcfd2b8e
pytaglib_1.5.0.orig.tar.gz 456.8 KiB 8f7603dffdb1930428b305e79b8ca127e9cffc4ce4d2f7440a5f5226a82e6e5f
pytaglib_1.5.0-1.debian.tar.xz 3.1 KiB d2e958b73098fbae40047f2721374a954bee2ba9afe729d305b2a9e4c84bc397

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.

python3-taglib-dbgsym: debug symbols for python3-taglib