[Python-modules-commits] [python-restless] branch upstream updated (9e101c7 -> 15a5e04)
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Dec 26 03:21:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch upstream
in repository python-restless.
from 9e101c7 Bumped to v2.0.1!
new 15a5e04 Import python-restless_2.0.3.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:
.gitignore | 8 +++-
.travis.yml | 13 +++---
AUTHORS | 19 ++++++++
README.rst | 40 +++++++----------
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 | 22 +++++----
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 | 102 ++++++++++++++++++++++++++++++++++--------
tox.ini | 29 ++++++++++++
37 files changed, 524 insertions(+), 186 deletions(-)
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