Accepting request 1308070 from devel:languages:python:pytest

- 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/request/show/1308070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-spec?expand=0&rev=8
This commit is contained in:
2025-09-30 15:41:50 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71c9985e97d090a69b1f1b7adb64e7a208fb1ac42432ce9566c32cdd6b44c1ad
size 1192093

3
pytest_spec-5.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Sep 29 21:24:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Mon Nov 25 09:28:38 UTC 2024 - Dirk Müller <dmueller@suse.com>

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