From 99a8fddcd36620a286e8a753a1ac27cf89ba6e50 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 10 May 2022 19:18:29 +0800 Subject: [PATCH] License compliance rectification --- python-flit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flit.spec b/python-flit.spec index f4c5d63..5876e07 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,8 +1,8 @@ Name: python-flit Version: 1.0 -Release: 6 +Release: 7 Summary: Simplified packaging of Python modules -License: BSD and ASL 2.0 and Python +License: BSD-3-Clause and ASL 2.0 and Python URL: https://flit.readthedocs.io/en/latest/ Source0: https://github.com/takluyver/flit/archive/%{version}.tar.gz @@ -49,6 +49,9 @@ XDG_CACHE_HOME=$PWD/.cache %{__python3} -m flit build --format wheel %changelog +* Mon May 09 2022 xu_ping - 1.0-7 +- License compliance rectification + * Tue Jun 16 2020 hanxinke - 1.0-6 - update python version -- Gitee