[Python-modules-commits] [webpy] branch master updated (5971dcf -> b0401a7)
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Aug 21 22:07:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch master
in repository webpy.
from 5971dcf prepare 1:0.38-1
new 8e5f710 Import webpy_0.38+20170615.orig.tar.gz
new bc71fe8 Merge tag 'upstream/0.38+20170615'
new 0957f6f move to current debhelper and current standards version (no further changes)
new d390a38 add Python 3 package
new 2dbad53 add documentation package
new bac0e50 improve copyright (format) and package description
new b0401a7 prepare 1:0.38+20170615-1
The 7 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 | 7 +-
.travis.yml | 9 +-
debian/.git-dpm | 11 -
debian/changelog | 8 +
debian/compat | 2 +-
debian/control | 50 +-
debian/copyright | 53 +-
debian/patches/python3fix.patch | 44 +
debian/patches/series | 1 +
debian/rules | 12 +-
setup.py | 4 +-
test/{README => README.md} | 0
test/alltests.py | 2 +-
test/application.py | 80 +-
test/db.py | 32 +-
test/requirements.txt | 4 +-
test/requirements2.txt | 3 +-
test/session.py | 20 +-
test/template.py | 50 +
test/wsgi.py | 52 +
tools/makedoc.py | 8 +-
web/__init__.py | 30 +-
web/application.py | 143 +-
web/browser.py | 86 +-
web/db.py | 161 +-
web/debugerror.py | 28 +-
web/form.py | 41 +-
web/http.py | 19 +-
web/httpserver.py | 66 +-
web/net.py | 80 +-
web/py3helpers.py | 42 +
web/python23.py | 46 -
web/session.py | 37 +-
web/template.py | 302 ++--
web/test.py | 25 +-
web/utils.py | 260 ++-
web/webapi.py | 41 +-
web/wsgi.py | 22 +-
web/wsgiserver/__init__.py | 2226 +-----------------------
web/wsgiserver/ssl_builtin.py | 69 +-
web/wsgiserver/ssl_pyopenssl.py | 101 +-
web/wsgiserver/{__init__.py => wsgiserver2.py} | 1208 ++++++++-----
web/wsgiserver/{__init__.py => wsgiserver3.py} | 1605 +++++++++--------
43 files changed, 2792 insertions(+), 4298 deletions(-)
delete mode 100644 debian/.git-dpm
create mode 100644 debian/patches/python3fix.patch
create mode 100644 debian/patches/series
rename test/{README => README.md} (100%)
create mode 100644 test/template.py
create mode 100644 test/wsgi.py
create mode 100644 web/py3helpers.py
delete mode 100644 web/python23.py
copy web/wsgiserver/{__init__.py => wsgiserver2.py} (81%)
copy web/wsgiserver/{__init__.py => wsgiserver3.py} (68%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/webpy.git
More information about the Python-modules-commits
mailing list