[Python-modules-commits] [python-webob] 02/03: record new upstream branch created by importing python-webob_1.5.1.orig.tar.gz and merge it
Barry Warsaw
barry at moszumanska.debian.org
Wed Nov 18 22:10:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-webob.
commit 3c646c2ee6d94d4b14c87b3e9424b3ba59aac3ca
Merge: c7d0f2c 21027e9
Author: Barry Warsaw <barry at python.org>
Date: Wed Nov 18 16:53:45 2015 -0500
record new upstream branch created by importing python-webob_1.5.1.orig.tar.gz and merge it
.gitignore | 30 ++
.travis.yml | 23 +
CHANGES.txt | 139 ++++++
docs/news.txt => HISTORY.txt | 25 +-
MANIFEST.in | 6 +-
PKG-INFO | 197 +++++++-
README.rst | 37 ++
WebOb.egg-info/PKG-INFO | 197 +++++++-
WebOb.egg-info/SOURCES.txt | 167 +------
WebOb.egg-info/requires.txt | 3 +-
debian/.git-dpm | 14 +-
docs/Makefile | 192 ++++++++
docs/_static/.empty | 0
docs/{modules => api}/client.txt | 0
docs/api/cookies.txt | 16 +
docs/{modules => api}/dec.txt | 0
docs/{modules => api}/exceptions.txt | 0
docs/api/multidict.txt | 12 +
docs/api/request.txt | 12 +
docs/api/response.txt | 11 +
docs/{modules => api}/static.txt | 0
docs/{modules => api}/webob.txt | 38 --
docs/changes.txt | 8 +
docs/conf.py | 160 +++++-
docs/differences.txt | 4 +-
docs/do-it-yourself.txt | 48 +-
docs/{ => file-example-code}/test-file.txt | 0
docs/file-example.txt | 11 +-
docs/index.txt | 113 +++--
docs/pycon2011/pycon-py3k-sprint.txt | 75 ---
docs/pycon2011/request_table.rst | 145 ------
docs/pycon2011/response_table.rst | 68 ---
docs/reference.txt | 131 ++---
docs/test_dec.txt | 103 ----
docs/test_request.txt | 544 ---------------------
docs/test_response.txt | 445 -----------------
docs/todo.txt | 7 -
docs/whatsnew-1.5.txt | 112 +++++
rtd.txt | 1 +
setup.cfg | 2 +-
setup.py | 47 +-
tests/__init__.pyc | Bin 135 -> 0 bytes
tests/__pycache__/__init__.cpython-32.pyc | Bin 139 -> 0 bytes
tests/__pycache__/__init__.cpython-33.pyc | Bin 143 -> 0 bytes
tests/__pycache__/__init__.cpython-34.pyc | Bin 131 -> 0 bytes
tests/__pycache__/__init__.pypy3-24.pyc | Bin 139 -> 0 bytes
tests/__pycache__/performance_test.cpython-32.pyc | Bin 2165 -> 0 bytes
tests/__pycache__/performance_test.cpython-33.pyc | Bin 2210 -> 0 bytes
tests/__pycache__/performance_test.cpython-34.pyc | Bin 1718 -> 0 bytes
tests/__pycache__/performance_test.pypy3-24.pyc | Bin 2139 -> 0 bytes
tests/__pycache__/test_acceptparse.cpython-32.pyc | Bin 21143 -> 0 bytes
tests/__pycache__/test_acceptparse.cpython-33.pyc | Bin 22656 -> 0 bytes
tests/__pycache__/test_acceptparse.cpython-34.pyc | Bin 14146 -> 0 bytes
tests/__pycache__/test_acceptparse.pypy3-24.pyc | Bin 20758 -> 0 bytes
tests/__pycache__/test_byterange.cpython-32.pyc | Bin 6506 -> 0 bytes
tests/__pycache__/test_byterange.cpython-33.pyc | Bin 7015 -> 0 bytes
tests/__pycache__/test_byterange.cpython-34.pyc | Bin 4484 -> 0 bytes
tests/__pycache__/test_byterange.pypy3-24.pyc | Bin 6421 -> 0 bytes
tests/__pycache__/test_cachecontrol.cpython-32.pyc | Bin 18457 -> 0 bytes
tests/__pycache__/test_cachecontrol.cpython-33.pyc | Bin 20608 -> 0 bytes
tests/__pycache__/test_cachecontrol.cpython-34.pyc | Bin 12437 -> 0 bytes
tests/__pycache__/test_cachecontrol.pypy3-24.pyc | Bin 18456 -> 0 bytes
tests/__pycache__/test_client.cpython-32.pyc | Bin 16678 -> 0 bytes
tests/__pycache__/test_client.cpython-33.pyc | Bin 19113 -> 0 bytes
tests/__pycache__/test_client.cpython-34.pyc | Bin 11769 -> 0 bytes
tests/__pycache__/test_client.pypy3-24.pyc | Bin 16492 -> 0 bytes
.../test_client_functional.cpython-32.pyc | Bin 4885 -> 0 bytes
.../test_client_functional.cpython-33.pyc | Bin 5062 -> 0 bytes
.../test_client_functional.cpython-34.pyc | Bin 3471 -> 0 bytes
.../test_client_functional.pypy3-24.pyc | Bin 4830 -> 0 bytes
tests/__pycache__/test_compat.cpython-32.pyc | Bin 3756 -> 0 bytes
tests/__pycache__/test_compat.cpython-33.pyc | Bin 4158 -> 0 bytes
tests/__pycache__/test_compat.cpython-34.pyc | Bin 2657 -> 0 bytes
tests/__pycache__/test_compat.pypy3-24.pyc | Bin 3756 -> 0 bytes
tests/__pycache__/test_cookies.cpython-32.pyc | Bin 38843 -> 0 bytes
tests/__pycache__/test_cookies.cpython-33.pyc | Bin 43516 -> 0 bytes
tests/__pycache__/test_cookies.cpython-34.pyc | Bin 28755 -> 0 bytes
tests/__pycache__/test_cookies.pypy3-24.pyc | Bin 38565 -> 0 bytes
tests/__pycache__/test_cookies_bw.cpython-32.pyc | Bin 1624 -> 0 bytes
tests/__pycache__/test_cookies_bw.cpython-33.pyc | Bin 1704 -> 0 bytes
tests/__pycache__/test_cookies_bw.cpython-34.pyc | Bin 1155 -> 0 bytes
tests/__pycache__/test_cookies_bw.pypy3-24.pyc | Bin 1590 -> 0 bytes
.../__pycache__/test_datetime_utils.cpython-32.pyc | Bin 7094 -> 0 bytes
.../__pycache__/test_datetime_utils.cpython-33.pyc | Bin 7513 -> 0 bytes
.../__pycache__/test_datetime_utils.cpython-34.pyc | Bin 5447 -> 0 bytes
tests/__pycache__/test_datetime_utils.pypy3-24.pyc | Bin 7058 -> 0 bytes
tests/__pycache__/test_dec.cpython-32.pyc | Bin 15062 -> 0 bytes
tests/__pycache__/test_dec.cpython-33.pyc | Bin 17475 -> 0 bytes
tests/__pycache__/test_dec.cpython-34.pyc | Bin 11737 -> 0 bytes
tests/__pycache__/test_dec.pypy3-24.pyc | Bin 15030 -> 0 bytes
tests/__pycache__/test_descriptors.cpython-32.pyc | Bin 55654 -> 0 bytes
tests/__pycache__/test_descriptors.cpython-33.pyc | Bin 60438 -> 0 bytes
tests/__pycache__/test_descriptors.cpython-34.pyc | Bin 33937 -> 0 bytes
tests/__pycache__/test_descriptors.pypy3-24.pyc | Bin 55045 -> 0 bytes
tests/__pycache__/test_etag.cpython-32.pyc | Bin 12893 -> 0 bytes
tests/__pycache__/test_etag.cpython-33.pyc | Bin 14497 -> 0 bytes
tests/__pycache__/test_etag.cpython-34.pyc | Bin 9191 -> 0 bytes
tests/__pycache__/test_etag.pypy3-24.pyc | Bin 12794 -> 0 bytes
tests/__pycache__/test_etag_nose.cpython-32.pyc | Bin 4286 -> 0 bytes
tests/__pycache__/test_etag_nose.cpython-33.pyc | Bin 4518 -> 0 bytes
tests/__pycache__/test_etag_nose.cpython-34.pyc | Bin 3120 -> 0 bytes
tests/__pycache__/test_etag_nose.pypy3-24.pyc | Bin 4265 -> 0 bytes
tests/__pycache__/test_exc.cpython-32.pyc | Bin 20984 -> 0 bytes
tests/__pycache__/test_exc.cpython-33.pyc | Bin 24185 -> 0 bytes
tests/__pycache__/test_exc.cpython-34.pyc | Bin 14583 -> 0 bytes
tests/__pycache__/test_exc.pypy3-24.pyc | Bin 20758 -> 0 bytes
tests/__pycache__/test_headers.cpython-32.pyc | Bin 7097 -> 0 bytes
tests/__pycache__/test_headers.cpython-33.pyc | Bin 7788 -> 0 bytes
tests/__pycache__/test_headers.cpython-34.pyc | Bin 4813 -> 0 bytes
tests/__pycache__/test_headers.pypy3-24.pyc | Bin 7090 -> 0 bytes
tests/__pycache__/test_in_wsgiref.cpython-32.pyc | Bin 9652 -> 0 bytes
tests/__pycache__/test_in_wsgiref.cpython-33.pyc | Bin 10086 -> 0 bytes
tests/__pycache__/test_in_wsgiref.cpython-34.pyc | Bin 6590 -> 0 bytes
tests/__pycache__/test_in_wsgiref.pypy3-24.pyc | Bin 9604 -> 0 bytes
tests/__pycache__/test_misc.cpython-32.pyc | Bin 5633 -> 0 bytes
tests/__pycache__/test_misc.cpython-33.pyc | Bin 6089 -> 0 bytes
tests/__pycache__/test_misc.cpython-34.pyc | Bin 4182 -> 0 bytes
tests/__pycache__/test_misc.pypy3-24.pyc | Bin 5450 -> 0 bytes
tests/__pycache__/test_multidict.cpython-32.pyc | Bin 30108 -> 0 bytes
tests/__pycache__/test_multidict.cpython-33.pyc | Bin 33891 -> 0 bytes
tests/__pycache__/test_multidict.cpython-34.pyc | Bin 21657 -> 0 bytes
tests/__pycache__/test_multidict.pypy3-24.pyc | Bin 29912 -> 0 bytes
tests/__pycache__/test_request.cpython-32.pyc | Bin 194312 -> 0 bytes
tests/__pycache__/test_request.cpython-33.pyc | Bin 216001 -> 0 bytes
tests/__pycache__/test_request.cpython-34.pyc | Bin 143808 -> 0 bytes
tests/__pycache__/test_request.pypy3-24.pyc | Bin 191985 -> 0 bytes
tests/__pycache__/test_request_nose.cpython-32.pyc | Bin 11154 -> 0 bytes
tests/__pycache__/test_request_nose.cpython-33.pyc | Bin 12210 -> 0 bytes
tests/__pycache__/test_request_nose.cpython-34.pyc | Bin 7319 -> 0 bytes
tests/__pycache__/test_request_nose.pypy3-24.pyc | Bin 11031 -> 0 bytes
tests/__pycache__/test_response.cpython-32.pyc | Bin 63322 -> 0 bytes
tests/__pycache__/test_response.cpython-33.pyc | Bin 69310 -> 0 bytes
tests/__pycache__/test_response.cpython-34.pyc | Bin 42449 -> 0 bytes
tests/__pycache__/test_response.pypy3-24.pyc | Bin 62449 -> 0 bytes
tests/__pycache__/test_static.cpython-32.pyc | Bin 14568 -> 0 bytes
tests/__pycache__/test_static.cpython-33.pyc | Bin 16107 -> 0 bytes
tests/__pycache__/test_static.cpython-34.pyc | Bin 10739 -> 0 bytes
tests/__pycache__/test_static.pypy3-24.pyc | Bin 14505 -> 0 bytes
tests/__pycache__/test_transcode.cpython-32.pyc | Bin 3939 -> 0 bytes
tests/__pycache__/test_transcode.cpython-33.pyc | Bin 4162 -> 0 bytes
tests/__pycache__/test_transcode.cpython-34.pyc | Bin 2904 -> 0 bytes
tests/__pycache__/test_transcode.pypy3-24.pyc | Bin 3942 -> 0 bytes
tests/__pycache__/test_util.cpython-32.pyc | Bin 6165 -> 0 bytes
tests/__pycache__/test_util.cpython-33.pyc | Bin 7151 -> 0 bytes
tests/__pycache__/test_util.cpython-34.pyc | Bin 4763 -> 0 bytes
tests/__pycache__/test_util.pypy3-24.pyc | Bin 6067 -> 0 bytes
tests/performance_test.pyc | Bin 1986 -> 0 bytes
tests/test_acceptparse.pyc | Bin 17906 -> 0 bytes
tests/test_byterange.pyc | Bin 5534 -> 0 bytes
tests/test_cachecontrol.pyc | Bin 14378 -> 0 bytes
tests/test_client.pyc | Bin 12406 -> 0 bytes
tests/test_client_functional.pyc | Bin 4272 -> 0 bytes
tests/test_compat.pyc | Bin 3032 -> 0 bytes
tests/test_cookies.py | 80 ++-
tests/test_cookies.pyc | Bin 31571 -> 0 bytes
tests/test_cookies_bw.py | 28 ++
tests/test_cookies_bw.pyc | Bin 1445 -> 0 bytes
tests/test_datetime_utils.pyc | Bin 6320 -> 0 bytes
tests/test_dec.pyc | Bin 12375 -> 0 bytes
tests/test_descriptors.py | 4 +
tests/test_descriptors.pyc | Bin 41325 -> 0 bytes
tests/test_etag.pyc | Bin 10324 -> 0 bytes
tests/test_etag_nose.pyc | Bin 3742 -> 0 bytes
tests/test_exc.py | 144 ++++--
tests/test_exc.pyc | Bin 16415 -> 0 bytes
tests/test_headers.pyc | Bin 5894 -> 0 bytes
tests/test_in_wsgiref.pyc | Bin 8353 -> 0 bytes
tests/test_misc.pyc | Bin 4976 -> 0 bytes
tests/test_multidict.py | 107 ++--
tests/test_multidict.pyc | Bin 24185 -> 0 bytes
tests/test_request.py | 13 +
tests/test_request.pyc | Bin 151841 -> 0 bytes
tests/test_request_nose.pyc | Bin 8973 -> 0 bytes
tests/test_response.py | 103 +++-
tests/test_response.pyc | Bin 49778 -> 0 bytes
tests/test_static.pyc | Bin 11856 -> 0 bytes
tests/test_transcode.pyc | Bin 3478 -> 0 bytes
tests/test_util.pyc | Bin 5074 -> 0 bytes
tox.ini | 64 +++
toxfast.ini | 10 +
webob/cachecontrol.py | 3 +
webob/compat.py | 63 +++
webob/cookies.py | 122 +++--
webob/descriptors.py | 6 +-
webob/exc.py | 35 +-
webob/multidict.py | 9 +-
webob/request.py | 14 +-
webob/response.py | 141 +++---
webob/util.py | 1 +
189 files changed, 2044 insertions(+), 2046 deletions(-)
diff --cc debian/.git-dpm
index 270b2e0,0000000..bfde752
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 87d7f0340c823fd5e3de21bd28dd7076d86726e9
- 87d7f0340c823fd5e3de21bd28dd7076d86726e9
- 87d7f0340c823fd5e3de21bd28dd7076d86726e9
- 87d7f0340c823fd5e3de21bd28dd7076d86726e9
- python-webob_1.4.1.orig.tar.gz
- 711f188e02bac4f7b2195a5875e7c07191924435
- 671495
++21027e98cda89aa10f6d20c6bd4dea915aa8d921
++21027e98cda89aa10f6d20c6bd4dea915aa8d921
++21027e98cda89aa10f6d20c6bd4dea915aa8d921
++21027e98cda89aa10f6d20c6bd4dea915aa8d921
++python-webob_1.5.1.orig.tar.gz
++302afd90fd1b65b16d7f9bfb3a6d7ad864789a1b
++202821
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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