forked from pool/python-pprintpp
- Add patch fixing tests from upstream git:
* 3a35e815.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pprintpp?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
defd4c6017
commit
783f2aacbd
@@ -2,3 +2,5 @@
|
|||||||
Thu Aug 1 03:14:08 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Thu Aug 1 03:14:08 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
- Initial spec for v0.4.0
|
- Initial spec for v0.4.0
|
||||||
|
- Add patch fixing tests from upstream git:
|
||||||
|
* 3a35e815.patch
|
||||||
|
@@ -12,26 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pprintpp
|
Name: python-pprintpp
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-2-Clause
|
|
||||||
Summary: A pprint that is actually pretty
|
Summary: A pprint that is actually pretty
|
||||||
Url: https://github.com/wolever/pprintpp
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/wolever/pprintpp
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pprintpp/pprintpp-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pprintpp/pprintpp-%{version}.tar.gz
|
||||||
Patch0: https://github.com/wolever/pprintpp/commit/3a35e815.patch
|
Patch0: https://github.com/wolever/pprintpp/commit/3a35e815.patch
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module parameterized}
|
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
|
BuildRequires: %{python_module parameterized}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user