diff --git a/python-flit.spec b/python-flit.spec index f4c5d636a6c8a7728ac9169686429ff00b0fc409..5876e07dd88b9666e00676406766ec51ef9e7090 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