diff --git a/pytest-flask-0.15.1.tar.gz b/pytest-flask-0.15.1.tar.gz deleted file mode 100644 index 85601d3..0000000 --- a/pytest-flask-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6 -size 24207 diff --git a/pytest-flask-1.0.0.tar.gz b/pytest-flask-1.0.0.tar.gz new file mode 100644 index 0000000..a6854a3 --- /dev/null +++ b/pytest-flask-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5678a045c07317618d80223ea124e21e8acc89dae109542dd1fdf6783d96c2 +size 24938 diff --git a/python-pytest-flask.changes b/python-pytest-flask.changes index 3de4ee9..3c9c106 100644 --- a/python-pytest-flask.changes +++ b/python-pytest-flask.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 16 08:31:01 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-flask.spec b/python-pytest-flask.spec index b75551b..5bfb192 100644 --- a/python-pytest-flask.spec +++ b/python-pytest-flask.spec @@ -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