15
0

- update to 4.0.2:

* Fix annotations on __exit__ and __aexit__
  * Use stdlib typing.final in Python 3.8+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=12
This commit is contained in:
2022-01-15 16:39:58 +00:00
committed by Git OBS Bridge
parent a4817ab9bd
commit 9744344dc0
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 15 16:39:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>