- 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
This commit is contained in:
2023-05-14 09:46:26 +00:00
committed by Git OBS Bridge
parent ba7e27ca9e
commit 0aaae0a230
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d5678a045c07317618d80223ea124e21e8acc89dae109542dd1fdf6783d96c2
size 24938

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d
size 32446

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 14 09:45:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Mon Mar 16 08:31:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-flask
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-flask
Version: 1.0.0
Version: 1.2.0
Release: 0
Summary: A set of py.test fixtures to test Flask applications
License: MIT