[Python-modules-commits] [python-werkzeug] branch upstream updated (a369104 -> 827d443)
Ondřej Nový
onovy at moszumanska.debian.org
Sat Apr 8 12:01:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch upstream
in repository python-werkzeug.
from a369104 Import python-werkzeug_0.11.15+dfsg1.orig.tar.gz
new 827d443 Import python-werkzeug_0.12.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:
.gitignore | 1 +
.travis.yml | 63 +++++---
AUTHORS | 6 +
CHANGES | 82 +++++++++--
CONTRIBUTING.rst | 8 +-
Makefile | 3 -
README.rst | 26 ++--
appveyor.yml | 18 +++
docs/_templates/sidebarintro.html | 2 +-
docs/changes.rst | 4 +-
docs/conf.py | 2 +-
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 +++++++++++++-
71 files changed, 1675 insertions(+), 328 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