From ac867cd2f78eddfac1cfca329f59b2c0240a847dbac2353c47c1ba66250bb2b4 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 25 Nov 2025 12:17:50 +1100 Subject: [PATCH] - Update to 1.3.0 * Remove support for Python 3.9. * Add support for pytest 9. --- pytest-asyncio-1.2.0.tar.gz | 3 --- pytest-asyncio-1.3.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 7 +++++++ python-pytest-asyncio.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pytest-asyncio-1.2.0.tar.gz create mode 100644 pytest-asyncio-1.3.0.tar.gz diff --git a/pytest-asyncio-1.2.0.tar.gz b/pytest-asyncio-1.2.0.tar.gz deleted file mode 100644 index a613aa9..0000000 --- a/pytest-asyncio-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c2f599c88c9417b539628c7dc538c465829c31d634e39e1972f6dccd71b31a5 -size 48706 diff --git a/pytest-asyncio-1.3.0.tar.gz b/pytest-asyncio-1.3.0.tar.gz new file mode 100644 index 0000000..beb2c66 --- /dev/null +++ b/pytest-asyncio-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcc8dbc964db1a443b014d02e954631dedcf0b2cc49cbfe8583441fc71507a1 +size 48654 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 25b3f10..edfe60c 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 25 01:17:19 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index dbc8a76..61b0cb2 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -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