[Python-modules-commits] [paste] branch master updated (80cda70 -> de7ddc1)
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 change to branch master
in repository paste.
from 80cda70 Typo
new 69db760 record new upstream branch created by importing paste_2.0.2.orig.tar.gz
new b94bc57 Import paste_2.0.2.orig.tar.gz
new e4c25cf merge patched into master
new 5d902e2 New upstream release
new cf815bf Documentation moved to solo package python-paste-doc
new de7ddc1 Added Build-Depends-Indep: python(3)-nose and python(3)-six
The 6 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:
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 | 14 +-
debian/changelog | 7 +-
debian/control | 34 +-
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 -
...on-paste.doc-base => python-paste-doc.doc-base} | 8 +-
debian/python-paste.dirs | 2 -
debian/python-paste.links | 1 +
debian/python3-paste.dirs | 2 -
debian/python3-paste.doc-base | 10 -
debian/python3-paste.links | 1 +
debian/rules | 85 +-
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 +
230 files changed, 5820 insertions(+), 27328 deletions(-)
create mode 100644 README.rst
delete mode 100644 debian/patches/email-mime.patch
delete mode 100644 debian/patches/hmac.patch
delete mode 100644 debian/patches/paste-27-lambda.patch
delete mode 100644 debian/patches/paste-unbundle-stdlib.patch
delete mode 100644 debian/patches/paste-unbundle-tempita.patch
delete mode 100644 debian/patches/paste-userdict.patch
delete mode 100644 debian/patches/rfc822.patch
delete mode 100644 debian/patches/series
delete mode 100644 debian/patches/types.patch
rename debian/{python-paste.doc-base => python-paste-doc.doc-base} (62%)
delete mode 100644 debian/python-paste.dirs
create mode 100644 debian/python-paste.links
delete mode 100644 debian/python3-paste.dirs
delete mode 100644 debian/python3-paste.doc-base
create mode 100644 debian/python3-paste.links
delete mode 100644 docs/_build/DeveloperGuidelines.html
delete mode 100644 docs/_build/StyleGuide.html
delete mode 100644 docs/_build/community/index.html
delete mode 100644 docs/_build/community/mailing-list.html
delete mode 100644 docs/_build/community/repository.html
delete mode 100644 docs/_build/developer-features.html
delete mode 100644 docs/_build/do-it-yourself-framework.html
delete mode 100644 docs/_build/download/index.html
delete mode 100644 docs/_build/future.html
delete mode 100644 docs/_build/genindex.html
delete mode 100644 docs/_build/include/contact.html
delete mode 100644 docs/_build/include/reference_header.html
delete mode 100644 docs/_build/index.html
delete mode 100644 docs/_build/license.html
delete mode 100644 docs/_build/modindex.html
delete mode 100644 docs/_build/modules/auth.auth_tkt.html
delete mode 100644 docs/_build/modules/auth.basic.html
delete mode 100644 docs/_build/modules/auth.cas.html
delete mode 100644 docs/_build/modules/auth.cookie.html
delete mode 100644 docs/_build/modules/auth.digest.html
delete mode 100644 docs/_build/modules/auth.form.html
delete mode 100644 docs/_build/modules/auth.grantip.html
delete mode 100644 docs/_build/modules/auth.multi.html
delete mode 100644 docs/_build/modules/auth.open_id.html
delete mode 100644 docs/_build/modules/cascade.html
delete mode 100644 docs/_build/modules/cgiapp.html
delete mode 100644 docs/_build/modules/cgitb_catcher.html
delete mode 100644 docs/_build/modules/debug.debugapp.html
delete mode 100644 docs/_build/modules/debug.fsdiff.html
delete mode 100644 docs/_build/modules/debug.prints.html
delete mode 100644 docs/_build/modules/debug.profile.html
delete mode 100644 docs/_build/modules/debug.watchthreads.html
delete mode 100644 docs/_build/modules/debug.wdg_validate.html
delete mode 100644 docs/_build/modules/errordocument.html
delete mode 100644 docs/_build/modules/evalexception.html
delete mode 100644 docs/_build/modules/exceptions.html
delete mode 100644 docs/_build/modules/fileapp.html
delete mode 100644 docs/_build/modules/fixture.html
delete mode 100644 docs/_build/modules/gzipper.html
delete mode 100644 docs/_build/modules/httpexceptions.html
delete mode 100644 docs/_build/modules/httpheaders.html
delete mode 100644 docs/_build/modules/httpserver.html
delete mode 100644 docs/_build/modules/lint.html
delete mode 100644 docs/_build/modules/pony.html
delete mode 100644 docs/_build/modules/progress.html
delete mode 100644 docs/_build/modules/proxy.html
delete mode 100644 docs/_build/modules/recursive.html
delete mode 100644 docs/_build/modules/registry.html
delete mode 100644 docs/_build/modules/reloader.html
delete mode 100644 docs/_build/modules/request.html
delete mode 100644 docs/_build/modules/response.html
delete mode 100644 docs/_build/modules/session.html
delete mode 100644 docs/_build/modules/transaction.html
delete mode 100644 docs/_build/modules/translogger.html
delete mode 100644 docs/_build/modules/url.html
delete mode 100644 docs/_build/modules/urlmap.html
delete mode 100644 docs/_build/modules/urlparser.html
delete mode 100644 docs/_build/modules/util.import_string.html
delete mode 100644 docs/_build/modules/util.multidict.html
delete mode 100644 docs/_build/modules/wsgilib.html
delete mode 100644 docs/_build/modules/wsgiwrappers.html
delete mode 100644 docs/_build/news.html
delete mode 100644 docs/_build/paste-httpserver-threadpool.html
delete mode 100644 docs/_build/py-modindex.html
delete mode 100644 docs/_build/search.html
delete mode 100644 docs/_build/testing-applications.html
delete mode 100644 docs/_build/url-parsing-with-wsgi.html
create mode 100644 docs/_static/paste.css
create mode 100644 docs/_templates/layout.html
create mode 100644 docs/default.css
create mode 100644 docs/test_server.ini
create mode 100644 docs/web/default-site.css
create mode 100644 docs/web/site.js
create mode 100644 docs/web/style.css
create mode 100644 paste/cowbell/bell-ascending.png
create mode 100644 paste/cowbell/bell-descending.png
copy paste/{urlmap.py => urlmap.py.orig} (95%)
delete mode 100644 paste/util/UserDict24.py
delete mode 100644 paste/util/doctest24.py
rename paste/util/{looper/_looper.py => looper.py} (94%)
delete mode 100644 paste/util/looper/__init__.py
delete mode 100644 paste/util/string24.py
copy paste/util/{template/_template.py => template.py} (95%)
copy paste/util/{template/_template.py => template.py.2015-04-30-123224} (94%)
rename paste/util/{template/_template.py => template.py.orig} (94%)
delete mode 100644 paste/util/template/__init__.py
create mode 100755 regen-docs
create mode 100755 tests/cgiapp_data/error.cgi
create mode 100755 tests/cgiapp_data/form.cgi
create mode 100755 tests/cgiapp_data/ok.cgi
create mode 100755 tests/cgiapp_data/stderr.cgi
create mode 100644 tests/test_httpserver.py
create mode 100644 tests/test_util/test_quoting.py
create mode 100644 tests/urlparser_data/deep/index.html
create mode 100644 tests/urlparser_data/find_file/dir with spaces/test 4.html
create mode 100644 tests/urlparser_data/find_file/test 3.html
create mode 100644 tests/urlparser_data/find_file/test2.html
create mode 100644 tox.ini
--
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