Update to version 2.6.0

This commit is contained in:
Marius Grossu
2025-11-05 17:27:30 +01:00
parent 0f05e0b60d
commit f958636dbf
5 changed files with 43 additions and 5 deletions

View File

@@ -18,14 +18,19 @@
%{?sle15_python_module_pythons}
Name: python-pytest-check
Version: 2.4.1
Version: 2.6.0
Release: 0
Summary: A pytest plugin that allows multiple failures per test
License: MIT
URL: https://github.com/okken/pytest-check
Source: https://files.pythonhosted.org/packages/source/p/pytest-check/pytest_check-%{version}.tar.gz
# Only include this patch for 15.6 and 16.0 builds
%if 0%{?suse_version} =< 1600
Patch0: pytest-check-no-new-classifiers.patch
%endif
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module flit-core >= 2}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: fdupes