[Python-modules-commits] [mutagen] branch master updated (72861d3 -> 69c7c7e)

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Aug 3 21:42:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to branch master
in repository mutagen.

      from  72861d3   Update changelog for release.
       new  bab1f7b   Update Homepage: link (closes: #833332).
       new  3898a0f   Fix debian/watch.
       new  a3f0bcc   record new upstream branch created by importing mutagen_1.34.orig.tar.gz
       new  7023b1b   Import mutagen_1.34.orig.tar.gz
       new  f0547ca   Use the Debian package of the sphinx-rtd theme
       new  62899a2   Use the system copy of the Python documentation inventory
       new  9e03c78   merge patched into master
       new  79bb812   New upstream release.
       new  69c7c7e   Fix nonsense in debian/rules.

The 9 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:
 NEWS                                |   20 +
 PKG-INFO                            |    3 +-
 debian/.git-dpm                     |   14 +-
 debian/changelog                    |    8 +
 debian/control                      |    2 +-
 debian/patches/use-rtd-package      |    2 +-
 debian/patches/use-system-inventory |    2 +-
 debian/python-mutagen-doc.docs      |    2 +-
 debian/rules                        |   10 +-
 debian/watch                        |    6 +-
 docs/api/id3.rst                    |   12 +-
 docs/api/id3_frames.rst             |  508 ++--------
 docs/id3_frames_gen.py              |    2 -
 docs/index.rst                      |    4 +-
 docs/user/examples/fileobj-iface.py |    2 +
 docs/user/id3.rst                   |   41 +-
 mutagen/__init__.py                 |    2 +-
 mutagen/_util.py                    |  428 ++++++--
 mutagen/aac.py                      |    2 +-
 mutagen/easyid3.py                  |   21 +-
 mutagen/flac.py                     |    2 +-
 mutagen/id3/__init__.py             | 1133 +--------------------
 mutagen/id3/_file.py                |  406 ++++++++
 mutagen/id3/_frames.py              |  548 ++++++----
 mutagen/id3/_id3v1.py               |  176 ++++
 mutagen/id3/_specs.py               |  369 +++++--
 mutagen/id3/_tags.py                |  568 +++++++++++
 mutagen/id3/_util.py                |   16 +-
 mutagen/mp3/__init__.py             |    3 +-
 mutagen/musepack.py                 |    2 +-
 setup.py                            |    1 -
 tests/__init__.py                   |   30 +
 tests/quality/test_pep8.py          |    5 +-
 tests/quality/test_pyflakes.py      |    3 +-
 tests/test___init__.py              |   18 +-
 tests/test__id3frames.py            | 1498 +++++++++++++++++++++++-----
 tests/test__id3specs.py             |  547 +++++-----
 tests/test__id3util.py              |  155 +++
 tests/test__util.py                 |  427 +++++---
 tests/test_aac.py                   |   15 +-
 tests/test_aiff.py                  |   22 +-
 tests/test_apev2.py                 |   14 +-
 tests/test_asf.py                   |   25 +-
 tests/test_easyid3.py               |   24 +-
 tests/test_easymp4.py               |   17 +-
 tests/test_flac.py                  |   27 +-
 tests/test_id3.py                   | 1877 +++++++++++------------------------
 tests/test_m4a.py                   |    4 +-
 tests/test_mp3.py                   |   31 +-
 tests/test_mp4.py                   |   19 +-
 tests/test_musepack.py              |   22 +-
 tests/test_ogg.py                   |   32 +-
 tests/test_oggflac.py               |   20 +-
 tests/test_oggopus.py               |   15 +-
 tests/test_oggspeex.py              |   11 +-
 tests/test_oggtheora.py             |   19 +-
 tests/test_oggvorbis.py             |   24 +-
 tests/test_tools.py                 |    5 +-
 tests/test_tools_mid3iconv.py       |   10 +-
 tests/test_tools_moggsplit.py       |   11 +-
 tests/test_trueaudio.py             |   10 +-
 61 files changed, 5201 insertions(+), 4051 deletions(-)
 create mode 100644 mutagen/id3/_file.py
 create mode 100644 mutagen/id3/_id3v1.py
 create mode 100644 mutagen/id3/_tags.py
 create mode 100644 tests/test__id3util.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