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

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Dec 26 03:21:00 UTC 2016


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

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

      from  64751fd   Prepare 2.0.1-6
       new  7497e30   record new upstream branch created by importing python-restless_2.0.3.orig.tar.gz
       new  15a5e04   Import python-restless_2.0.3.orig.tar.gz
       new  7a2742e   fix test fail
       new  292c416   merge patched into master
       new  793eb97   update patch to 2.0.3
       new  0828901   add Multi-Arch: foreign
       new  7b3c38e   prepare 2.0.3-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:
 .gitignore                                        |  8 ++-
 .travis.yml                                       | 13 ++--
 AUTHORS                                           | 19 ++++++
 README.rst                                        | 40 +++++-------
 debian/.git-dpm                                   | 14 ++--
 debian/changelog                                  |  6 ++
 debian/control                                    |  1 +
 debian/patches/0001-fix-test-fail.patch           | 74 ++-------------------
 debian/patches/0002-Django-1.10-compat-from.patch | 44 -------------
 debian/patches/series                             |  1 -
 docs/conf.py                                      | 11 ++--
 docs/cookbook.rst                                 |  8 +++
 docs/extending.rst                                |  8 +--
 docs/index.rst                                    |  5 +-
 docs/releasenotes/v2.0.2.rst                      | 36 ++++++++++
 docs/releasenotes/v2.0.3.rst                      | 14 ++++
 docs/tutorial.rst                                 | 14 ++--
 examples/django/posts/urls.py                     |  6 +-
 restless/__init__.py                              |  3 +-
 restless/constants.py                             | 14 ++++
 restless/dj.py                                    | 28 ++++----
 restless/exceptions.py                            | 80 ++++++++++++++++++++++-
 restless/fl.py                                    | 10 ++-
 restless/it.py                                    | 13 +++-
 restless/preparers.py                             |  4 +-
 restless/pyr.py                                   | 13 +++-
 restless/resources.py                             | 27 +++-----
 restless/serializers.py                           | 10 ++-
 restless/tnd.py                                   | 12 +++-
 restless/utils.py                                 |  4 +-
 rtfd-requirements.txt                             |  1 +
 setup.py                                          |  5 +-
 test2_requirements.txt                            |  3 -
 test3_requirements.txt                            |  8 ---
 tests/test_dj.py                                  | 71 +++++++++++++++-----
 tests/test_fl.py                                  | 27 ++++----
 tests/test_it.py                                  | 19 +++---
 tests/test_preparers.py                           | 10 ++-
 tests/test_pyr.py                                 | 26 +++++---
 tests/test_resources.py                           |  8 +--
 tests/test_serializers.py                         |  7 ++
 tests/test_tnd.py                                 | 68 +++++++++++++------
 tox.ini                                           | 29 ++++++++
 43 files changed, 509 insertions(+), 313 deletions(-)
 delete mode 100644 debian/patches/0002-Django-1.10-compat-from.patch
 create mode 100644 docs/releasenotes/v2.0.2.rst
 create mode 100644 docs/releasenotes/v2.0.3.rst
 create mode 100644 rtfd-requirements.txt
 delete mode 100644 test2_requirements.txt
 delete mode 100644 test3_requirements.txt
 create mode 100644 tox.ini

-- 
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