From 39e796a9a3c4459df8f3b2ebd35b87bae0d6f9af Mon Sep 17 00:00:00 2001 From: cherry530 Date: Sat, 8 Jan 2022 16:37:45 +0800 Subject: [PATCH] Drop the python-nose dependency Signed-off-by: cherry530 (cherry picked from commit c826d86a2600d9fe6c487a734d5f560d2186fa41) --- python-traitlets.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-traitlets.spec b/python-traitlets.spec index da362a4..9ba1feb 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -1,6 +1,6 @@ Name: python-traitlets Version: 4.3.2 -Release: 9 +Release: 10 Summary: A lightweight Traits like module. License: BSD @@ -15,7 +15,7 @@ and ‘on change’ callbacks. %package -n python%{python3_pkgversion}-traitlets Summary: A lightweight Traits like module. -BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-pytest python%{python3_pkgversion}-nose +BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-decorator python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-ipython_genutils python%{python3_pkgversion}-six Requires: python%{python3_pkgversion}-decorator python%{python3_pkgversion}-ipython_genutils python%{python3_pkgversion}-six @@ -47,6 +47,9 @@ py.test-%{python3_version} -v traitlets/tests/ %changelog +* Sat Jan 08 2022 xu_ping - 4.3.2-10 +- Drop the python-nose dependency + * Wed Oct 21 2020 zhanghua - 4.3.2-9 - remove python2 subpackage