From e0498efb8da228c0f3a2246f9770b0b1538385a6ce22aee34872a6d75e0fc04f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 30 Nov 2022 07:15:50 +0000 Subject: [PATCH] - Update to 0.20.2: * Fixes an issue with async fixtures that are defined as methods on a test class not being rebound to the actual test instance. #197 * Replaced usage of deprecated @pytest.mark.tryfirst with @pytest.hookimpl(tryfirst=True) #438 - 0.20.1 (22-10-21) * Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed. #430 - 0.20.0 (22-10-21) * BREAKING: Removed legacy mode. If you're upgrading from v0.19 and you haven't configured asyncio_mode = legacy, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled legacy mode, you need to switch to auto or strict mode before upgrading to this version. * Deprecate use of pytest v6. * Fixed an issue which prevented fixture setup from being cached. #404 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=23 --- pytest-asyncio-0.19.0.tar.gz | 3 --- pytest-asyncio-0.20.2.tar.gz | 3 +++ python-pytest-asyncio.changes | 20 ++++++++++++++++++++ python-pytest-asyncio.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pytest-asyncio-0.19.0.tar.gz create mode 100644 pytest-asyncio-0.20.2.tar.gz diff --git a/pytest-asyncio-0.19.0.tar.gz b/pytest-asyncio-0.19.0.tar.gz deleted file mode 100644 index 64e13c7..0000000 --- a/pytest-asyncio-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94d00bc9fbe91d9075db8afc7d9ca32be682c79be1466504481ae9d419ea8c01 -size 25754 diff --git a/pytest-asyncio-0.20.2.tar.gz b/pytest-asyncio-0.20.2.tar.gz new file mode 100644 index 0000000..f3de200 --- /dev/null +++ b/pytest-asyncio-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecc90717d81dbfc135318495f219beb0be372f41e10530913d67f6d89d9793d +size 25876 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 6a03b32..757d154 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Nov 30 07:13:34 UTC 2022 - Daniel Garcia + +- Update to 0.20.2: + * Fixes an issue with async fixtures that are defined as methods on a test + class not being rebound to the actual test instance. #197 + * Replaced usage of deprecated @pytest.mark.tryfirst with + @pytest.hookimpl(tryfirst=True) #438 +- 0.20.1 (22-10-21) + * Fixes an issue that warned about using an old version of pytest, even + though the most recent version was installed. #430 +- 0.20.0 (22-10-21) + * BREAKING: Removed legacy mode. If you're upgrading from v0.19 and you + haven't configured asyncio_mode = legacy, you can upgrade without taking + any additional action. If you're upgrading from an earlier version or you + have explicitly enabled legacy mode, you need to switch to auto or strict + mode before upgrading to this version. + * Deprecate use of pytest v6. + * Fixed an issue which prevented fixture setup from being cached. #404 + ------------------------------------------------------------------- Fri Aug 5 04:57:24 UTC 2022 - John Vandenberg diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index e070528..57e1e20 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,5 +1,5 @@ # -# spec file for package python-pytest-asyncio +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-pytest-asyncio%{psuffix} -Version: 0.19.0 +Version: 0.20.2 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0