diff --git a/pytest-asyncio-0.14.0.tar.gz b/pytest-asyncio-0.14.0.tar.gz deleted file mode 100644 index f7051a6..0000000 --- a/pytest-asyncio-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95c1ace9c204deaca484dcb4bf3beed4afda38cf7f1721f4ce74567bb23a30f1 -size 14796 diff --git a/pytest-asyncio-0.15.1.tar.gz b/pytest-asyncio-0.15.1.tar.gz new file mode 100644 index 0000000..643e532 --- /dev/null +++ b/pytest-asyncio-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c0f2bd36c3a0c03b9fbf707be03e8316019e32333a704d09309e8459ed7ffe +size 15653 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 63b8a36..8fcac37 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jun 3 09:53:19 UTC 2021 - Antonio Larrosa + +- Update to 0.15.1 + * Hotfix for errors while closing event loops while replacing + them. #209 #210 +- Update to 0.15.0 + * Add support for Python 3.9 + * Abandon support for Python 3.5. If you still require support + for Python 3.5, please use pytest-asyncio v0.14 or earlier. + * Set unused_tcp_port_factory fixture scope to 'session'. #163 + * Properly close event loops when replacing them. #208 + ------------------------------------------------------------------- Mon Jun 29 09:10:04 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 415a431..1852a60 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-asyncio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 @@ %define skip_python2 1 %{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-asyncio -Version: 0.14.0 +Version: 0.15.1 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0