diff --git a/pytest-asyncio-0.20.2.tar.gz b/pytest-asyncio-0.20.2.tar.gz deleted file mode 100644 index f3de200..0000000 --- a/pytest-asyncio-0.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cecc90717d81dbfc135318495f219beb0be372f41e10530913d67f6d89d9793d -size 25876 diff --git a/pytest-asyncio-0.20.3.tar.gz b/pytest-asyncio-0.20.3.tar.gz new file mode 100644 index 0000000..c629396 --- /dev/null +++ b/pytest-asyncio-0.20.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71167da362a2c1ab22a048463eb2954b7f15fba18d41eee6a3b9db03863a2580 +size 27695 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 757d154..a4592ab 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 9 11:11:04 UTC 2022 - Daniel Garcia + +- 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 diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 57e1e20..984787d 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -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