[Python-modules-commits] [mutagen] branch master updated (56d0fb3 -> b46ee5c)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun May 22 07:45:45 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  56d0fb3   Fixed VCS URL (https)
       new  073e9c6   record new upstream branch created by importing mutagen_1.32.orig.tar.gz
       new  d51dc5c   Import mutagen_1.32.orig.tar.gz
       new  b09d866   Use the Debian package of the sphinx-rtd theme
       new  86176e9   Use the system copy of the Python documentation inventory
       new  4f51e50   merge patched into master
       new  141d25b   New upstream release.
       new  b46ee5c   Bump Standards-Version to 3.9.8 (no changes).

The 7 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 +----------
 debian/.git-dpm                     |  14 +--
 debian/changelog                    |   9 +-
 debian/control                      |   2 +-
 debian/patches/use-rtd-package      |  38 ++-----
 debian/patches/use-system-inventory |   8 +-
 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 +++++
 49 files changed, 667 insertions(+), 280 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