forked from pool/python-pytest-flask
- 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:
committed by
Git OBS Bridge
parent
eb0ac3abb5
commit
ba7e27ca9e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6
|
|
||||||
size 24207
|
|
||||||
3
pytest-flask-1.0.0.tar.gz
Normal file
3
pytest-flask-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d5678a045c07317618d80223ea124e21e8acc89dae109542dd1fdf6783d96c2
|
||||||
|
size 24938
|
||||||
@@ -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>
|
Thu Feb 20 07:18:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-pytest-flask
|
Name: python-pytest-flask
|
||||||
Version: 0.15.1
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A set of py.test fixtures to test Flask applications
|
Summary: A set of py.test fixtures to test Flask applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,14 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-flask/py
|
|||||||
BuildRequires: %{python_module Flask}
|
BuildRequires: %{python_module Flask}
|
||||||
BuildRequires: %{python_module Werkzeug >= 0.7}
|
BuildRequires: %{python_module Werkzeug >= 0.7}
|
||||||
BuildRequires: %{python_module devel}
|
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_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Flask
|
Requires: python-Flask
|
||||||
Requires: python-Werkzeug >= 0.7
|
Requires: python-Werkzeug >= 0.7
|
||||||
Requires: python-pytest >= 3.6
|
Requires: python-pytest >= 5.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user