[Python-modules-commits] [flask-wtf] branch upstream updated (1cd5df1 -> 6695488)

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Fri Jun 2 08:30:39 UTC 2017


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

discostu-guest pushed a change to branch upstream
in repository flask-wtf.

      from  1cd5df1   Imported Upstream version 0.12
       new  6695488   Import flask-wtf_0.14.2.orig.tar.gz

The 1 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:
 AUTHORS                                        |   6 +
 Flask_WTF.egg-info/PKG-INFO                    |  36 ++-
 Flask_WTF.egg-info/SOURCES.txt                 |  11 +-
 Flask_WTF.egg-info/requires.txt                |   1 -
 LICENSE                                        |   2 +-
 MANIFEST.in                                    |  12 +-
 PKG-INFO                                       |  36 ++-
 README.rst                                     |  20 +-
 docs/Makefile                                  | 170 +++++++++--
 docs/_templates/useful-links.html              |   6 +-
 docs/_themes/README                            |  31 --
 docs/_themes/README.rst                        |  71 +++++
 docs/_themes/flask/layout.html                 |  47 +--
 docs/_themes/flask/static/flasky.css_t         |  24 +-
 docs/_themes/flask/theme.conf                  |   2 +
 docs/_themes/flask_small/layout.html           |  38 +++
 docs/_themes/flask_small/static/flasky.css_t   | 287 +++++++++++++++++
 docs/_themes/{flask => flask_small}/theme.conf |   3 +
 docs/api.rst                                   |  50 +--
 docs/changelog.rst                             | 117 ++++++-
 docs/conf.py                                   | 322 ++++++++++++++------
 docs/config.rst                                |  80 +++--
 docs/csrf.rst                                  | 170 +++++------
 docs/form.rst                                  | 128 ++++----
 docs/index.rst                                 |  28 +-
 docs/install.rst                               |   2 +-
 docs/make.bat                                  | 394 +++++++++++++++++-------
 docs/quickstart.rst                            |   9 +-
 flask_wtf/__init__.py                          |   6 +-
 flask_wtf/_compat.py                           |  16 +-
 flask_wtf/csrf.py                              | 406 +++++++++++++++----------
 flask_wtf/file.py                              |  86 +++---
 flask_wtf/form.py                              | 259 ++++++++--------
 flask_wtf/html5.py                             |   9 +
 flask_wtf/i18n.py                              |   5 +-
 setup.cfg                                      |   9 +
 setup.py                                       |  58 +---
 test-requirements.txt                          |   5 +
 tests/base.py                                  |  54 +++-
 tests/templates/csrf_macro.html                |   2 +-
 tests/test_csrf.py                             | 156 ++++++----
 tests/test_deprecated.py                       |  45 +++
 tests/test_html5.py                            |  53 ----
 tests/test_i18n.py                             |   6 +-
 tests/test_recaptcha.py                        |  14 +-
 tests/test_uploads.py                          |  14 +-
 tests/test_validation.py                       |  75 ++---
 tox.ini                                        |   6 +
 48 files changed, 2212 insertions(+), 1175 deletions(-)
 create mode 100644 AUTHORS
 delete mode 100644 docs/_themes/README
 create mode 100644 docs/_themes/README.rst
 create mode 100644 docs/_themes/flask_small/layout.html
 create mode 100644 docs/_themes/flask_small/static/flasky.css_t
 copy docs/_themes/{flask => flask_small}/theme.conf (69%)
 mode change 100644 => 100755 setup.py
 create mode 100644 test-requirements.txt
 create mode 100644 tests/test_deprecated.py
 delete mode 100644 tests/test_html5.py
 create mode 100644 tox.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-wtf.git



More information about the Python-modules-commits mailing list