[Python-modules-commits] [mutagen] branch upstream updated (ffdba0c -> 7023b1b)

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


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

mithrandi pushed a change to branch upstream
in repository mutagen.

      from  ffdba0c   Import mutagen_1.33.2.orig.tar.gz
       new  7023b1b   Import mutagen_1.34.orig.tar.gz

The 1 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 +-
 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 +-
 53 files changed, 5176 insertions(+), 4030 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