- Update to 0.15.1:

* Fix ImportError with Werkzeug 1.0.0rc1 (#105).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flask?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-02-20 07:21:01 +00:00
committed by Git OBS Bridge
parent f85d03232b
commit eb0ac3abb5
4 changed files with 22 additions and 20 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 20 07:18:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.1:
* Fix ImportError with Werkzeug 1.0.0rc1 (#105).
-------------------------------------------------------------------
Fri Jul 19 15:06:08 UTC 2019 - Sean Marlow <sean.marlow@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-flask
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-flask
Version: 0.15.0
Version: 0.15.1
Release: 0
License: MIT
Summary: A set of py.test fixtures to test Flask applications
Url: https://github.com/pytest-dev/pytest-flask
Group: Development/Languages/Python
License: MIT
URL: https://github.com/pytest-dev/pytest-flask
Source: https://files.pythonhosted.org/packages/source/p/pytest-flask/pytest-flask-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: fdupes
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module Werkzeug >= 0.7}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask
Requires: python-pytest >= 3.6
Requires: python-Werkzeug >= 0.7
Requires: python-pytest >= 3.6
BuildArch: noarch
%python_subpackages
%description
@@ -52,16 +50,14 @@ to simplify testing and development of the Flask extensions and applications.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/pytest_flask
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest --ignore tests/test_live_server.py
%files %{python_files}
%defattr(-,root,root,-)
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog