diff --git a/async-timeout-2.0.1.tar.gz b/async-timeout-2.0.1.tar.gz deleted file mode 100644 index 2e1ccb4..0000000 --- a/async-timeout-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00cff4d2dce744607335cba84e9929c3165632da2d27970dbc55802a0c7873d0 -size 10463 diff --git a/async-timeout-3.0.0.tar.gz b/async-timeout-3.0.0.tar.gz new file mode 100644 index 0000000..848d908 --- /dev/null +++ b/async-timeout-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c0ddc416736619bd4a95ca31de8da6920c3b9a140c64dbef2b2fa7bf521287 +size 10803 diff --git a/python-async_timeout.changes b/python-async_timeout.changes index c9be56c..e07033b 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 25 08:06:21 UTC 2018 - adrian@suse.de + +- update to 3.0.0: + * Drop Python 3.4, the minimal supported version is Python 3.5.3 + * Provide type annotations + ------------------------------------------------------------------- Mon Mar 26 09:52:24 UTC 2018 - tbechtold@suse.com diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 46c5913..4332b6b 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -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