From 97f49bf63a94394ea3c19ebe3c7ba7a0e3b38b68 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 15:45:16 +0800 Subject: [PATCH] License compliance rectification --- python-async-timeout.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-async-timeout.spec b/python-async-timeout.spec index b1f2db3..68b1308 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-async-timeout Version: 3.0.1 -Release: 1 +Release: 2 Summary: Timeout context manager for asyncio programs -License: Apache 2 +License: Apache-2.0 URL: https://github.com/aio-libs/async_timeout/ Source0: https://files.pythonhosted.org/packages/a1/78/aae1545aba6e87e23ecab8d212b58bb70e72164b67eb090b81bb17ad38e3/async-timeout-3.0.1.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 liukuo - 3.0.1-2 +- License compliance rectification + * Fri Jul 17 2020 Python_Bot - Package Spec generated -- Gitee