[Python-modules-commits] [flask-wtf] branch master updated (afeda13 -> b0375df)

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


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

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

      from  afeda13   Fixed VCS URL (https)
       new  a89145e   record new upstream branch created by importing flask-wtf_0.14.2.orig.tar.gz
       new  6695488   Import flask-wtf_0.14.2.orig.tar.gz
       new  97ca4f1   Disable test that uses internet
       new  d68e31e   merge patched into master
       new  d718393   change version to 0.14.2-1
       new  f9ac994   Bump Standards-Version to 3.9.8
       new  f50e1b4   Remove rm -rf Flask_WTF.egg-info from d/rules.
       new  b0375df   Mention "Team upload" in d/changelog.

The 8 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  11 +-
 debian/control                                     |   2 +-
 ... => 0001-Disable-test-that-uses-internet.patch} |   4 +-
 debian/patches/doc-index.patch                     |  31 --
 debian/patches/series                              |   3 +-
 debian/rules                                       |   5 -
 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                                     |  22 +-
 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 +
 55 files changed, 2233 insertions(+), 1218 deletions(-)
 create mode 100644 AUTHORS
 rename debian/patches/{0002-Disable-test-that-uses-internet.patch => 0001-Disable-test-that-uses-internet.patch} (91%)
 delete mode 100644 debian/patches/doc-index.patch
 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