- update to 5.1.0:

* Added support for multiline docstrings
  * Fixed case for class names
  * Fixed output for test with parametrize markers
  * Updated information about documentation page
  * Drop support for Python 3.8
  * Drop support for pytest 3.9.3
  * Added support for Python 3.13
  * Added support for pytest 8.4.0
  * Migrate project to use uv application
  * Update pre-commit hooks
  * Fixed case when parametrization arguments were ignored

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec?expand=0&rev=18
This commit is contained in:
2025-09-29 21:25:02 +00:00
committed by Git OBS Bridge
parent f258e5aed9
commit 1ba420a13d
4 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-spec
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-spec
Version: 4.0.0
Version: 5.1.0
Release: 0
Summary: Plugin to display pytest execution output like a specification
License: GPL-2.0-only