[Python-modules-commits] [mutagen] branch upstream updated (e69cd23 -> d51dc5c)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun May 22 07:45:47 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  e69cd23   Imported Upstream version 1.31
       new  d51dc5c   Import mutagen_1.32.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                           |  25 ++++-
 PKG-INFO                       |   4 +-
 README.rst                     |  58 +-----------
 docs/Makefile                  |  12 +--
 docs/api/base.rst              |   5 +
 docs/api/index.rst             |   2 +-
 docs/api/smf.rst               |  11 +++
 docs/conf.py                   |   8 +-
 docs/contact.rst               |  10 ++
 docs/ext.py                    |  10 +-
 docs/index.rst                 |  67 ++++++--------
 docs/man/index.rst             |  27 +++++-
 docs/tutorial.rst              |   2 +-
 mutagen/__init__.py            |   6 +-
 mutagen/_file.py               |   8 +-
 mutagen/_tags.py               |  33 ++++++-
 mutagen/_vorbis.py             |   2 +-
 mutagen/asf/__init__.py        |   4 +-
 mutagen/asf/_objects.py        |  29 +++++-
 mutagen/easymp4.py             |   4 +-
 mutagen/flac.py                |   6 +-
 mutagen/id3/__init__.py        |  12 +--
 mutagen/id3/_frames.py         |  45 ++++++---
 mutagen/id3/_specs.py          |  17 +++-
 mutagen/m4a.py                 |   4 +-
 mutagen/mp4/__init__.py        |  79 +++++++++-------
 mutagen/smf.py                 | 203 +++++++++++++++++++++++++++++++++++++++++
 setup.py                       |   2 +-
 tests/data/sample.mid          | Bin 0 -> 8444 bytes
 tests/quality/test_pep8.py     |   2 +-
 tests/quality/test_pyflakes.py |   3 +-
 tests/test___init__.py         |   4 +
 tests/test__id3frames.py       |  36 +++++++-
 tests/test__id3specs.py        |   9 +-
 tests/test_aiff.py             |   2 +
 tests/test_apev2.py            |   4 +-
 tests/test_asf.py              |  22 ++++-
 tests/test_easyid3.py          |   4 +-
 tests/test_flac.py             |   4 +-
 tests/test_id3.py              |  53 ++++++-----
 tests/test_mp3.py              |   2 +-
 tests/test_mp4.py              |  17 ++--
 tests/test_musepack.py         |   2 +-
 tests/test_ogg.py              |   2 +-
 tests/test_smf.py              |  27 ++++++
 45 files changed, 643 insertions(+), 245 deletions(-)
 create mode 100644 docs/api/smf.rst
 create mode 100644 docs/contact.rst
 create mode 100644 mutagen/smf.py
 create mode 100644 tests/data/sample.mid
 create mode 100644 tests/test_smf.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