diff --git a/doc8-1.1.1.tar.gz b/doc8-1.1.1.tar.gz deleted file mode 100644 index 30a74d1f9a3ec36b4943a5f8de3e16edd9c43f9d..0000000000000000000000000000000000000000 Binary files a/doc8-1.1.1.tar.gz and /dev/null differ diff --git a/doc8-1.1.2.tar.gz b/doc8-1.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..07a8035a1c9267a4d9a3510a072aa03c223682a8 Binary files /dev/null and b/doc8-1.1.2.tar.gz differ diff --git a/python-doc8.spec b/python-doc8.spec index c0300294206164c69c0e861d44d6736a2256329f..46ff815a257031e7ae4246fc08d2a94b9f892f17 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.1 +Version: 1.1.2 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-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/11/28/b0a576233730b756ca1ebb422bc6199a761b826b86e93e5196dfa85331ea/doc8-1.1.2.tar.gz Source1: setup.py BuildArch: noarch %description @@ -99,6 +99,16 @@ pytest %{_docdir}/* %changelog +* Fri Sep 6 2024 liutao1 - 1.1.2-1 +- Update package to version 1.1.2 +- Clean up build dependencies +- docs: update meta.pycqa.org URL +- ci: update to coactions/dynamic-matrix v3 (latest) +- bump docutils support +- Fix absolute paths not considered for ignore-path-errors option +- Add example for pyproject.toml config +- update badges. + * Fri Mar 29 2024 wangqiang - 1.1.1-1 - Update package to version 1.1.1