- 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
This commit is contained in:
Tomáš Chvátal
2020-03-16 08:32:35 +00:00
committed by Git OBS Bridge
parent eb0ac3abb5
commit ba7e27ca9e
4 changed files with 15 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 16 08:31:01 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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.
-------------------------------------------------------------------
Thu Feb 20 07:18:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-flask
Version: 0.15.1
Version: 1.0.0
Release: 0
Summary: A set of py.test fixtures to test Flask applications
License: MIT
@@ -27,14 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-flask/py
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module Werkzeug >= 0.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module pytest >= 5.2}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask
Requires: python-Werkzeug >= 0.7
Requires: python-pytest >= 3.6
Requires: python-pytest >= 5.2
BuildArch: noarch
%python_subpackages