Changelog for
python312-wtf-peewee-3.0.5-1.3.noarch.rpm :
* Fri Dec 29 2023 Dirk Müller
- udpate to 3.0.5:
* Workaround for backwards-incompatible clown change in wtforms 3.1.0
* Sat Apr 16 2022 Matej Cepl - Update to 3.0.4: - includes changes I have introduced in the patches, which can now be removed: - fix_test_choices.patch - no-extra_filters.patch
* Sat Apr 16 2022 Matej Cepl - Update to 3.0.3: - Peewee version requirements. - TextField is depreciated, use StringField instead - Required is depreciated, use DataRequired instead - Fix ordering of timestampfield. - Try using InputRequired() which accepts false-looking values. - Better default validation behavior, esp in presence of choices. - optional if 1) null=True or 2) has a default value or 3) can be blank… - fixed tests - Indicate python3 compatible in setup.py - Fix old peewee reference. - Small tweaks. - Update app.py - Fix failing test on wtforms 2.3.3 - Replace travis-ci with github actions for CI. - Add compatibility shim for deprecation of HTMLString.- Add patches dealing with incompabilities of the test suite: - fix_test_choices.patch dealing with compatibility issues with WTForms >= 3.0.0 (gh#coleifer/wtf-peewee#57) - no-extra_filters.patch adding missing parameter of WPDateTimeField.process (gh#coleifer/wtf-peewee#58)
* Sat Mar 14 2020 Tomáš Chvátal - Fix building without python2 available
* 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