Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-Flask-WTF | Distribution: SUSE Linux Enterprise 15 |
Version: 0.14.3 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 1.9 | Build date: Sat Mar 6 00:45:52 2021 |
Group: Development/Languages/Python | Build host: sheep18 |
Size: 88907 | Source RPM: python-Flask-WTF-0.14.3-1.9.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/lepture/flask-wtf | |
Summary: WTForms support for Flask |
Adds WTForms support to your Flask application
BSD-3-Clause
* Thu Jan 28 2021 alarrosa@suse.com - Define skip_python2 so we can build the package for SLE where an old version of python2-Flask-Babel is available (and doesn't work with a recent python-Werkzeug) * Wed Jun 10 2020 mcalabkova@suse.com - replace nose with pytest * Sat Feb 08 2020 arun@gmx.de - specfile: * update copyright year * removed python-devel dependency * be more specific in %file section - update to version 0.14.3: * Fix deprecated imports from "werkzeug" and "collections". * Thu Jan 25 2018 tchvatal@suse.com - Fix whitespace and drop the subpkg wrt previous commit * Wed Jan 24 2018 aboe76@gmail.com - Added python-itsdangerous requirements - disabled sphinx build html docs and doc packages because of build errors. * Thu Aug 31 2017 toddrme2178@gmail.com - Update to Version 0.14.2 * Fix bug where ``FlaskForm`` assumed ``meta`` argument was not ``None`` if it was passed. (`#278`_) - Update to Version 0.14.1 * Fix bug where the file validators would incorrectly identify an empty file as valid data. (`#276`_, `#277`_) - Update to Version 0.14 * Use itsdangerous to sign CSRF tokens and check expiration instead of doing it ourselves. (`#264`_) * Remove the ``app`` attribute from ``CsrfProtect``, use ``current_app``. (`#264`_) * ``CsrfProtect`` protects the ``DELETE`` method by default. (`#264`_) * The same CSRF token is generated for the lifetime of a request. It is exposed as ``request.csrf_token`` for use during testing. (`#227`_, `#264`_) * ``CsrfProtect.error_handler`` is deprecated. (`#264`_) * Use ``Form.Meta`` instead of deprecated ``SecureForm`` for CSRF (and everything else). (`#216`_, `#271`_) * Provide ``WTF_CSRF_FIELD_NAME`` to configure the name of the CSRF token. (`#271`_) * ``validate_csrf`` raises ``wtforms.ValidationError`` with specific messages instead of returning ``True`` or ``False``. This breaks anything that was calling the method directly. (`#239`_, `#271`_) * ``CsrfProtect`` is renamed to ``CSRFProtect``. A deprecation warning is issued when using the old name. ``CsrfError`` is renamed to ``CSRFError`` without deprecation. (`#271`_) * ``FileField`` is deprecated because it no longer provides functionality over the provided validators. Use ``wtforms.FileField`` directly. (`#272`_) - Update to Version 0.13.1 * Deprecation warning for ``Form`` is shown during ``__init__`` instead of immediately when subclassing. (`#262`_) * Don't use ``pkg_resources`` to get version, for compatibility with GAE. (`#261`_) - Update to Version 0.13 * ``Form`` is renamed to ``FlaskForm`` in order to avoid name collision with WTForms's base class. Using ``Form`` will show a deprecation warning. (`#250`_) * ``hidden_tag`` no longer wraps the hidden inputs in a hidden div. This is valid HTML5 and any modern HTML parser will behave correctly. (`#217`_, `#193`_) * ``flask_wtf.html5`` is deprecated. Import directly from ``wtforms.fields.html5``. (`#251`_) * ``is_submitted`` is true for ``PATCH`` and ``DELETE`` in addition to ``POST`` and ``PUT``. (`#187`_) * ``generate_csrf`` takes a ``token_key`` parameter to specify the key stored in the session. (`#206`_) * ``generate_csrf`` takes a ``url_safe`` parameter to allow the token to be used in URLs. (`#206`_) * ``form.data`` can be accessed multiple times without raising an exception. (`#248`_) * File extension with multiple parts (``.tar.gz``) can be used in the ``FileAllowed`` validator. (`#201`_) - Update to Version 0.12 * Abstract protect_csrf() into a separate method * Update reCAPTCHA configuration * Fix reCAPTCHA error handle * Thu Aug 24 2017 jmatejek@suse.com - singlespec auto-conversion * Wed Mar 25 2015 aboe76@gmail.com - Updated to 0.11 - Use the new reCAPTCHA API via #164. - Add configuration: WTF_CSRF_HEADERS via #159. - Support customize hidden tags via #150. - And many more bug fixes * Wed Oct 22 2014 aboe76@gmail.com - Updated to 0.10.2 - Update translation for reCaptcha via #146. - Update RECAPTCHA API SERVER URL via #145. - Update requirement Werkzeug>=0.9.5 - Fix CsrfProtect exempt for blueprints via #143. - Add configuration: WTF_CSRF_METHODS - Support WTForms 2.0 now - Fix csrf validation without time limit (time_limit=False) - CSRF exempt supports blueprint #111. * Wed Jul 02 2014 aboe76@gmail.com - Updated to 0.9.5 - Add configuration: WTF_CSRF_METHODS.
/usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/Flask_WTF-0.14.3-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/flask_wtf /usr/lib/python3.6/site-packages/flask_wtf/__init__.py /usr/lib/python3.6/site-packages/flask_wtf/__pycache__ /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/_compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/_compat.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/csrf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/csrf.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/file.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/file.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/form.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/form.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/html5.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/html5.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/i18n.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/__pycache__/i18n.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/_compat.py /usr/lib/python3.6/site-packages/flask_wtf/csrf.py /usr/lib/python3.6/site-packages/flask_wtf/file.py /usr/lib/python3.6/site-packages/flask_wtf/form.py /usr/lib/python3.6/site-packages/flask_wtf/html5.py /usr/lib/python3.6/site-packages/flask_wtf/i18n.py /usr/lib/python3.6/site-packages/flask_wtf/recaptcha /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__init__.py /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__ /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/fields.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/fields.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/validators.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/validators.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/widgets.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/__pycache__/widgets.cpython-36.pyc /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/fields.py /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/validators.py /usr/lib/python3.6/site-packages/flask_wtf/recaptcha/widgets.py /usr/share/doc/packages/python3-Flask-WTF /usr/share/doc/packages/python3-Flask-WTF/AUTHORS /usr/share/doc/packages/python3-Flask-WTF/README.rst /usr/share/licenses/python3-Flask-WTF /usr/share/licenses/python3-Flask-WTF/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024