Information for build python-flask-wtf-decorators-0.1.2-0.22.20200715.7fa5a26.fc44

ID187232
Package Namepython-flask-wtf-decorators
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.1.2
Release0.22.20200715.7fa5a26.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-flask-wtf-decorators.git#4e406afdf08a6367c1e8b8415f795ae4289c1170
SummaryUse decorators to validate forms
DescriptionFlask-WTF-Decorators is easy to use. You can define a view that requires validation. from flask-wtf-decorators import FormValidator form_validator = FormValidator() @form_validator.validate_form(TestForm) @app.route('/', methods=['GET', 'POST']) def index(form): pass You can tell Flask-WTF-Decorators what to do when a form is illegal. To do this you should provide a callback for error_handler. @form_validator.error_handler def error_handler(errors): return jsonify({'errors': errors}), 400
Built byliuyang
State complete
Volume DEFAULT
StartedSat, 28 Mar 2026 09:46:22 CST
CompletedSat, 28 Mar 2026 09:56:27 CST
Taskbuild (f44, /rpms/python-flask-wtf-decorators.git:4e406afdf08a6367c1e8b8415f795ae4289c1170)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-flask-wtf-decorators.git#4e406afdf08a6367c1e8b8415f795ae4289c1170'}}
Tags
f44
RPMs
src
python-flask-wtf-decorators-0.1.2-0.22.20200715.7fa5a26.fc44.src.rpm (info) (download)
noarch
python3-flask-wtf-decorators-0.1.2-0.22.20200715.7fa5a26.fc44.noarch.rpm (info) (download)
Logs
noarch
mock_config.log
root.log
state.log
installed_pkgs.log
build.log
hw_info.log
mock_output.log
dnf5.log
noarch_rpmdiff.json
Changelog * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.1.2-0.22.20200715.7fa5a26 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.1.2-0.21.20200715.7fa5a26 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-0.20.20200715.7fa5a26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jun 05 2025 Python Maint <python-maint@redhat.com> - 0.1.2-0.19.20200715.7fa5a26 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-0.18.20200715.7fa5a26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Oct 25 2024 Charalampos Stratakis <cstratak@redhat.com> - 0.1.2-0.17.20200715.7fa5a26 - Utilize unittest instead of the removed setup.py test command Resolves: rhbz#2319657 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-0.16.20200715.7fa5a26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.1.2-0.15.20200715.7fa5a26 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-0.14.20200715.7fa5a26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-0.13.20200715.7fa5a26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild