diff --git a/async-timeout-4.0.3.tar.gz b/async-timeout-4.0.3.tar.gz deleted file mode 100644 index d93d6b9ac11dcd172c7f38a294806fee95a728f2..0000000000000000000000000000000000000000 Binary files a/async-timeout-4.0.3.tar.gz and /dev/null differ diff --git a/async_timeout-5.0.1.tar.gz b/async_timeout-5.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e8dbc608eef6ea02e6ace243985ee4a9e61a727e Binary files /dev/null and b/async_timeout-5.0.1.tar.gz differ diff --git a/python-async-timeout.spec b/python-async-timeout.spec index f7c62feb54ad452af9d6a11f51dc132c3be14045..d34120cfd89d0beb276b54a5e24a6d8a6e3a9aa3 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-async-timeout -Version: 4.0.3 +Version: 5.0.1 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/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/a5/ae/136395dfbfe00dfc94da3f3e136d0b13f394cba8f4841120e34226265780/async_timeout-5.0.1.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -28,7 +28,7 @@ Provides: python3-async-timeout-doc asyncio-compatible timeout context manager. %prep -%autosetup -n async-timeout-%{version} +%autosetup -n async_timeout-%{version} %build %py3_build @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu May 29 2025 chengwei - 5.0.1-1 +- Update package to version 5.0.1 + * Tue Nov 14 2023 jiangxinyu - 4.0.3-1 - Update package to version 4.0.3