diff --git a/async-timeout-3.0.1.tar.gz b/async-timeout-3.0.1.tar.gz deleted file mode 100644 index dfed0e093a48a41ca92fe516be2efa18e9863d6a..0000000000000000000000000000000000000000 Binary files a/async-timeout-3.0.1.tar.gz and /dev/null differ diff --git a/async-timeout-4.0.2.tar.gz b/async-timeout-4.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d057d9314b3520b6c7ca034f50ae34e758258309 Binary files /dev/null and b/async-timeout-4.0.2.tar.gz differ diff --git a/python-async-timeout.spec b/python-async-timeout.spec index 68b1308f73c7187f677217ce35bdbfe9ac9caa75..ebeed9a42d6bfff3fe323c2791c61e85e32216ee 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: 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 @@ -27,7 +27,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 +67,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 wangjing - 4.0.2-1 +- Upgrade package python3-async-timeout of version 4.0.2-1 +- Use stdlib typing.final in Python 3.8+ +- Fix annotations on __exit__ and __aexit__ + * Fri May 20 2022 liukuo - 3.0.1-2 - License compliance rectification