- update to 1.3.0:

* Fix compatibility with ``Flask 3.0`` -- the consequence is
    that the deprecated and incompatible ``request_ctx`` has been
    removed.
  * Fix bug in ``:meth:pytest_flask.fixtures.live_server``
  * where ``SESSION_COOKIE_DOMAIN`` was set to false due to
  * ``original_server_name`` defaulting to "localhost".
  * The new default is "localhost.localdomain".
  * Drop support for python 3.6 and 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=9
This commit is contained in:
2023-11-07 19:40:35 +00:00
committed by Git OBS Bridge
parent 0aaae0a230
commit 758e07f45e
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 7 19:39:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Fix compatibility with ``Flask 3.0`` -- the consequence is
that the deprecated and incompatible ``request_ctx`` has been
removed.
* Fix bug in ``:meth:pytest_flask.fixtures.live_server``
* where ``SESSION_COOKIE_DOMAIN`` was set to false due to
* ``original_server_name`` defaulting to "localhost".
* The new default is "localhost.localdomain".
* Drop support for python 3.6 and 3.5
-------------------------------------------------------------------
Sun May 14 09:45:12 UTC 2023 - Dirk Müller <dmueller@suse.com>