[Python-modules-commits] [python-tmdbsimple] branch upstream updated (a54c2ec -> b436a36)

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 9 07:28:23 UTC 2018


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

fladi pushed a change to branch upstream
in repository python-tmdbsimple.

      from  a54c2ec   New upstream version 1.8.0
       new  b436a36   New upstream version 2.1.0

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:
 README.rst                  |  2 +-
 setup.py                    |  4 ++--
 tests/__init__.py           |  2 +-
 tests/test_account.py       |  2 +-
 tests/test_base.py          | 52 +++++++++++++++++++++++++++++++++++++++++++++
 tests/test_changes.py       |  2 +-
 tests/test_configuration.py |  2 +-
 tests/test_discover.py      |  2 +-
 tests/test_find.py          |  2 +-
 tests/test_genres.py        | 11 +++++++---
 tests/test_movies.py        | 15 ++++++-------
 tests/test_people.py        |  2 +-
 tests/test_search.py        |  2 +-
 tests/test_tv.py            |  2 +-
 tmdbsimple/__init__.py      |  6 +++---
 tmdbsimple/account.py       |  2 +-
 tmdbsimple/base.py          |  4 ++--
 tmdbsimple/changes.py       |  2 +-
 tmdbsimple/configuration.py |  2 +-
 tmdbsimple/discover.py      |  2 +-
 tmdbsimple/find.py          |  2 +-
 tmdbsimple/genres.py        | 27 ++++++++++++++++++-----
 tmdbsimple/movies.py        | 42 +++++++++++++++++++++++++-----------
 tmdbsimple/people.py        |  2 +-
 tmdbsimple/search.py        |  2 +-
 tmdbsimple/tv.py            |  2 +-
 26 files changed, 144 insertions(+), 53 deletions(-)
 create mode 100644 tests/test_base.py

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



More information about the Python-modules-commits mailing list