- 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

@@ -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