python-flask-peewee/python-flask-peewee.changes

46 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Sat Apr 16 18:50:33 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 3.0.5:
- Use __str__() to work with newer Peewee 3.x conventions.
- Clarify that project uses MIT
- Compatibility with new(er) werkzeug and flask.
- Add note resource example.
- Replace travis-ci with github actions for CI.
- Address compatibility issues w/WTForms 3.0 and new(er) Flask.
- Remove unnecessary patches:
- 0001-Clarify-that-project-uses-MIT.patch
- 0001-Compatibility-with-newer-werkzeug-and-flask.patch
- WTForms-300-compatibility.patch
-------------------------------------------------------------------
Sat Apr 16 18:13:07 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add WTForms-300-compatibility.patch to make the testsuite
running with the current WTForms.
-------------------------------------------------------------------
Wed Mar 25 11:15:45 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix building with latest Werkzeug and Flask:
* 0001-Compatibility-with-newer-werkzeug-and-flask.patch
- Add BuildRequires: %{pythons} to fix tests
-------------------------------------------------------------------
Wed Oct 10 14:59:35 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Remove conditional test variable from spec file and keep it enabled
-------------------------------------------------------------------
Tue Oct 9 16:36:33 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Add runtests.py from upstream since the source package doesn't include it
and use it to enable tests to run.
-------------------------------------------------------------------
Fri Sep 21 10:55:41 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-flask-peewee 3.0.3
- Add 0001-Clarify-that-project-uses-MIT.patch from upstream after a request
I made to clarify the project license