From 1ba420a13d89c792552df8ac7f63cecfcba15cc34ccee25a0778cc3825f6605b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Sep 2025 21:25:02 +0000 Subject: [PATCH] - 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 --- pytest_spec-4.0.0.tar.gz | 3 --- pytest_spec-5.1.0.tar.gz | 3 +++ python-pytest-spec.changes | 16 ++++++++++++++++ python-pytest-spec.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pytest_spec-4.0.0.tar.gz create mode 100644 pytest_spec-5.1.0.tar.gz diff --git a/pytest_spec-4.0.0.tar.gz b/pytest_spec-4.0.0.tar.gz deleted file mode 100644 index 6b7638f..0000000 --- a/pytest_spec-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71c9985e97d090a69b1f1b7adb64e7a208fb1ac42432ce9566c32cdd6b44c1ad -size 1192093 diff --git a/pytest_spec-5.1.0.tar.gz b/pytest_spec-5.1.0.tar.gz new file mode 100644 index 0000000..21950ba --- /dev/null +++ b/pytest_spec-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841aef3d40b1be61351ade0b1bd8de25d74530670c55f4f95de8c6ebf3ea10cd +size 1193372 diff --git a/python-pytest-spec.changes b/python-pytest-spec.changes index d9d37ec..c9666e2 100644 --- a/python-pytest-spec.changes +++ b/python-pytest-spec.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 29 21:24:32 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-pytest-spec.spec b/python-pytest-spec.spec index c0ee4a9..5bc5a09 100644 --- a/python-pytest-spec.spec +++ b/python-pytest-spec.spec @@ -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