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..81821b17219c403d7e38cd028b7f16695e2af0e6 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -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 - 4.0.2-1 +- Update version to 4.0.2-1 + * Fri May 20 2022 liukuo - 3.0.1-2 - License compliance rectification