From e1052f5815be48415086389dee710fd6f31b4002 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 9 May 2022 18:10:51 +0800 Subject: [PATCH] License compliance rectification --- python-traitlets.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-traitlets.spec b/python-traitlets.spec index 9ba1feb..d3e4fba 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -1,9 +1,9 @@ Name: python-traitlets Version: 4.3.2 -Release: 10 +Release: 11 Summary: A lightweight Traits like module. -License: BSD +License: BSD-3-Clause URL: https://github.com/ipython/traitlets Source0: https://github.com/ipython/traitlets/archive/%{version}.tar.gz#/traitlets-%{version}.tar.gz BuildArch: noarch @@ -47,6 +47,9 @@ py.test-%{python3_version} -v traitlets/tests/ %changelog +* Mon May 9 2022 yaoxin - 4.3.2-11 +- License compliance rectification + * Sat Jan 08 2022 xu_ping - 4.3.2-10 - Drop the python-nose dependency