forked from pool/python-pytest-sugar
- Update to 0.9.3:
* Fix incompatibility with pytest 5.4.0 (thanks @GuillaumeFavelier) - Drop patch pytest4.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sugar?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
88d9cd1820
commit
e86c665800
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-sugar
|
||||
#
|
||||
# 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
|
||||
@@ -18,20 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-sugar
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 0
|
||||
Summary: Pretty printer for pytest progress
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Frozenball/pytest-sugar
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-sugar/pytest-sugar-%{version}.tar.gz
|
||||
Patch0: pytest4.patch
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module termcolor}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest < 5.0
|
||||
Requires: python-pytest
|
||||
Requires: python-termcolor
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -41,7 +39,6 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly an
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-sugar-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user