From cc629f7f26591787104910821d6cda148af704bc Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 10:28:39 +0800 Subject: [PATCH] License compliance rectification --- python-pytest-asyncio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index a5df903..922a940 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-asyncio Version: 0.14.0 -Release: 1 +Release: 2 Summary: Pytest support for asyncio. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/pytest-dev/pytest-asyncio Source0: https://files.pythonhosted.org/packages/65/09/9472d4db0625cf56d40f4e405f955faf6469be00858a273b71332f3fcd1f/pytest-asyncio-0.14.0.tar.gz BuildArch: noarch @@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 18 2022 liukuo - 0.14.0-2 +- License compliance rectification + * Fri Jul 17 2020 Python_Bot - Package Spec generated