License compliance rectification

This commit is contained in:
lauk 2022-05-20 15:45:16 +08:00
parent 0e55c9207e
commit 97f49bf63a

View File

@ -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 <liukuo@kylinos.cn> - 3.0.1-2
- License compliance rectification
* Fri Jul 17 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated