- 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

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 28 09:11:39 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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
-------------------------------------------------------------------
Wed Sep 10 12:39:28 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>