forked from pool/python-pytest-asyncio
- Update to 1.3.0
* Remove support for Python 3.9. * Add support for pytest 9.
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c2f599c88c9417b539628c7dc538c465829c31d634e39e1972f6dccd71b31a5
|
||||
size 48706
|
||||
BIN
pytest-asyncio-1.3.0.tar.gz
LFS
Normal file
BIN
pytest-asyncio-1.3.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 01:17:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
* Remove support for Python 3.9.
|
||||
* Add support for pytest 9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 09:39:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -26,13 +26,13 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-asyncio%{psuffix}
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Pytest support for asyncio
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/pytest-dev/pytest-asyncio
|
||||
Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -40,7 +40,7 @@ BuildRequires: %{python_module typing-extensions >= 4.12 if %python-base < 3.13
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: (python-pytest >= 8.2.0 with python-pytest < 9)
|
||||
Requires: (python-pytest >= 8.2.0 with python-pytest < 10)
|
||||
%if 0%{?python_version_nodots} < 313
|
||||
Requires: python-typing-extensions >= 4.12
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user