diff --git a/pytest-checkdocs-2.12.0.tar.gz b/pytest-checkdocs-2.12.0.tar.gz deleted file mode 100644 index 5ca11fd2ab810a12797181854495cf962e1f9670..0000000000000000000000000000000000000000 Binary files a/pytest-checkdocs-2.12.0.tar.gz and /dev/null differ diff --git a/pytest-checkdocs-2.13.0.tar.gz b/pytest-checkdocs-2.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..474da156032c0477ee4a924bf8dbbe28c1139501 Binary files /dev/null and b/pytest-checkdocs-2.13.0.tar.gz differ diff --git a/python-pytest-checkdocs.spec b/python-pytest-checkdocs.spec index fd1b371f33b283e06dc381ae70fb540ad918114b..ff9ba298e11dda4b3f89a15b5b2ab357cde545ee 100644 --- a/python-pytest-checkdocs.spec +++ b/python-pytest-checkdocs.spec @@ -2,12 +2,12 @@ %global pypi_name pytest-checkdocs Name: python-%{pypi_name} -Version: 2.12.0 +Version: 2.13.0 Release: 1 Summary: check the README when running tests License: ASL 2.0 URL: https://pypi.org/project/pytest-checkdocs/ -Source0: https://files.pythonhosted.org/packages/c4/38/04f69614cb9d48ff4895d9fa44ada3a52ddd57d2a74285d52797f7f5c504/pytest-checkdocs-2.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c4/38/04f69614cb9d48ff4895d9fa44ada3a52ddd57d2a74285d52797f7f5c504/pytest-checkdocs-2.13.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch BuildRequires: python3-devel @@ -65,6 +65,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 05 2024 songliyang - 2.13.0-1 +- Support Docker 25 OCI archive format +- Workaround cleanup incorrectly removing tagged image + * Wed Jul 24 2024 guochao - 2.12.0-1 - Upgrade package to version 2.12.0 - Remove Sphinx pin. Ref