------------------------------------------------------------------- Sat Apr 16 18:18:59 UTC 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 12:29:46 UTC 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 08:30:33 UTC 2020 - Tomáš Chvátal - Fix building without python2 available ------------------------------------------------------------------- Thu Oct 25 15:04:25 UTC 2018 - alarrosa@suse.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 11:47:27 UTC 2018 - Antonio Larrosa - 3.0.0 - Initial release of python-wtf-peewee 3.0.0