[Python-modules-commits] [flask-restful] branch master updated (30b673d -> 63f7b86)

Ondřej Nový onovy at moszumanska.debian.org
Sat Aug 13 21:56:57 UTC 2016


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

onovy pushed a change to branch master
in repository flask-restful.

      from  30b673d   Fixed VCS URL (https)
       new  5b1939d   record new upstream branch created by importing flask-restful_0.3.5.orig.tar.gz
       new  9083998   Import flask-restful_0.3.5.orig.tar.gz
       new  482e450   skip test that is broken
       new  81b0b8d   remove externally linked image
       new  921e19e   merge patched into master
       new  d4f32c9   New upstream release (Closes: #832860)
       new  0ade199   Enabled autopkgtest-pkg-python testsuite
       new  90f7ffe   Standards-Version is 3.9.8 now (no changes needed)
       new  88cdce3   Use Python 3 version of Sphinx to build docs
       new  5728859   Use local copies of object.inv for building documentation (Closes: #830154)
       new  e398c25   Use local copies of object.inv for building documentation
       new  63f7b86   merge patched into master

The 12 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                                        |  1 +
 AUTHORS.md                                         | 14 +++++
 CHANGES.md                                         | 14 +++++
 Makefile                                           |  4 +-
 debian/.git-dpm                                    | 14 ++---
 debian/changelog                                   |  7 ++-
 debian/control                                     | 14 +++--
 ...opies-of-object.inv-for-building-document.patch | 28 ++++++++++
 debian/patches/remove-external-image               |  2 +-
 debian/patches/series                              |  1 +
 debian/patches/skip-bad-test                       |  6 +--
 docs/conf.py                                       |  9 ++--
 docs/extending.rst                                 | 16 ++++++
 docs/fields.rst                                    |  7 +++
 docs/intermediate-usage.rst                        |  4 +-
 docs/quickstart.rst                                |  4 +-
 docs/reqparse.rst                                  | 59 +++++++++++++++++++++-
 flask_restful/__init__.py                          | 34 ++++++++-----
 flask_restful/fields.py                            |  8 +--
 flask_restful/inputs.py                            |  8 +--
 flask_restful/reqparse.py                          | 23 ++++++---
 setup.py                                           |  5 +-
 tests/test_accept.py                               | 27 ++++++++--
 tests/test_api.py                                  | 53 +++++++++++++++++--
 tests/test_reqparse.py                             | 23 +++++++--
 25 files changed, 318 insertions(+), 67 deletions(-)
 create mode 100644 debian/patches/0003-Use-local-copies-of-object.inv-for-building-document.patch

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



More information about the Python-modules-commits mailing list