forked from pool/python-pytest-flask
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d5678a045c07317618d80223ea124e21e8acc89dae109542dd1fdf6783d96c2
|
||||
size 24938
|
||||
3
pytest-flask-1.2.0.tar.gz
Normal file
3
pytest-flask-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d
|
||||
size 32446
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user