diff --git a/pytest_spec-5.1.0.tar.gz b/pytest_spec-5.1.0.tar.gz deleted file mode 100644 index 21950ba..0000000 --- a/pytest_spec-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:841aef3d40b1be61351ade0b1bd8de25d74530670c55f4f95de8c6ebf3ea10cd -size 1193372 diff --git a/pytest_spec-6.0.0.tar.gz b/pytest_spec-6.0.0.tar.gz new file mode 100644 index 0000000..7a24c0b --- /dev/null +++ b/pytest_spec-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db490edb4f277b84fd18913fe74be7dbadd47aa24390c0b6044760feaf02f55 +size 1193809 diff --git a/python-pytest-spec.changes b/python-pytest-spec.changes index c9666e2..5c6a09f 100644 --- a/python-pytest-spec.changes +++ b/python-pytest-spec.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 24 01:03:57 UTC 2026 - Steve Kowalik + +- Update to 6.0.0: + * Update pytest hook implementation marker to use pluggy API + * Drop support for pytest 4.x.x + * Drop support for pytest 5.x.x + * Added support for pytest 9.x.x + * Drop support for Python 3.9 + * Added support for Python 3.14 + * Improved class name and patameter string + ------------------------------------------------------------------- Mon Sep 29 21:24:32 UTC 2025 - Dirk Müller diff --git a/python-pytest-spec.spec b/python-pytest-spec.spec index 5bc5a09..57fb7d0 100644 --- a/python-pytest-spec.spec +++ b/python-pytest-spec.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-pytest-spec -Version: 5.1.0 +Version: 6.0.0 Release: 0 Summary: Plugin to display pytest execution output like a specification License: GPL-2.0-only URL: https://github.com/pchomik/pytest-spec Source: https://files.pythonhosted.org/packages/source/p/pytest-spec/pytest_spec-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -31,7 +32,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 6} # /SECTION %python_subpackages