diff --git a/pytest-doctestplus-1.2.1.tar.gz b/pytest-doctestplus-1.2.1.tar.gz deleted file mode 100644 index 1f083f9894909a06f96742541db8ff59a5a0a3d3..0000000000000000000000000000000000000000 Binary files a/pytest-doctestplus-1.2.1.tar.gz and /dev/null differ diff --git a/pytest_doctestplus-1.4.0.tar.gz b/pytest_doctestplus-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..07e2f0e3bd12d96aecc8520c45388bdd9fc1b74a Binary files /dev/null and b/pytest_doctestplus-1.4.0.tar.gz differ diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index c50350f209c74540de76c85862560b7123e7de04..e9ed4838fc194b4f982499d45b2c31d81b5f4d40 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.2.1 +Version: 1.4.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/bb/c3/e14d884192983f5bebbf5a3d9fbf7d4d82a9dfb21b08bb9c80b6540f8f76/pytest-doctestplus-1.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/fd/e5/97c4bc17e93d5caf6b37ebab0bdfd668c1c62d575e6e1e5040bfa759b4f2/pytest_doctestplus-1.4.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,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 03 2025 Xu Jin - 1.4.0-1 +- Update to 1.4.0 + Fixing compatibility with pytest-asyncio + Versions of Python <3.9 are no longer supported + Adding new directive ``doctest-requires-all`` and ``doctest-remote-data-all`` + * Thu Oct 24 2024 caiyuxin - 1.2.1-1 - Update to 1.2.1-1