diff --git a/pytest-doctestplus-1.5.0.tar.gz b/pytest-doctestplus-1.5.0.tar.gz deleted file mode 100644 index 28a5ca0d9792ba78520a6ec9378eb396d7fa329c..0000000000000000000000000000000000000000 Binary files a/pytest-doctestplus-1.5.0.tar.gz and /dev/null differ diff --git a/pytest_doctestplus-1.6.0.tar.gz b/pytest_doctestplus-1.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7494c678cfc7eee5a885accbc8e7a584fb4faff7 Binary files /dev/null and b/pytest_doctestplus-1.6.0.tar.gz differ diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 5f8f2e5afb32bb4445fe5da74f7180f9a6318e45..e749a9f3ae2e65d07ff41c568fd70682df464643 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-doctestplus -Version: 1.5.0 +Version: 1.6.0 Release: 1 Summary: Pytest plugin with advanced doctest features. License: BSD-3-Clause URL: https://github.com/astropy/pytest-doctestplus -Source0: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/c3/dc/46b8b62cc9e70ab7a369916d8db089382254a81c2a69dea59652b87f1fe8/ovs-3.6.1.tar.gz BuildArch: noarch BuildRequires: python-pip python-pip-wheel python3-setuptools_scm @@ -76,6 +76,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 21 2025 wanggang - 1.6.0-1 +- Update package to version 1.6.0 +- TST: Catch ResourceWarning under bad combo +- CI: move on from deprecated macos image +- TST: Debug and fix new Windows + Python 3.14 failure (try 2) +- BUG: Fix directives that do not have any content +- Ensure skipped doctest are visible + * Mon Nov 3 2025 Hann - 1.5.0-1 - Update package to version 1.5.0 -Adding the usage of the doctest_encoding ini option when overwriting files with the doctest-plus-generate-diff option