!3 Update version to 4.0.2
From: @lauk001 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
d7709de2e0
Binary file not shown.
BIN
async-timeout-4.0.2.tar.gz
Normal file
BIN
async-timeout-4.0.2.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-async-timeout
|
Name: python-async-timeout
|
||||||
Version: 3.0.1
|
Version: 4.0.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Timeout context manager for asyncio programs
|
Summary: Timeout context manager for asyncio programs
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/aio-libs/async_timeout/
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-typing-extensions
|
||||||
|
|
||||||
%description
|
%description
|
||||||
asyncio-compatible timeout context manager.
|
asyncio-compatible timeout context manager.
|
||||||
@ -27,7 +28,7 @@ Provides: python3-async-timeout-doc
|
|||||||
asyncio-compatible timeout context manager.
|
asyncio-compatible timeout context manager.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n async-timeout-3.0.1
|
%autosetup -n async-timeout-4.0.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -67,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 3.0.1-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user