14
0

Accepting request 970475 from home:mcepl:branches:devel:languages:python:flask

Required for python-flask-peewee

OBS-URL: https://build.opensuse.org/request/show/970475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wtf-peewee?expand=0&rev=1
This commit is contained in:
2022-04-16 22:54:17 +00:00
committed by Git OBS Bridge
commit a045f54f9b
5 changed files with 144 additions and 0 deletions

54
python-wtf-peewee.changes Normal file
View File

@@ -0,0 +1,54 @@
-------------------------------------------------------------------
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