[Python-modules-commits] [python-restless] branch master updated (7b3c38e -> cbfc829)

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Nov 12 12:02:30 UTC 2017


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

debacle pushed a change to branch master
in repository python-restless.

      from  7b3c38e   prepare 2.0.3-1
       new  8f3c5b6   Import python-restless_2.1.1.orig.tar.gz
       new  fcf273c   Merge tag 'upstream/2.1.1'
       new  f56398a   add patch to fix #880838
       new  faa07af   bump standards version and dh compat level, update copyright year, add R³=no
       new  64ce13f   remove obsolete .git-dpm
       new  206d6fe   b-d on python3-sphinx instead python-sphinx
       new  cbfc829   prepare 2.1.1-1

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:
 .travis.yml                  |  27 +++++++++--
 AUTHORS                      |   9 ++--
 README.rst                   |   9 +++-
 debian/.git-dpm              |  11 -----
 debian/changelog             |   9 ++++
 debian/compat                |   2 +-
 debian/control               |  13 +++---
 debian/copyright             |   2 +-
 debian/patches/charset.patch |  19 ++++++++
 debian/patches/series        |   1 +
 docs/cookbook.rst            |   2 +-
 docs/extending.rst           |  90 +++++++++++++++++++++++++++++++++--
 docs/index.rst               |   3 +-
 docs/releasenotes/v2.0.3.rst |   2 +-
 docs/releasenotes/v2.1.0.rst |  19 ++++++++
 docs/releasenotes/v2.1.1.rst |  10 ++++
 docs/tutorial.rst            |   5 +-
 restless/__init__.py         |   2 +-
 restless/dj.py               |   3 +-
 restless/it.py               |  47 -------------------
 restless/preparers.py        | 103 +++++++++++++++++++++++++++++++++++++++-
 restless/resources.py        |   4 +-
 restless/serializers.py      |   2 +-
 restless/tnd.py              |   2 +-
 restless/utils.py            |   7 +--
 tests/test_dj.py             |  21 +++++++--
 tests/test_it.py             | 109 -------------------------------------------
 tests/test_preparers.py      |  71 +++++++++++++++++++++++++++-
 tox.ini                      |  37 ++++++++++-----
 29 files changed, 418 insertions(+), 223 deletions(-)
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/patches/charset.patch
 create mode 100644 docs/releasenotes/v2.1.0.rst
 create mode 100644 docs/releasenotes/v2.1.1.rst
 delete mode 100644 restless/it.py
 delete mode 100644 tests/test_it.py

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



More information about the Python-modules-commits mailing list