From 88bae194ff1ad14d97b3d10581b85a294f2a568c Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 17 Jun 2022 16:09:01 +0800 Subject: [PATCH] License compliance rectification --- python-cov-core.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-cov-core.spec b/python-cov-core.spec index cb7cd24..2537e79 100644 --- a/python-cov-core.spec +++ b/python-cov-core.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-cov-core Version: 1.15.0 -Release: 1 +Release: 2 Summary: plugin core for use by pytest-cov, nose-cov and nose2-cov -License: MIT License +License: MIT URL: https://github.com/schlamar/cov-core Source0: https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz BuildArch: noarch @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog -* Wed May 20 2020 Python_Bot +* Fri Jun 17 2022 liukuo - 1.15.0-2 +- License compliance rectification + +* Wed May 20 2020 Python_Bot - 1.15.0-1 - Package Spec generated -- Gitee