[Python-modules-commits] [python-werkzeug] branch upstream updated (f4ecffb -> d604d9b)

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


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

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

      from  f4ecffb   Import python-werkzeug_0.13+dfsg1.orig.tar.gz
       new  d604d9b   Import python-werkzeug_0.14.1+dfsg1.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:
 AUTHORS                                 |  37 ++++-
 CHANGES.rst                             |  54 +++++++-
 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 +++++++++++++++++++++-
 31 files changed, 1057 insertions(+), 274 deletions(-)
 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