[Python-modules-commits] [python-webob] branch master updated (8bf0e55 -> 005000e)
Ondřej Nový
onovy at moszumanska.debian.org
Thu Jan 19 15:35:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a change to branch master
in repository python-webob.
from 8bf0e55 replace nose with pytest
new 567d1c7 record new upstream branch created by importing python-webob_1.6.2.orig.tar.gz
new ca1cbb0 Import python-webob_1.6.2.orig.tar.gz
new 9412dff Use local python{,3}-doc for intersphinx.
new 5b9a18b merge patched into master
new 005000e Rollback to 1.6.2 upstream release
The 5 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 | 23 +-
.travis.yml | 11 +-
CHANGES.txt | 146 +--
HISTORY.txt | 51 -
PKG-INFO | 144 +--
README.rst | 4 +-
WebOb.egg-info/PKG-INFO | 144 +--
WebOb.egg-info/SOURCES.txt | 3 +-
WebOb.egg-info/requires.txt | 3 +-
appveyor.yml | 23 -
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/patches/intersphinx-local.patch | 6 +-
docs/api/response.txt | 2 -
docs/conf.py | 2 -
docs/differences.txt | 5 +-
docs/index.txt | 116 +-
docs/reference.txt | 4 +-
docs/whatsnew-1.6.txt | 18 +-
docs/whatsnew-1.7.txt | 223 ----
setup.cfg | 2 +-
setup.py | 9 +-
tests/test_acceptparse.py | 21 +-
tests/test_byterange.py | 62 +-
tests/test_cachecontrol.py | 87 +-
tests/test_client_functional.py | 8 +-
tests/test_compat.py | 128 ---
tests/test_cookies.py | 381 +++----
tests/test_cookies_bw.py | 19 +-
tests/test_datetime_utils.py | 88 +-
tests/test_dec.py | 17 +-
tests/test_descriptors.py | 281 +++--
tests/test_etag.py | 98 +-
tests/test_etag_nose.py | 32 +-
tests/test_exc.py | 181 ++-
tests/test_headers.py | 66 +-
tests/test_in_wsgiref.py | 19 +-
tests/test_misc.py | 73 +-
tests/test_request.py | 1886 ++++++++++++++++----------------
tests/test_request_nose.py | 69 +-
tests/test_response.py | 857 ++++++---------
tests/test_static.py | 6 +-
tests/test_transcode.py | 42 +-
tox.ini | 28 +-
toxfast.ini | 10 +
webob/byterange.py | 2 +-
webob/compat.py | 33 +-
webob/dec.py | 12 +-
webob/descriptors.py | 5 +-
webob/exc.py | 29 +-
webob/headers.py | 11 +-
webob/request.py | 321 +++---
webob/response.py | 548 +++-------
webob/util.py | 4 +-
55 files changed, 2652 insertions(+), 3737 deletions(-)
delete mode 100644 appveyor.yml
delete mode 100644 docs/whatsnew-1.7.txt
create mode 100644 toxfast.ini
--
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