- remove unnecessary dependency on async_generator
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460 - Inject multibuild to defeat a build loop - Initial release of python-pytest-asyncio 0.8.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=34
This commit is contained in:
parent
c473b19c6d
commit
de06afb400
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 19:34:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove unnecessary dependency on async_generator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 17 08:19:39 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
Tue Oct 17 08:19:39 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
@ -37,7 +42,7 @@ Thu Apr 13 22:43:58 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|||||||
Fri Dec 9 11:11:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
Fri Dec 9 11:11:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
- Update to 0.20.3:
|
- Update to 0.20.3:
|
||||||
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460
|
* 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>
|
Wed Nov 30 07:13:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
@ -71,7 +76,7 @@ Fri Aug 5 04:57:24 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 07:59:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jul 6 07:59:54 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
- Inject multibuild to defeat a build loop
|
- Inject multibuild to defeat a build loop
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 19:00:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Jun 28 19:00:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
@ -193,4 +198,4 @@ Tue Sep 4 13:10:57 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 5 09:47:11 UTC 2018 - alarrosa@suse.com
|
Fri Jan 5 09:47:11 UTC 2018 - alarrosa@suse.com
|
||||||
|
|
||||||
- Initial release of python-pytest-asyncio 0.8.0
|
- Initial release of python-pytest-asyncio 0.8.0
|
||||||
|
@ -47,7 +47,6 @@ Requires: python-typing-extensions >= 3.7.2
|
|||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module async_generator >= 1.3}
|
|
||||||
BuildRequires: %{python_module flaky >= 3.5.0}
|
BuildRequires: %{python_module flaky >= 3.5.0}
|
||||||
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
BuildRequires: %{python_module hypothesis >= 5.7.1}
|
||||||
BuildRequires: %{python_module pytest >= 7.0.0}
|
BuildRequires: %{python_module pytest >= 7.0.0}
|
||||||
|
Loading…
Reference in New Issue
Block a user