[Python-modules-commits] [guessit] branch upstream updated (3d668bb -> 5533c0e)

Etienne Millon emillon-guest at moszumanska.debian.org
Sun Nov 22 18:39:30 UTC 2015


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

emillon-guest pushed a change to branch upstream
in repository guessit.

      from  3d668bb   Imported Upstream version 0.10.3
       new  5533c0e   Import guessit_0.11.0.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:
 HISTORY.rst                                        |  48 +-
 PKG-INFO                                           | 335 ++--------
 README.rst                                         | 282 +--------
 .../__pycache__/flask_theme_support.cpython-34.pyc | Bin 0 -> 2113 bytes
 docs/_themes/flask_theme_support.pyc               | Bin 0 -> 2436 bytes
 docs/presentation.rst                              | 262 +-------
 docs/user/install.rst                              |  25 +-
 docs/user/properties.rst                           | 263 ++++++++
 guessit.egg-info/PKG-INFO                          | 335 ++--------
 guessit.egg-info/SOURCES.txt                       |   6 +-
 guessit.egg-info/pbr.json                          |   2 +-
 guessit/__init__.py                                |  19 +-
 guessit/__main__.py                                |  12 +-
 guessit/__version__.py                             |   2 +-
 guessit/containers.py                              |  63 +-
 guessit/date.py                                    |   5 +-
 guessit/fileutils.py                               |   3 +-
 guessit/guess.py                                   |  32 +-
 guessit/hash_ed2k.py                               |   4 +-
 guessit/language.py                                |  34 +-
 guessit/matcher.py                                 | 157 ++---
 guessit/matchtree.py                               | 113 +++-
 guessit/patterns/__init__.py                       |   2 -
 guessit/patterns/extension.py                      |   2 +-
 guessit/patterns/list.py                           |  80 +++
 guessit/plugins/transformers.py                    |  15 +-
 guessit/slogging.py                                |  27 +
 guessit/test/__init__.py                           |   2 +
 guessit/test/__main__.py                           |  40 --
 guessit/test/autodetect.yaml                       |  46 ++
 guessit/test/episodes.yaml                         | 703 ++++++++++++++++++++-
 guessit/test/guessittest.py                        |  31 +-
 guessit/test/movies.yaml                           |  41 +-
 guessit/test/test_api.py                           |  24 +-
 guessit/test/test_autodetect.py                    |  12 +-
 guessit/test/test_autodetect_all.py                |   6 -
 guessit/test/test_doctests.py                      |  45 --
 guessit/test/test_episode.py                       |   6 -
 guessit/test/test_hashes.py                        |   9 +-
 guessit/test/test_language.py                      |  21 +-
 guessit/test/test_main.py                          |   8 +-
 guessit/test/test_matchtree.py                     |  42 +-
 guessit/test/test_movie.py                         |   6 -
 guessit/test/test_quality.py                       |  43 +-
 guessit/test/test_utils.py                         | 129 ++--
 guessit/textutils.py                               |   6 +-
 guessit/transfo/expected_series.py                 |   8 +-
 guessit/transfo/expected_title.py                  |   8 +-
 guessit/transfo/guess_country.py                   |  10 +-
 guessit/transfo/guess_date.py                      |   9 +-
 guessit/transfo/guess_episode_details.py           |   3 +-
 .../transfo/guess_episode_info_from_position.py    |  82 ++-
 guessit/transfo/guess_episodes_rexps.py            | 133 ++--
 guessit/transfo/guess_filetype.py                  |  41 +-
 guessit/transfo/guess_idnumber.py                  |   8 +-
 guessit/transfo/guess_language.py                  |  98 +--
 guessit/transfo/guess_movie_title_from_position.py |  54 +-
 guessit/transfo/guess_properties.py                |  66 +-
 guessit/transfo/guess_release_group.py             |  29 +-
 guessit/transfo/guess_weak_episodes_rexps.py       |  53 +-
 guessit/transfo/guess_website.py                   |   5 +-
 guessit/transfo/guess_year.py                      |  12 +-
 guessit/transfo/split_explicit_groups.py           |  27 +-
 guessit/transfo/split_on_dash.py                   |   5 +-
 guessit/transfo/split_path_components.py           |  33 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |  23 +-
 67 files changed, 2224 insertions(+), 1833 deletions(-)
 create mode 100644 docs/_themes/__pycache__/flask_theme_support.cpython-34.pyc
 create mode 100644 docs/_themes/flask_theme_support.pyc
 create mode 100644 docs/user/properties.rst
 create mode 100644 guessit/patterns/list.py
 delete mode 100644 guessit/test/__main__.py
 delete mode 100644 guessit/test/test_doctests.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/guessit.git



More information about the Python-modules-commits mailing list