- Update to 0.20.3:

* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=24
This commit is contained in:
Daniel Garcia 2022-12-09 11:11:54 +00:00 committed by Git OBS Bridge
parent e0498efb8d
commit 9d1155bcb0
4 changed files with 12 additions and 6 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580
size 27695

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 9 11:11:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.20.3:
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460
-------------------------------------------------------------------
Wed Nov 30 07:13:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-pytest-asyncio%{psuffix}
Version: 0.20.2
Version: 0.20.3
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0
@ -83,8 +83,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/pytest_asyncio/
%{python_sitelib}/pytest_asyncio-%{version}*-info/
%{python_sitelib}/pytest_asyncio
%{python_sitelib}/pytest_asyncio-%{version}*-info
%endif
%changelog