[Python-modules-commits] [python-werkzeug] branch master updated (4b21122 -> 0f461f9)

Ondrej Novy onovy at debian.org
Mon Jan 8 16:46:17 UTC 2018


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

onovy pushed a change to branch master
in repository python-werkzeug.

      from  4b21122   d/rules: Use dh_missing --fail-missing
       new  5f150d1   record new upstream branch created by importing python-werkzeug_0.14.1+dfsg1.orig.tar.gz
       new  d604d9b   Import python-werkzeug_0.14.1+dfsg1.orig.tar.gz
       new  fadbc1b   drop_ubuntu_font
       new  3244541   Use local copies of object.inv for building documentation
       new  4714a12   merge patched into master
       new  d8fb9b1   New upstream release
       new  0f461f9   Use Python 3 version of Sphinx for building docs

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:
 AUTHORS                                            |  37 +++-
 CHANGES.rst                                        |  54 ++++-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   4 +-
 debian/control                                     |   2 +-
 ...opies-of-object.inv-for-building-document.patch |   2 +-
 debian/patches/drop_ubuntu_font.patch              |   2 +-
 debian/python-werkzeug-doc.docs                    |   1 -
 debian/rules                                       |   2 +-
 docs/middlewares.rst                               |   2 +
 docs/tutorial.rst                                  |   4 +-
 setup.cfg                                          |   1 +
 tests/__init__.py                                  |   4 +-
 tests/conftest.py                                  |  22 +-
 tests/contrib/cache/test_cache.py                  |  55 ++++-
 tests/contrib/{cache => }/test_cache.py            | 235 ++++++++++-----------
 tests/test_datastructures.py                       |  46 +++-
 tests/test_http.py                                 |  25 +++
 tests/test_routing.py                              |  22 ++
 tests/test_security.py                             |   3 +-
 tests/test_serving.py                              |  59 +++++-
 tests/test_test.py                                 |  13 ++
 tests/test_wrappers.py                             | 101 ++++++++-
 tests/test_wsgi.py                                 |  49 +++++
 werkzeug/__init__.py                               |   2 +-
 werkzeug/_internal.py                              |  25 +--
 werkzeug/_reloader.py                              |  58 ++---
 werkzeug/contrib/cache.py                          |  87 ++++++--
 werkzeug/datastructures.py                         |  68 ++++--
 werkzeug/debug/__init__.py                         |   6 +-
 werkzeug/formparser.py                             |  23 +-
 werkzeug/http.py                                   |  21 +-
 werkzeug/routing.py                                |  28 ++-
 werkzeug/serving.py                                |  23 +-
 werkzeug/test.py                                   |  51 ++++-
 werkzeug/useragents.py                             |   3 +-
 werkzeug/wrappers.py                               |  43 ++--
 werkzeug/wsgi.py                                   | 161 +++++++++++++-
 38 files changed, 1071 insertions(+), 287 deletions(-)
 delete mode 100644 debian/python-werkzeug-doc.docs
 copy tests/contrib/{cache => }/test_cache.py (56%)

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



More information about the Python-modules-commits mailing list