Commit Graph

7 Commits

Author SHA256 Message Date
7918de9da7 - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=11
2025-05-07 07:03:45 +00:00
758e07f45e - 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
2023-11-07 19:40:35 +00:00
0aaae0a230 - update to 1.2.0:
* Remove deprecated ``:meth:live_server.url``
  * fixture ``request_ctx is now deprecated``
    and will be removed in the future
  * ``JSONReponse.json`` removed in favour of
    ``Werkzeug.wrappers.Response.json``
  * Speedup live server start time. Use `socket` instead of
    server pulling to  check server availability and add new
    ``--live-server-wait`` option to set the live server wait
    timeout.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=7
2023-05-14 09:46:26 +00:00
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
Tomáš Chvátal
eb0ac3abb5 - Update to 0.15.1:
* Fix ImportError with Werkzeug 1.0.0rc1 (#105).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=3
2020-02-20 07:21:01 +00:00
f85d03232b Accepting request 717926 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/717926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-flask?expand=0&rev=1
2019-07-23 20:42:32 +00:00
Tomáš Chvátal
c0548d49f4 Accepting request 717905 from home:seanmarlow:branches:devel:languages:python:flask
- Update to v0.15.0 (2019-07-19)
  + Initial release.

OBS-URL: https://build.opensuse.org/request/show/717905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=1
2019-07-23 14:22:52 +00:00