| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python312-Flask-WTF | Distribution: openSUSE Tumbleweed | 
| Version: 1.2.2 | Vendor: openSUSE | 
| Release: 1.4 | Build date: Thu Nov 14 09:33:41 2024 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 71164 | Source RPM: python-Flask-WTF-1.2.2-1.4.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/lepture/flask-wtf | |
| Summary: WTForms support for Flask | |
Adds WTForms support to your Flask application
BSD-3-Clause
* Thu Nov 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.2.2:
    * Move the project to the pallets-eco organization. :pr:`602`
    * Stop support for Python 3.8. Start support for Python 3.13.
      :pr:`603`
* Mon Nov 27 2023 Antonio Larrosa <alarrosa@suse.com>
  - Use %{?sle15_python_module_pythons}
* Mon Nov 27 2023 Antonio Larrosa <alarrosa@suse.com>
  - 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
* Fri Jun 30 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.1.1:
    * Fixed `validate` `extra_validators` parameter. :pr:`548`
    * Drop support for Python 3.6.
    * ``validate_on_submit`` takes a ``extra_validators`` parameters :pr:`479`
    * Stop supporting Flask-Babelex :pr:`540`
    * Support for python 3.11 :pr:`542`
    * Remove unused call to `JSONEncoder` :pr:`536`
  - Add patch flask-2.3-support.patch:
    * Support Flask 2.3 changes.
  - Switch to pyproject macros.
* Sat Apr 09 2022 Arun Persaud <arun@gmx.de>
  - update to version 1.0.1:
    * Update compatibility with the latest Werkzeug
      release. :issue:`511`
* Sun Feb 20 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
    * removed patches: fix-ModuleNotFoundError-wtforms-compat.patch
      fix-ModuleNotFoundError-wtforms-widgets-html5.patch
    * AUTHORS not packaged anymore, LICENSE->LICENSE.rst
  - update to version 1.0.0:
    * Deprecated items removal :pr:`484`
    * Support for alternatives captcha services :pr:`425` :pr:`342`
      :pr:`387` :issue:`384`
  - changes from version 0.15.1:
    * Add "python_requires" metadata to avoid installing on unsupported
      Python versions. :pr:`442`
* Sat Aug 14 2021 Fusion Future <qydwhotmail@gmail.com>
  - 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.
* Thu Jan 28 2021 Antonio Larrosa <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)
* Fri Dec 11 2020 Andreas Schneider <asn@cryptomilk.org>
  - Add missing BR for Flask-BabelEx
* Wed Jun 10 2020 Marketa Calabkova <mcalabkova@suse.com>
  - replace nose with pytest
/usr/lib/python3.12/site-packages/flask_wtf /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/INSTALLER /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/METADATA /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/RECORD /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/REQUESTED /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/WHEEL /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/licenses /usr/lib/python3.12/site-packages/flask_wtf-1.2.2.dist-info/licenses/LICENSE.rst /usr/lib/python3.12/site-packages/flask_wtf/__init__.py /usr/lib/python3.12/site-packages/flask_wtf/__pycache__ /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/_compat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/_compat.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/csrf.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/csrf.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/file.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/file.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/form.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/form.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/i18n.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/__pycache__/i18n.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/_compat.py /usr/lib/python3.12/site-packages/flask_wtf/csrf.py /usr/lib/python3.12/site-packages/flask_wtf/file.py /usr/lib/python3.12/site-packages/flask_wtf/form.py /usr/lib/python3.12/site-packages/flask_wtf/i18n.py /usr/lib/python3.12/site-packages/flask_wtf/recaptcha /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__init__.py /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__ /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/fields.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/fields.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/validators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/validators.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/widgets.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/__pycache__/widgets.cpython-312.pyc /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/fields.py /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/validators.py /usr/lib/python3.12/site-packages/flask_wtf/recaptcha/widgets.py /usr/share/doc/packages/python312-Flask-WTF /usr/share/doc/packages/python312-Flask-WTF/README.rst /usr/share/licenses/python312-Flask-WTF /usr/share/licenses/python312-Flask-WTF/LICENSE.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:24:05 2025