From eb0ac3abb52b33c6d9683e304b427f4c2c4946330b0b6f87d6963f6331913a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Feb 2020 07:21:01 +0000 Subject: [PATCH] - 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 --- pytest-flask-0.15.0.tar.gz | 3 --- pytest-flask-0.15.1.tar.gz | 3 +++ python-pytest-flask.changes | 6 ++++++ python-pytest-flask.spec | 30 +++++++++++++----------------- 4 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 pytest-flask-0.15.0.tar.gz create mode 100644 pytest-flask-0.15.1.tar.gz diff --git a/pytest-flask-0.15.0.tar.gz b/pytest-flask-0.15.0.tar.gz deleted file mode 100644 index 1146e8d..0000000 --- a/pytest-flask-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d874781b622210d8c5d8061cdb091cb059fcb12203125110bd8e6f9256ccbf49 -size 24576 diff --git a/pytest-flask-0.15.1.tar.gz b/pytest-flask-0.15.1.tar.gz new file mode 100644 index 0000000..85601d3 --- /dev/null +++ b/pytest-flask-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6 +size 24207 diff --git a/python-pytest-flask.changes b/python-pytest-flask.changes index 932d89f..3de4ee9 100644 --- a/python-pytest-flask.changes +++ b/python-pytest-flask.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 20 07:18:27 UTC 2020 - Tomáš Chvátal + +- Update to 0.15.1: + * Fix ImportError with Werkzeug 1.0.0rc1 (#105). + ------------------------------------------------------------------- Fri Jul 19 15:06:08 UTC 2019 - Sean Marlow diff --git a/python-pytest-flask.spec b/python-pytest-flask.spec index 6e667ec..b75551b 100644 --- a/python-pytest-flask.spec +++ b/python-pytest-flask.spec @@ -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 -