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}