14
0

Accepting request 953029 from devel:languages:python

- Remove nose BR, we really needn't it.

OBS-URL: https://build.opensuse.org/request/show/953029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pprintpp?expand=0&rev=5
This commit is contained in:
2022-02-09 21:04:14 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 9 18:02:05 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Remove nose BR, we really needn't it.
-------------------------------------------------------------------
Tue Oct 26 11:38:48 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pprintpp
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@ 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
# https://github.com/wolever/pprintpp/pull/28
# https://github.com/wolever/pprintpp/commit/3a35e815.patch
Patch0: 3a35e815.patch
# gh#wolever/pprintpp#28
Patch1: python-pprintpp-remove-nose.patch
BuildRequires: %{python_module nose}
BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}