!3 Update version to 4.0.2

From: @lauk001 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-08-11 06:02:07 +00:00 committed by Gitee
commit d7709de2e0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
async-timeout-4.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-async-timeout
Version: 3.0.1
Release: 2
Version: 4.0.2
Release: 1
Summary: Timeout context manager for asyncio programs
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
Source0: https://files.pythonhosted.org/packages/54/6e/9678f7b2993537452710ffb1750c62d2c26df438aa621ad5fa9d1507a43a/async-timeout-4.0.2.tar.gz
BuildArch: noarch
Requires: python3-typing-extensions
%description
asyncio-compatible timeout context manager.
@ -27,7 +28,7 @@ Provides: python3-async-timeout-doc
asyncio-compatible timeout context manager.
%prep
%autosetup -n async-timeout-3.0.1
%autosetup -n async-timeout-4.0.2
%build
%py3_build
@ -67,6 +68,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 4.0.2-1
- Update version to 4.0.2-1
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 3.0.1-2
- License compliance rectification