From 4e0f56b8d4f1221ccad59a19550582ee3ee6351242f98cb25203cc2f87eac288 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 9 Feb 2022 18:03:18 +0000 Subject: [PATCH] - Remove nose BR, we really needn't it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pprintpp?expand=0&rev=9 --- python-pprintpp.changes | 5 +++++ python-pprintpp.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-pprintpp.changes b/python-pprintpp.changes index a70029b..70d3813 100644 --- a/python-pprintpp.changes +++ b/python-pprintpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 9 18:02:05 UTC 2022 - Matej Cepl + +- Remove nose BR, we really needn't it. + ------------------------------------------------------------------- Tue Oct 26 11:38:48 UTC 2021 - pgajdos@suse.com diff --git a/python-pprintpp.spec b/python-pprintpp.spec index 0983f9c..16541cb 100644 --- a/python-pprintpp.spec +++ b/python-pprintpp.spec @@ -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}