Changelog for
python310-wtf-peewee-3.0.2-2.34.noarch.rpm :
* Wed Sep 22 2021 Scott Bahling
- Update to 3.0.2
* Fix failing test on wtforms 2.3.3
* Better default validation behavior, esp in presence of choices.
* Try using InputRequired() which accepts false-looking values. This differs from the previous DataRequired() which, for example, would not accept \"0\" for an integer field, or 00:00 for a time.
* Fix ordering of timestampfield.
* Required is depreciated, use DataRequired instead
* TextField is depreciated, use StringField instead- Fixup spec file
* Thu Oct 25 2018 alarrosaAATTsuse.com- BuildRequire python2 in SLE12/Leap 42.x so tests pass correctly- Remove test bcond and always enable tests inconditionally- Be more explicit in the filelist
* Fri Sep 21 2018 Antonio Larrosa - 3.0.0- Initial release of python-wtf-peewee 3.0.0