diff --git a/pytest-flask-1.2.0.tar.gz b/pytest-flask-1.2.0.tar.gz deleted file mode 100644 index 182d6ff..0000000 --- a/pytest-flask-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d -size 32446 diff --git a/pytest-flask-1.3.0.tar.gz b/pytest-flask-1.3.0.tar.gz new file mode 100644 index 0000000..c6c45ae --- /dev/null +++ b/pytest-flask-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58be1c97b21ba3c4d47e0a7691eb41007748506c36bf51004f78df10691fa95e +size 35816 diff --git a/python-pytest-flask.changes b/python-pytest-flask.changes index c54dc15..fa578c7 100644 --- a/python-pytest-flask.changes +++ b/python-pytest-flask.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 7 19:39:56 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-flask.spec b/python-pytest-flask.spec index dd8e7bd..e62f021 100644 --- a/python-pytest-flask.spec +++ b/python-pytest-flask.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pytest-flask -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: A set of py.test fixtures to test Flask applications License: MIT