[Python-modules-commits] [python-webob] branch master updated (089ac84 -> 350fce7)
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 master
in repository python-webob.
from 089ac84 Fixed VCS URL (https)
new 718a2b9 Import python-webob_1.6.0.orig.tar.gz
new f2852cd record new upstream branch created by importing python-webob_1.6.0.orig.tar.gz and merge it
new 350fce7 New upstream release.
The 3 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 +++++++++++++++++++++++++++++++
debian/.git-dpm | 14 ++--
debian/changelog | 9 ++-
debian/control | 2 +-
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 +++++---
28 files changed, 777 insertions(+), 528 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