- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b930cb161a39042f9222f6efb7301399c87eeab394727ec5437924a36d6eef51
size 8030

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15
size 8221

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>

View File

@ -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