From 47200e5420d83fd7d880a55fb10310047ad257de Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 17 Jun 2022 15:41:30 +0800 Subject: [PATCH] License compliance rectification --- python-pep517.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pep517.spec b/python-pep517.spec index fbf2e91..3425782 100644 --- a/python-pep517.spec +++ b/python-pep517.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pep517 Version: 0.11.0 -Release: 1 +Release: 2 Summary: Wrappers to build Python packages using PEP 517 hooks -License: MIT License +License: MIT URL: https://github.com/pypa/pep517 Source0: https://files.pythonhosted.org/packages/da/12/6d373f746ad1cec5ab9415d6a1df54ecc0a9001124bd771742755dcecded/pep517-0.11.0.tar.gz BuildArch: noarch @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Jul 22 2021 openstack-sig +* Fri Jun 17 2022 liukuo - 0.11.0-2 +- License compliance rectification + +* Thu Jul 22 2021 openstack-sig - 0.11.0-1 - Package Spec generated -- Gitee