[Python-modules-commits] [python-webob] branch upstream updated (21027e9 -> 718a2b9)
Barry Warsaw
barry at moszumanska.debian.org
Wed Apr 13 19:50:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch upstream
in repository python-webob.
from 21027e9 Import python-webob_1.5.1.orig.tar.gz
new 718a2b9 Import python-webob_1.6.0.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:
.travis.yml | 27 +++++---
CHANGES.txt | 157 ++++++++++---------------------------------
HISTORY.txt | 131 ++++++++++++++++++++++++++++++++++++
MANIFEST.in | 6 --
PKG-INFO | 161 ++++++++++-----------------------------------
WebOb.egg-info/PKG-INFO | 161 ++++++++++-----------------------------------
WebOb.egg-info/SOURCES.txt | 3 +-
contributing.md | 111 +++++++++++++++++++++++++++++++
docs/do-it-yourself.txt | 10 +--
docs/index.txt | 7 +-
docs/whatsnew-1.5.txt | 20 ------
docs/whatsnew-1.6.txt | 67 +++++++++++++++++++
setup.cfg | 2 +-
setup.py | 8 +--
tests/test_acceptparse.py | 64 +++++++++++++++++-
tests/test_descriptors.py | 8 +++
tests/test_exc.py | 98 +++++++++++++++++++++++++++
tests/test_request.py | 27 ++++----
tests/test_response.py | 16 +++++
tox.ini | 16 ++---
webob/acceptparse.py | 85 ++++++++++++++----------
webob/descriptors.py | 3 +
webob/exc.py | 37 ++++++++++-
webob/request.py | 28 +-------
webob/response.py | 27 +++++---
25 files changed, 762 insertions(+), 518 deletions(-)
delete mode 100644 MANIFEST.in
create mode 100644 contributing.md
create mode 100644 docs/whatsnew-1.6.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-webob.git
More information about the Python-modules-commits
mailing list