From 0663110e4af7453397593758b1a2d53941e16fe8 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 14 Sep 2022 21:40:55 +0200 Subject: [PATCH] - updated to 0.19.0 --- python3-pytest-asyncio.spec | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/python3-pytest-asyncio.spec b/python3-pytest-asyncio.spec index d61e20e..7ecc65b 100644 --- a/python3-pytest-asyncio.spec +++ b/python3-pytest-asyncio.spec @@ -5,21 +5,24 @@ Summary: Pytest support for asyncio Summary(pl.UTF-8): Wsparcie do asyncio dla Pytesta Name: python3-pytest-asyncio -Version: 0.18.2 -Release: 3 +Version: 0.19.0 +Release: 1 License: Apache v2.0 Group: Libraries/Python #Source0Download: https://pypi.org/simple/pytest-asyncio/ Source0: https://files.pythonhosted.org/packages/source/p/pytest-asyncio/pytest-asyncio-%{version}.tar.gz -# Source0-md5: b57bafeb4f3303afa99df154835caf45 +# Source0-md5: 0c74a0ae2b509735594684bf00512252 URL: https://pypi.org/project/pytest-asyncio/ BuildRequires: python3-modules >= 1:3.7 -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools >= 1:51.0 +#BuildRequires: python3-setuptools_scm >= 6.2 +BuildRequires: python3-toml %if %{with tests} BuildRequires: python3-flaky >= 3.5.0 BuildRequires: python3-hypothesis >= 5.7.1 BuildRequires: python3-pytest >= 6.1.0 -%if "%{py3_ver}" < "3.8" +BuildRequires: python3-pytest-trio +%if "%{py3_ver}" == "3.7" BuildRequires: python3-typing_extensions >= 3.7.2 %endif %endif @@ -50,6 +53,12 @@ dostarcza przydatne wyposażenie i znaczniki ułatwiające testowanie. %prep %setup -q -n pytest-asyncio-%{version} +# stub for setuptools +cat >setup.py <