- 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
This commit was merged in pull request #1.
This commit is contained in:
2026-02-24 12:04:04 +11:00
parent 45c04f522f
commit ee8c601b2c
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:841aef3d40b1be61351ade0b1bd8de25d74530670c55f4f95de8c6ebf3ea10cd
size 1193372

BIN
pytest_spec-6.0.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 24 01:03:57 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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