[Python-modules-commits] [guessit] branch master updated (6cc60d0 -> c3b84b6)

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


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

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

      from  6cc60d0   Update Vcs fields for git migration
       new  05bae9a   record new upstream branch created by importing guessit_0.11.0.orig.tar.gz
       new  5533c0e   Import guessit_0.11.0.orig.tar.gz
       new  dce2eb4   Skip tests that need the '1MB' file
       new  1e640e0   merge patched into master
       new  f2abe4d   Update changelog
       new  402c618   remove XS-Testsuite
       new  c3b84b6   Fix spelling error in description

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:
 HISTORY.rst                                        |  48 +-
 PKG-INFO                                           | 335 ++--------
 README.rst                                         | 282 +--------
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   4 +-
 debian/control                                     |   9 +-
 debian/patches/test_hash.patch                     |   4 +-
 .../__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 +-
 71 files changed, 2240 insertions(+), 1848 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