14
0

- 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:
Tomáš Chvátal
2019-08-01 07:54:51 +00:00
committed by Git OBS Bridge
parent defd4c6017
commit 783f2aacbd
2 changed files with 9 additions and 7 deletions

View File

@@ -2,3 +2,5 @@
Thu Aug 1 03:14:08 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.4.0
- Add patch fixing tests from upstream git:
* 3a35e815.patch

View File

@@ -12,26 +12,26 @@
# 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-pprintpp
Version: 0.4.0
Release: 0
License: BSD-2-Clause
Summary: A pprint that is actually pretty
Url: https://github.com/wolever/pprintpp
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/wolever/pprintpp
Source: https://files.pythonhosted.org/packages/source/p/pprintpp/pprintpp-%{version}.tar.gz
Patch0: https://github.com/wolever/pprintpp/commit/3a35e815.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module parameterized}
Patch0: https://github.com/wolever/pprintpp/commit/3a35e815.patch
BuildRequires: %{python_module nose}
BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description