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..dc4c0a1ec74aa9fdd4ebe49070b2a3ff819646c9 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..917609a229fab84c4e020aecdca30149276884db 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/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz BuildArch: noarch BuildRequires: python-pip python-pip-wheel python3-setuptools_scm @@ -76,6 +76,18 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 26 2025 zhangyulong - 1.4.0-1 +- Update package to version 1.4.0 + -CI: adding deprecation filterwarning for pytest-asyncio no-changelog-entry-needed upstream compatibility + -MAINT: xfailing test now passes with new version no-changelog-entry-needed upstream compatibility + -MAINT: exclude bots from release notes no-changelog-entry-needed + -TST: adding new python version to the fail list no-changelog-entry-needed + -implemented pytest for makepyfile + -introduced option to specify file encoding enhancement + -ENH: adding doctest-remote-data-all directive enhancement + -ENH: adding doctest-requires-all directive enhancement + -Make compatible with pytest-asyncio + * Thu Oct 24 2024 caiyuxin - 1.2.1-1 - Update to 1.2.1-1