[Python-modules-commits] [python-restless] branch upstream updated (15a5e04 -> 8f3c5b6)

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


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

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

      from  15a5e04   Import python-restless_2.0.3.orig.tar.gz
       new  8f3c5b6   Import python-restless_2.1.1.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:
 .travis.yml                  |  27 +++++++++--
 AUTHORS                      |   9 ++--
 README.rst                   |   9 +++-
 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 ++++++++++-----
 22 files changed, 380 insertions(+), 204 deletions(-)
 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