- Update to 1.5.0:

* Adding the usage of the doctest_encoding ini option when
    overwriting files with the doctest-plus-generate-diff option.
    [#284]
- Drop upstream patch add-missing-xfail-version.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=43
This commit is contained in:
2025-10-28 09:17:59 +00:00
committed by Git OBS Bridge
parent 7ccaed99ae
commit 6c055972fc
5 changed files with 13 additions and 28 deletions

View File

@@ -27,14 +27,12 @@
%{?sle15_python_module_pythons}
Name: python-pytest-doctestplus%{psuffix}
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause
URL: https://github.com/scientific-python/pytest-doctestplus
Source: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest_doctestplus-%{version}.tar.gz
# PATCH-FIX-UPSTREAM add-missing-xfail-version.patch (gh#23eb3de)
Patch0: add-missing-xfail-version.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}