[Python-modules-commits] [python-tmdbsimple] branch debian/master updated (22231e8 -> 715a32d)

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


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

fladi pushed a change to branch debian/master
in repository python-tmdbsimple.

      from  22231e8   Upload to unstable.
       new  5bdef99   Always use pristine-tar.
       new  b436a36   New upstream version 2.1.0
       new  0a003fe   Update upstream source from tag 'upstream/2.1.0'
       new  a76ec1e   New upstream release.
       new  fc17e4a   Bump debhelper compatibility and version to 11.
       new  439a82f   Bump Standards-Version to 4.1.3.
       new  44a2d7e   Enable autopkgtest-pkg-python testsuite.
       new  4162e15   Run wrap-and-sort -bast to reduce diff size of future changes.
       new  715a32d   Upload to unstable.

The 9 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 +-
 debian/changelog            | 11 ++++++++++
 debian/compat               |  2 +-
 debian/control              | 31 +++++++++++++++------------
 debian/gbp.conf             |  1 +
 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 +-
 30 files changed, 174 insertions(+), 68 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