diff --git a/doc8-0.10.1.tar.gz b/doc8-0.10.1.tar.gz deleted file mode 100644 index 9ceba9fdb906dbd2b7c5691f76cc894c163aa1da..0000000000000000000000000000000000000000 Binary files a/doc8-0.10.1.tar.gz and /dev/null differ diff --git a/doc8-1.1.1.tar.gz b/doc8-1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..30a74d1f9a3ec36b4943a5f8de3e16edd9c43f9d Binary files /dev/null and b/doc8-1.1.1.tar.gz differ diff --git a/python-doc8.spec b/python-doc8.spec index 45ffde2edd55b20f7a13031d72c8de1d1a9b87ac..454bf758f587639d7b0a04ca1bc44c637a0efc61 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-doc8 -Version: 0.10.1 +Version: 1.1.1 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/76/04/3f70faf4ad8d9bcc5f6a2ee27e4cad48fd3a1ed80f3ce40fc9334f268e2d/doc8-0.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/a1/b5/63a2f2ceba95be5cc15813fd310d560264e8662dbd7495669a1e26d59026/doc8-1.1.1.tar.gz Source1: setup.py BuildArch: noarch %description @@ -99,6 +99,9 @@ pytest %{_docdir}/* %changelog +* Fri Feb 10 2023 wubijie - 1.1.1-1 +- Update package to version 1.1.1 + * Wed Jul 13 2022 huangtianhua - 0.10.1-1 - Upgrade to support Yoga