forked from pool/python-wtf-peewee
* Updates to support latest wtforms OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wtf-peewee?expand=0&rev=5
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 20 17:48:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.0.6:
|
|
* Updates to support latest wtforms
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 29 10:23:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- udpate to 3.0.5:
|
|
* Workaround for backwards-incompatible clown change in wtforms
|
|
3.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 16 18:18:59 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- 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 <mcepl@suse.com>
|
|
|
|
- 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 <tchvatal@suse.com>
|
|
|
|
- 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 <alarrosa@suse.com> - 3.0.0
|
|
|
|
- Initial release of python-wtf-peewee 3.0.0
|