forked from pool/python-async_timeout
Accepting request 618895 from home:adrianSuSE:home-assistant
- update to 3.0.0: * Drop Python 3.4, the minimal supported version is Python 3.5.3 * Provide type annotations OBS-URL: https://build.opensuse.org/request/show/618895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=5
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
%define skip_python2 1
|
||||
%{!?license: %global license %doc}
|
||||
Name: python-async_timeout
|
||||
Version: 2.0.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Timeout context manager for asyncio programs
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/aio-libs/async_timeout/
|
||||
Source: https://files.pythonhosted.org/packages/source/a/async_timeout/async-timeout-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module devel >= 3.5.3}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user