- Update to 1.2.1:
* Fix a bug introduced with #556 in 1.2.0 where file validators
were editing the file fields content.
- Update to 1.2.0:
* Add field MultipleFileField. FileRequired, FileAllowed,
FileSize now can be used to validate multiple files
- Update to 1.1.2:
* Fixed Flask 2.3 deprecations of werkzeug.urls.url_encode and
flask.Markup
* Stop support for python 3.7
* Use pyproject.toml instead of setup.cfg
* Fixed nested blueprint CSRF exemption
- Drop patch already included upstream:
* flask-2.3-support.patch
OBS-URL: https://build.opensuse.org/request/show/1129045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-WTF?expand=0&rev=16
- Update to 0.15.1
* Add python_requires metadata to avoid installing on unsupported
Python versions.
- Changes from 0.15.0
* Drop support for Python < 3.6.
* FileSize validator.
* Extra requirement email installs the email_validator package.
* Fixed Flask 2.0 warnings.
* Various documentation fixes.
* Various CI fixes.
- Add fix-ModuleNotFoundError-wtforms-compat.patch to fix
ModuleNotFoundError in tests/test_form.py.
- Add fix-ModuleNotFoundError-wtforms-widgets-html5.patch to fix
ModuleNotFoundError in flask_wtf/html5.py.
- Skip test_set_default_message_language and test_i18n because of
gh#wtforms/wtforms#697.
OBS-URL: https://build.opensuse.org/request/show/912375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-WTF?expand=0&rev=10