diff --git a/doc8-1.1.2.tar.gz b/doc8-1.1.2.tar.gz deleted file mode 100644 index 07a8035a1c9267a4d9a3510a072aa03c223682a8..0000000000000000000000000000000000000000 Binary files a/doc8-1.1.2.tar.gz and /dev/null differ diff --git a/doc8-2.0.0.tar.gz b/doc8-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..68e78c9716fe76d8b2592cb72c0bda0615080b8c Binary files /dev/null and b/doc8-2.0.0.tar.gz differ diff --git a/python-doc8.spec b/python-doc8.spec index 46ff815a257031e7ae4246fc08d2a94b9f892f17..6811e4750e7d58ff3bb4361ac6577cff6567afbc 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-doc8 -Version: 1.1.2 +Version: 2.0.0 Release: 1 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://github.com/pycqa/doc8 -Source0: https://files.pythonhosted.org/packages/11/28/b0a576233730b756ca1ebb422bc6199a761b826b86e93e5196dfa85331ea/doc8-1.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/92/91/88bb55225046a2ee9c2243d47346c78d2ed861c769168f451568625ad670/doc8-2.0.0.tar.gz Source1: setup.py BuildArch: noarch %description @@ -99,6 +99,11 @@ pytest %{_docdir}/* %changelog +* Wed Jun 18 2025 guochao - 2.0.0-1 +- Update version to 2.0.0 +- Update project metadata and refactor build pipelines +- Require python>=3.10 and support 3.13, 3.14 + * Fri Sep 6 2024 liutao1 - 1.1.2-1 - Update package to version 1.1.2 - Clean up build dependencies