- 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
This commit is contained in:
Tomáš Chvátal
2020-03-16 08:32:35 +00:00
committed by Git OBS Bridge
parent eb0ac3abb5
commit ba7e27ca9e
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>