[Python-modules-commits] [mutagen] branch master updated (10d7aba -> 8a41713)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Tue Aug 8 02:38:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch master
in repository mutagen.
from 10d7aba New upstream release.
new 080d71a Update watch file.
new 6aa2501 record new upstream branch created by importing mutagen_1.38.orig.tar.gz
new d68e483 Import mutagen_1.38.orig.tar.gz
new dfab641 Use the Debian package of the sphinx-rtd theme
new 8e49a2d Use the system copy of the Python documentation inventory
new 6fa237f merge patched into master
new 3679d36 New upstream release.
new 26b59ce Use the system copy of the Python documentation inventory
new f81fba7 merge patched into master
new dc64a42 Use Python 3.6 docs instead of 3.5 (closes: #871426).
new 836ce85 Run wrap-and-sort -t -s.
new 8a41713 Bump Standards-Version to 4.0.0 (no changes).
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MANIFEST.in | 2 +-
NEWS | 61 +++-
PKG-INFO | 13 +-
README.rst | 9 +-
debian/.git-dpm | 14 +-
debian/changelog | 10 +
debian/control | 44 +--
debian/patches/use-rtd-package | 17 +-
debian/patches/use-system-inventory | 8 +-
debian/watch | 8 +-
docs/api/dsf.rst | 11 +
docs/api/id3_frames.rst | 21 +-
docs/api/index.rst | 1 +
docs/conf.py | 27 +-
docs/ext.py | 36 ---
docs/extra.css | 32 ++
docs/id3_frames_gen.py | 5 +-
docs/index.rst | 10 +-
docs/user/examples/fileobj-gio.py | 5 +-
docs/user/id3.rst | 54 ++++
mutagen/__init__.py | 9 +-
mutagen/_compat.py | 6 +-
mutagen/_constants.py | 5 +
mutagen/_file.py | 10 +-
mutagen/_tags.py | 5 +-
mutagen/_tools/__init__.py | 5 +-
mutagen/_tools/_util.py | 5 +-
mutagen/_tools/mid3cp.py | 7 +-
mutagen/_tools/mid3iconv.py | 10 +-
mutagen/_tools/mid3v2.py | 8 +-
mutagen/_tools/moggsplit.py | 8 +-
mutagen/_tools/mutagen_inspect.py | 8 +-
mutagen/_tools/mutagen_pony.py | 5 +-
mutagen/_util.py | 79 ++++-
mutagen/_vorbis.py | 8 +-
mutagen/aac.py | 5 +-
mutagen/aiff.py | 6 +-
mutagen/apev2.py | 6 +-
mutagen/asf/__init__.py | 5 +-
mutagen/asf/_attrs.py | 5 +-
mutagen/asf/_objects.py | 5 +-
mutagen/asf/_util.py | 5 +-
mutagen/dsf.py | 358 +++++++++++++++++++++
mutagen/easyid3.py | 6 +-
mutagen/easymp4.py | 6 +-
mutagen/flac.py | 19 +-
mutagen/id3/__init__.py | 6 +-
mutagen/id3/_file.py | 6 +-
mutagen/id3/_frames.py | 31 +-
mutagen/id3/_id3v1.py | 6 +-
mutagen/id3/_specs.py | 16 +-
mutagen/id3/_tags.py | 5 +-
mutagen/id3/_util.py | 6 +-
mutagen/m4a.py | 5 +-
mutagen/monkeysaudio.py | 6 +-
mutagen/mp3/__init__.py | 27 +-
mutagen/mp3/_util.py | 118 ++++++-
mutagen/mp4/__init__.py | 103 ++++--
mutagen/mp4/_as_entry.py | 5 +-
mutagen/mp4/_atom.py | 6 +-
mutagen/mp4/_util.py | 5 +-
mutagen/musepack.py | 6 +-
mutagen/ogg.py | 30 +-
mutagen/oggflac.py | 10 +-
mutagen/oggopus.py | 8 +-
mutagen/oggspeex.py | 8 +-
mutagen/oggtheora.py | 8 +-
mutagen/oggvorbis.py | 8 +-
mutagen/optimfrog.py | 6 +-
mutagen/smf.py | 5 +-
mutagen/trueaudio.py | 6 +-
mutagen/wavpack.py | 6 +-
setup.py | 5 +-
tests/__init__.py | 26 +-
...-streaminfo.flac => 2822400-1ch-0s-silence.dsf} | Bin 4692 -> 4188 bytes
...-1s-silence.aif => 5644800-2ch-s01-silence.dsf} | Bin 64074 -> 112988 bytes
tests/data/audacious-trailing-id32-apev2.mp3 | Bin 0 -> 2906 bytes
...4-s-v1.mp3 => audacious-trailing-id32-id31.mp3} | Bin 15070 -> 15272 bytes
tests/data/lame397v9short.mp3 | Bin 0 -> 552 bytes
tests/data/with-id3.dsf | Bin 0 -> 1147 bytes
...106-invalid-streaminfo.flac => without-id3.dsf} | Bin 4692 -> 4188 bytes
tests/quality/__init__.py | 5 +-
tests/quality/test_pep8.py | 53 +--
tests/quality/test_pyflakes.py | 5 +-
tests/test___init__.py | 9 +
tests/test__id3frames.py | 6 +
tests/test__id3specs.py | 9 +-
tests/test__util.py | 59 +++-
tests/test_dsf.py | 124 +++++++
tests/test_encoding.py | 5 +-
tests/test_flac.py | 9 +
tests/test_id3.py | 35 +-
tests/test_mp3.py | 89 ++++-
tests/test_mp4.py | 39 ++-
tests/test_ogg.py | 43 +++
tests/test_tools_mid3cp.py | 8 +-
tools/mid3cp | 5 +-
tools/mid3iconv | 5 +-
tools/mid3v2 | 5 +-
tools/moggsplit | 5 +-
tools/mutagen-inspect | 5 +-
tools/mutagen-pony | 5 +-
102 files changed, 1621 insertions(+), 382 deletions(-)
create mode 100644 docs/api/dsf.rst
delete mode 100644 docs/ext.py
create mode 100644 docs/extra.css
create mode 100644 mutagen/dsf.py
copy tests/data/{106-invalid-streaminfo.flac => 2822400-1ch-0s-silence.dsf} (85%)
copy tests/data/{8k-4ch-1s-silence.aif => 5644800-2ch-s01-silence.dsf} (56%)
create mode 100644 tests/data/audacious-trailing-id32-apev2.mp3
copy tests/data/{silence-44-s-v1.mp3 => audacious-trailing-id32-id31.mp3} (98%)
create mode 100644 tests/data/lame397v9short.mp3
create mode 100644 tests/data/with-id3.dsf
copy tests/data/{106-invalid-streaminfo.flac => without-id3.dsf} (85%)
create mode 100644 tests/test_dsf.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mutagen.git
More information about the Python-modules-commits
mailing list