[Python-modules-commits] [webpy] branch master updated (2800b98 -> 5971dcf)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jul 23 08:46:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to branch master
in repository webpy.

      from  2800b98   Fixed VCS URL (https)
       new  6382f37   Import webpy_0.38.orig.tar.gz
       new  08d9b3c   record new upstream branch created by importing webpy_0.38.orig.tar.gz and merge it
       new  be35cbb   use source format 3.0 (quilt)
       new  5971dcf   prepare 1:0.38-1

The 4 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           |   2 +
 .travis.yml          |   1 -
 ChangeLog.txt        |  25 +++++
 debian/.git-dpm      |  14 +--
 debian/changelog     |   8 +-
 debian/control       |   4 +-
 debian/source/format |   2 +-
 docs/Makefile        | 177 +++++++++++++++++++++++++++++++
 docs/api.rst         |  59 +++++++++++
 docs/conf.py         | 258 +++++++++++++++++++++++++++++++++++++++++++++
 docs/db.rst          | 145 +++++++++++++++++++++++++
 docs/deploying.rst   |  97 +++++++++++++++++
 docs/index.rst       |  46 ++++++++
 docs/input.rst       |  92 ++++++++++++++++
 docs/templating.rst  | 291 +++++++++++++++++++++++++++++++++++++++++++++++++++
 test/session.py      |  10 +-
 tools/makedoc.py     |   7 +-
 web/__init__.py      |   2 +-
 web/application.py   |  44 +++++++-
 web/db.py            |  73 ++++++++++---
 web/form.py          |   8 +-
 web/net.py           |  55 +++++++++-
 web/session.py       |   4 +-
 web/utils.py         |  23 +++-
 web/webapi.py        | 143 ++++++++++++++-----------
 web/wsgi.py          |   9 +-
 26 files changed, 1491 insertions(+), 108 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 docs/Makefile
 create mode 100644 docs/api.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/db.rst
 create mode 100644 docs/deploying.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/input.rst
 create mode 100644 docs/templating.rst

-- 
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