Files
python-pytest-flask/python-pytest-flask.changes
Tomáš Chvátal ba7e27ca9e - Update to 1.0.0:
* live_server is now session-scoped by default.
  * pytest 5.2 or later is now required.
  * Python 2.7 and 3.4 are no longer supported.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=5
2020-03-16 08:32:35 +00:00

20 lines
694 B
Plaintext

-------------------------------------------------------------------
Mon Mar 16 08:31:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.0:
* live_server is now session-scoped by default.
* pytest 5.2 or later is now required.
* Python 2.7 and 3.4 are no longer supported.
-------------------------------------------------------------------
Thu Feb 20 07:18:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.1:
* Fix ImportError with Werkzeug 1.0.0rc1 (#105).
-------------------------------------------------------------------
Fri Jul 19 15:06:08 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Update to v0.15.0 (2019-07-19)
+ Initial release.