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