Update version to 4.0.2-1
This commit is contained in:
parent
97f49bf63a
commit
3fa20af1a2
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
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user