[Python-modules-commits] [python-werkzeug] branch master updated (29f6ae1 -> 72c2659)
Ondřej Nový
onovy at moszumanska.debian.org
Sat Apr 8 12:01:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch master
in repository python-werkzeug.
from 29f6ae1 New upstream release
new 304711c record new upstream branch created by importing python-werkzeug_0.12.1+dfsg1.orig.tar.gz
new 827d443 Import python-werkzeug_0.12.1+dfsg1.orig.tar.gz
new f62f8be drop_ubuntu_font
new 968f728 Use local copies of object.inv for building documentation
new c3eec51 merge patched into master
new 93552c9 New upstream release
new c25ef1b Add python{,3}-termcolor and python{,3}-watchdog to Suggests
new f933182 d/copyright: Bump copyright years
new 72c2659 releasing package python-werkzeug version 0.12.1+dfsg1-1
The 9 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 | 1 +
.travis.yml | 63 +++++---
AUTHORS | 6 +
CHANGES | 82 ++++++++--
CONTRIBUTING.rst | 8 +-
Makefile | 3 -
README.rst | 26 ++--
appveyor.yml | 18 +++
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/copyright | 4 +-
...opies-of-object.inv-for-building-document.patch | 6 +-
debian/patches/drop_ubuntu_font.patch | 4 +-
docs/_templates/sidebarintro.html | 2 +-
docs/changes.rst | 4 +-
docs/contrib/cache.rst | 2 +
docs/contrib/lint.rst | 2 +
docs/debug.rst | 5 +-
docs/exceptions.rst | 10 +-
docs/installation.rst | 2 +-
docs/local.rst | 2 +-
docs/serving.rst | 13 +-
docs/terms.rst | 4 +-
docs/tutorial.rst | 4 +-
docs/unicode.rst | 2 +-
examples/cupoftee/utils.py | 2 +-
scripts/make-release.py | 8 +-
setup.cfg | 7 +-
setup.py | 8 +-
tests/contrib/test_atom.py | 79 +++++++++-
tests/contrib/test_cache.py | 25 ++-
{examples/couchy => tests/hypothesis}/__init__.py | 0
tests/hypothesis/test_urls.py | 33 ++++
tests/test_datastructures.py | 49 ++++++
tests/test_debug.py | 55 ++++++-
tests/test_exceptions.py | 12 +-
tests/test_formparser.py | 30 +++-
tests/test_http.py | 53 +++++++
tests/test_local.py | 24 +++
tests/test_routing.py | 58 ++++++-
tests/test_security.py | 81 +++++++---
tests/test_serving.py | 31 +++-
tests/test_test.py | 58 +++++++
tests/test_wrappers.py | 158 ++++++++++++++++++-
tests/test_wsgi.py | 55 +++++++
tox.ini | 37 +++--
werkzeug/__init__.py | 3 +-
werkzeug/_internal.py | 10 +-
werkzeug/contrib/atom.py | 2 +-
werkzeug/contrib/cache.py | 131 +++++++++++-----
werkzeug/contrib/fixers.py | 2 +-
werkzeug/contrib/iterio.py | 4 +-
werkzeug/contrib/lint.py | 6 +-
werkzeug/contrib/securecookie.py | 4 +-
werkzeug/contrib/sessions.py | 2 +-
werkzeug/contrib/wrappers.py | 2 +-
werkzeug/datastructures.py | 67 ++++++--
werkzeug/debug/__init__.py | 4 +-
werkzeug/debug/console.py | 2 +-
werkzeug/debug/repr.py | 9 +-
werkzeug/debug/shared/debugger.js | 2 +-
werkzeug/debug/shared/style.css | 3 +-
werkzeug/debug/tbtools.py | 4 +-
werkzeug/exceptions.py | 71 ++++++++-
werkzeug/formparser.py | 8 +-
werkzeug/http.py | 62 ++++++--
werkzeug/local.py | 12 +-
werkzeug/routing.py | 46 +++---
werkzeug/script.py | 18 ++-
werkzeug/security.py | 24 +--
werkzeug/serving.py | 54 +++++--
werkzeug/test.py | 33 ++--
werkzeug/useragents.py | 15 +-
werkzeug/wrappers.py | 168 ++++++++++++++++++---
werkzeug/wsgi.py | 111 +++++++++++++-
76 files changed, 1698 insertions(+), 343 deletions(-)
create mode 100644 appveyor.yml
copy {examples/couchy => tests/hypothesis}/__init__.py (100%)
create mode 100644 tests/hypothesis/test_urls.py
--
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