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..0dff6e03effc1ba6ad288530a9275d58c0536c87 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/ab/ad/896366e91c0b039d1f2d840a821d70aff18e97423188d1d244a9fb1254ae/pytest_doctestplus-1.6.0.tar.gz BuildArch: noarch BuildRequires: python-pip python-pip-wheel python3-setuptools_scm @@ -36,7 +36,7 @@ Provides: python3-pytest-doctestplus-doc %{summary} %prep -%autosetup -n pytest-doctestplus-%{version} +%autosetup -n pytest_doctestplus-%{version} %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 26 2025 liudongshi - 1.6.0-1 +- Update package to version 1.6.0 + * 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