Update package to version 4.0.3
This commit is contained in:
parent
d7709de2e0
commit
7bec1af8b0
Binary file not shown.
BIN
async-timeout-4.0.3.tar.gz
Normal file
BIN
async-timeout-4.0.3.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-async-timeout
|
Name: python-async-timeout
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 1
|
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/54/6e/9678f7b2993537452710ffb1750c62d2c26df438aa621ad5fa9d1507a43a/async-timeout-4.0.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-typing-extensions
|
Requires: python3-typing-extensions
|
||||||
@ -15,7 +15,7 @@ asyncio-compatible timeout context manager.
|
|||||||
|
|
||||||
%package -n python3-async-timeout
|
%package -n python3-async-timeout
|
||||||
Summary: Timeout context manager for asyncio programs
|
Summary: Timeout context manager for asyncio programs
|
||||||
Provides: python-async-timeout
|
Provides: python-async-timeout = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-async-timeout
|
%description -n python3-async-timeout
|
||||||
@ -28,7 +28,7 @@ Provides: python3-async-timeout-doc
|
|||||||
asyncio-compatible timeout context manager.
|
asyncio-compatible timeout context manager.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n async-timeout-4.0.2
|
%autosetup -n async-timeout-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 14 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.0.3-1
|
||||||
|
- Update package to version 4.0.3
|
||||||
|
|
||||||
* Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 4.0.2-1
|
* Tue Aug 09 2022 liukuo <liukuo@kylinos.cn> - 4.0.2-1
|
||||||
- Update version to 4.0.2-1
|
- Update version to 4.0.2-1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user