[Python-modules-commits] [paste] 03/06: merge patched into master
Ondřej Nový
onovy-guest at moszumanska.debian.org
Sat Mar 5 19:06:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository paste.
commit e4c25cf98a01530183d21f46f59858cb44e56df8
Merge: 69db760 b94bc57
Author: Ondřej Nový <novy at ondrej.org>
Date: Sat Mar 5 00:26:09 2016 +0100
merge patched into master
MANIFEST.in | 10 +-
PKG-INFO | 34 +-
Paste.egg-info/PKG-INFO | 34 +-
Paste.egg-info/SOURCES.txt | 96 +-
Paste.egg-info/requires.txt | 8 +-
README.rst | 109 +
debian/.git-dpm | 6 +-
debian/patches/email-mime.patch | 31 -
debian/patches/hmac.patch | 23 -
debian/patches/paste-27-lambda.patch | 23 -
debian/patches/paste-unbundle-stdlib.patch | 1237 ------
debian/patches/paste-unbundle-tempita.patch | 1887 ---------
debian/patches/paste-userdict.patch | 85 -
debian/patches/rfc822.patch | 26 -
debian/patches/series | 8 -
debian/patches/types.patch | 69 -
docs/_build/DeveloperGuidelines.html | 242 --
docs/_build/StyleGuide.html | 238 --
docs/_build/community/index.html | 143 -
docs/_build/community/mailing-list.html | 151 -
docs/_build/community/repository.html | 146 -
docs/_build/developer-features.html | 270 --
docs/_build/do-it-yourself-framework.html | 676 ----
docs/_build/download/index.html | 167 -
docs/_build/future.html | 233 --
docs/_build/genindex.html | 541 ---
docs/_build/include/contact.html | 121 -
docs/_build/include/reference_header.html | 126 -
docs/_build/index.html | 182 -
docs/_build/license.html | 144 -
docs/_build/modindex.html | 317 --
docs/_build/modules/auth.auth_tkt.html | 232 --
docs/_build/modules/auth.basic.html | 196 -
docs/_build/modules/auth.cas.html | 172 -
docs/_build/modules/auth.cookie.html | 312 --
docs/_build/modules/auth.digest.html | 229 --
docs/_build/modules/auth.form.html | 202 -
docs/_build/modules/auth.grantip.html | 167 -
docs/_build/modules/auth.multi.html | 173 -
docs/_build/modules/auth.open_id.html | 128 -
docs/_build/modules/cascade.html | 160 -
docs/_build/modules/cgiapp.html | 158 -
docs/_build/modules/cgitb_catcher.html | 159 -
docs/_build/modules/debug.debugapp.html | 164 -
docs/_build/modules/debug.fsdiff.html | 187 -
docs/_build/modules/debug.prints.html | 157 -
docs/_build/modules/debug.profile.html | 190 -
docs/_build/modules/debug.watchthreads.html | 160 -
docs/_build/modules/debug.wdg_validate.html | 162 -
docs/_build/modules/errordocument.html | 195 -
docs/_build/modules/evalexception.html | 137 -
docs/_build/modules/exceptions.html | 499 ---
docs/_build/modules/fileapp.html | 197 -
docs/_build/modules/fixture.html | 445 ---
docs/_build/modules/gzipper.html | 146 -
docs/_build/modules/httpexceptions.html | 505 ---
docs/_build/modules/httpheaders.html | 441 --
docs/_build/modules/httpserver.html | 364 --
docs/_build/modules/lint.html | 223 --
docs/_build/modules/pony.html | 143 -
docs/_build/modules/progress.html | 231 --
docs/_build/modules/proxy.html | 199 -
docs/_build/modules/recursive.html | 235 --
docs/_build/modules/registry.html | 297 --
docs/_build/modules/reloader.html | 182 -
docs/_build/modules/request.html | 260 --
docs/_build/modules/response.html | 192 -
docs/_build/modules/session.html | 181 -
docs/_build/modules/transaction.html | 163 -
docs/_build/modules/translogger.html | 152 -
docs/_build/modules/url.html | 174 -
docs/_build/modules/urlmap.html | 167 -
docs/_build/modules/urlparser.html | 223 --
docs/_build/modules/util.import_string.html | 173 -
docs/_build/modules/util.multidict.html | 154 -
docs/_build/modules/wsgilib.html | 242 --
docs/_build/modules/wsgiwrappers.html | 181 -
docs/_build/news.html | 1042 -----
docs/_build/paste-httpserver-threadpool.html | 280 --
docs/_build/py-modindex.html | 373 --
docs/_build/search.html | 127 -
docs/_build/testing-applications.html | 305 --
docs/_build/url-parsing-with-wsgi.html | 442 --
docs/_static/paste.css | 15 +
docs/_templates/layout.html | 29 +
docs/default.css | 394 ++
docs/download/index.txt | 13 +-
docs/index.txt | 14 +-
docs/news.txt | 59 +
docs/test_server.ini | 42 +
docs/web/default-site.css | 382 ++
docs/web/site.js | 69 +
docs/web/style.css | 90 +
paste/__init__.py | 2 +-
paste/auth/auth_tkt.py | 81 +-
paste/auth/basic.py | 4 +-
paste/auth/cas.py | 8 +-
paste/auth/cookie.py | 29 +-
paste/auth/digest.py | 64 +-
paste/auth/form.py | 2 +-
paste/auth/grantip.py | 17 +-
paste/auth/open_id.py | 13 +-
paste/cascade.py | 8 +-
paste/cgiapp.py | 40 +-
paste/cgitb_catcher.py | 13 +-
paste/cowbell/__init__.py | 2 +-
paste/cowbell/bell-ascending.png | Bin 0 -> 132993 bytes
paste/cowbell/bell-descending.png | Bin 0 -> 124917 bytes
paste/debug/debugapp.py | 6 +-
paste/debug/doctest_webapp.py | 28 +-
paste/debug/fsdiff.py | 20 +-
paste/debug/prints.py | 5 +-
paste/debug/profile.py | 11 +-
paste/debug/testserver.py | 16 +-
paste/debug/watchthreads.py | 12 +-
paste/errordocument.py | 24 +-
paste/evalexception/evalcontext.py | 5 +-
paste/evalexception/middleware.py | 30 +-
paste/exceptions/collector.py | 21 +-
paste/exceptions/errormiddleware.py | 42 +-
paste/exceptions/formatter.py | 13 +-
paste/exceptions/reporter.py | 10 +-
paste/exceptions/serial_number_generator.py | 20 +-
paste/fileapp.py | 24 +-
paste/fixture.py | 153 +-
paste/flup_session.py | 6 +-
paste/gzipper.py | 8 +-
paste/httpexceptions.py | 27 +-
paste/httpheaders.py | 64 +-
paste/httpserver.py | 99 +-
paste/lint.py | 29 +-
paste/modpython.py | 63 +-
paste/proxy.py | 92 +-
paste/recursive.py | 17 +-
paste/registry.py | 10 +-
paste/reloader.py | 13 +-
paste/request.py | 46 +-
paste/session.py | 17 +-
paste/transaction.py | 2 +-
paste/translogger.py | 9 +-
paste/url.py | 45 +-
paste/urlmap.py | 24 +-
paste/{urlmap.py => urlmap.py.orig} | 24 +-
paste/urlparser.py | 15 +-
paste/util/PySourceColor.py | 4205 ++++++++++----------
paste/util/UserDict24.py | 167 -
paste/util/classinstance.py | 2 +-
paste/util/converters.py | 8 +-
paste/util/dateinterval.py | 11 +-
paste/util/datetimeutil.py | 720 ++--
paste/util/doctest24.py | 2665 -------------
paste/util/filemixin.py | 2 +-
paste/util/finddata.py | 13 +-
paste/util/findpackage.py | 2 +-
paste/util/import_string.py | 4 +-
paste/util/intset.py | 78 +-
paste/util/ip4.py | 27 +-
paste/util/killthread.py | 4 +-
paste/util/{looper/_looper.py => looper.py} | 18 +-
paste/util/looper/__init__.py | 4 -
paste/util/mimeparse.py | 4 +-
paste/util/multidict.py | 66 +-
paste/util/quoting.py | 55 +-
paste/util/scgiserver.py | 13 +-
paste/util/string24.py | 531 ---
paste/util/{template/_template.py => template.py} | 57 +-
.../_template.py => template.py.2015-04-30-123224} | 66 +-
.../{template/_template.py => template.py.orig} | 66 +-
paste/util/template/__init__.py | 6 -
paste/util/threadedprint.py | 6 +-
paste/wsgilib.py | 67 +-
paste/wsgiwrappers.py | 66 +-
regen-docs | 9 +
setup.cfg | 8 -
setup.py | 128 +-
tests/cgiapp_data/error.cgi | 3 +
tests/cgiapp_data/form.cgi | 12 +
tests/cgiapp_data/ok.cgi | 5 +
tests/cgiapp_data/stderr.cgi | 8 +
tests/test_auth/test_auth_cookie.py | 14 +-
tests/test_auth/test_auth_digest.py | 18 +-
tests/test_cgiapp.py | 6 +-
tests/test_cgitb_catcher.py | 25 +-
tests/test_config.py | 76 +-
tests/test_doctests.py | 2 +-
tests/test_errordocument.py | 14 +-
tests/test_exceptions/test_error_middleware.py | 20 +-
tests/test_exceptions/test_formatter.py | 11 +-
tests/test_exceptions/test_httpexceptions.py | 21 +-
tests/test_exceptions/test_reporter.py | 2 +-
tests/test_fileapp.py | 82 +-
tests/test_grantip.py | 19 +-
tests/test_gzipper.py | 11 +-
tests/test_httpserver.py | 45 +
tests/test_import_string.py | 4 +-
tests/test_multidict.py | 103 +-
tests/test_proxy.py | 2 +-
tests/test_recursive.py | 26 +-
tests/test_registry.py | 58 +-
tests/test_request.py | 14 +-
tests/test_request_form.py | 10 +-
tests/test_response.py | 2 +-
tests/test_session.py | 28 +-
tests/test_urlmap.py | 10 +-
tests/test_urlparser.py | 14 +-
tests/test_util/test_datetimeutil.py | 270 +-
tests/test_util/test_mimeparse.py | 472 ++-
tests/test_util/test_quoting.py | 28 +
tests/test_wsgiwrappers.py | 26 +-
tests/urlparser_data/deep/index.html | 1 +
.../find_file/dir with spaces/test 4.html | 1 +
tests/urlparser_data/find_file/test 3.html | 1 +
tests/urlparser_data/find_file/test2.html | 1 +
tests/urlparser_data/hook/app.py | 8 +-
tests/urlparser_data/hook/index.py | 7 +-
tests/urlparser_data/not_found/simple/__init__.py | 2 +-
tests/urlparser_data/not_found/user/list.py | 7 +-
tests/urlparser_data/python/simpleapp.py | 3 +-
tests/urlparser_data/python/stream.py | 6 +-
tests/urlparser_data/python/sub/simpleapp.py | 4 +-
tox.ini | 9 +
221 files changed, 5763 insertions(+), 27227 deletions(-)
diff --cc debian/.git-dpm
index c14dd62,0000000..41ff71d
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
- 0429b9f9caef1dac42511bb74cad1e3a32b2d205
- 0429b9f9caef1dac42511bb74cad1e3a32b2d205
- 74865e63756bf94c6a17c9e5bc8680d616215cac
++b94bc57ff6b4747d93490e69c53ee25e6095dc77
++b94bc57ff6b4747d93490e69c53ee25e6095dc77
++b94bc57ff6b4747d93490e69c53ee25e6095dc77
+b94bc57ff6b4747d93490e69c53ee25e6095dc77
+paste_2.0.2.orig.tar.gz
+7fe739fbe391bb09afe1bd3327f320e29f27e2cc
+627842
+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/paste.git
More information about the Python-modules-commits
mailing list