[Python-modules-commits] [mutagen] branch master updated (07b5e8e -> 10d7aba)

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 26 12:37:36 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  07b5e8e   Build-depend on python-pytest.
       new  abf8796   record new upstream branch created by importing mutagen_1.36.orig.tar.gz
       new  5d35b4f   Import mutagen_1.36.orig.tar.gz
       new  59af603   Use the Debian package of the sphinx-rtd theme
       new  3d58aa3   Use the system copy of the Python documentation inventory
       new  257a12e   merge patched into master
       new  10d7aba   New upstream release.

The 6 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                                |  11 ++
 PKG-INFO                            |   2 +-
 debian/.git-dpm                     |  14 +-
 debian/changelog                    |   6 +
 debian/patches/use-rtd-package      |   2 +-
 debian/patches/use-system-inventory |   2 +-
 docs/man/mid3cp.rst                 |   4 +
 man/mid3cp.1                        |   4 +
 mutagen/__init__.py                 |   2 +-
 mutagen/_senf/__init__.py           |   2 +-
 mutagen/_senf/_argv.py              |  77 ++++++++-
 mutagen/_senf/_compat.py            |   8 +-
 mutagen/_senf/_environ.py           |  31 +++-
 mutagen/_senf/_fsnative.py          | 314 +++++++++++++++++++++++++++++-------
 mutagen/_senf/_print.py             |  13 +-
 mutagen/_senf/_temp.py              |   6 +-
 mutagen/_tools/mid3cp.py            |  61 ++++---
 mutagen/_tools/mid3v2.py            |  13 +-
 mutagen/easyid3.py                  |  30 +++-
 mutagen/flac.py                     |   7 +
 mutagen/id3/_specs.py               |  10 +-
 mutagen/id3/_tags.py                |  44 ++++-
 mutagen/mp4/__init__.py             |  20 ++-
 tests/test__id3frames.py            |  13 ++
 tests/test__id3specs.py             |  10 +-
 tests/test_easyid3.py               |  46 +++++-
 tests/test_flac.py                  |  11 ++
 tests/test_id3.py                   |  10 ++
 tests/test_mp4.py                   |  24 ++-
 tests/test_tools_mid3cp.py          |  35 ++++
 30 files changed, 677 insertions(+), 155 deletions(-)

-- 
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