diff --git a/async-timeout-4.0.1.tar.gz b/async-timeout-4.0.1.tar.gz deleted file mode 100644 index f8df7c0..0000000 --- a/async-timeout-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b930cb161a39042f9222f6efb7301399c87eeab394727ec5437924a36d6eef51 -size 8030 diff --git a/async-timeout-4.0.2.tar.gz b/async-timeout-4.0.2.tar.gz new file mode 100644 index 0000000..a1dd3aa --- /dev/null +++ b/async-timeout-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 +size 8221 diff --git a/python-async_timeout.changes b/python-async_timeout.changes index fe26600..f3046a8 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 15 16:39:14 UTC 2022 - Dirk Müller + +- update to 4.0.2: + * Fix annotations on __exit__ and __aexit__ + * Use stdlib typing.final in Python 3.8+ + ------------------------------------------------------------------- Sat Dec 11 18:40:39 UTC 2021 - Ben Greiner diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 45081f2..9b8979b 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -1,7 +1,7 @@ # # spec file for package python-async_timeout # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-async_timeout -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: Timeout context manager for asyncio programs License: Apache-2.0