Accepting request 897120 from home:alarrosa:branches:devel:languages:python:pytest
- 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 OBS-URL: https://build.opensuse.org/request/show/897120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=14
This commit is contained in:
parent
835c50c8ce
commit
a0ab1d52ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:95c1ace9c204deaca484dcb4bf3beed4afda38cf7f1721f4ce74567bb23a30f1
|
|
||||||
size 14796
|
|
3
pytest-asyncio-0.15.1.tar.gz
Normal file
3
pytest-asyncio-0.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8c0f2bd36c3a0c03b9fbf707be03e8316019e32333a704d09309e8459ed7ffe
|
||||||
|
size 15653
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 09:53:19 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcalabkova@suse.com>
|
Mon Jun 29 09:10:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-asyncio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
Name: python-pytest-asyncio
|
Name: python-pytest-asyncio
|
||||||
Version: 0.14.0
|
Version: 0.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest support for asyncio
|
Summary: Pytest support for asyncio
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user