diff --git a/docutils-0.21.2.tar.gz b/docutils-0.21.2.tar.gz deleted file mode 100644 index 95aab5f148e49ad040d554fc430d8696b1db95e4..0000000000000000000000000000000000000000 Binary files a/docutils-0.21.2.tar.gz and /dev/null differ diff --git a/docutils-0.22.2.tar.gz b/docutils-0.22.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ff0fc7c69227bd898b164b7375543fc80a5677cd Binary files /dev/null and b/docutils-0.22.2.tar.gz differ diff --git a/python-docutils.spec b/python-docutils.spec index 136a93750759de0f2c971147758468df43605025..7a85b4f0d3447bc5b77bb407df411fd25a325168 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -7,12 +7,12 @@ open-document or XML. It includes reStructuredText, the easy to read, easy\ to use, what-you-see-is-what-you-get plaintext markup language. Name: python-docutils -Version: 0.21.2 +Version: 0.22.2 Release: 1 Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use License: Public Domain and BSD-2-Clause and Python and GPL-3.0-or-later URL: http://docutils.sourceforge.net -Source0: https://files.pythonhosted.org/packages/ae/ed/aefcc8cd0ba62a0560c3c18c33925362d46c6075480bfa4df87b28e169a9/docutils-0.21.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4a/c0/89fe6215b443b919cb98a5002e107cb5026854ed1ccb6b5833e0768419d1/docutils-0.22.2.tar.gz BuildArch: noarch %description @@ -68,8 +68,8 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/alltests.py %files -n python3-docutils -%license COPYING.txt licenses/* -%doc FAQ.txt README.txt RELEASE-NOTES.txt +%license COPYING.rst licenses/* +%doc FAQ.rst README.rst RELEASE-NOTES.rst %{_bindir}/rst* %{_bindir}/docutils %{python3_sitelib}/docutils @@ -79,6 +79,10 @@ python3 test/alltests.py %{_docdir}/* %changelog +* Thu Oct 09 2025 Yu Peng - 0.22.2-1 +- Upgrade to 0.22.2 + * Remove a spurious vim .swp-file to fix bug + * Mon Nov 25 2024 Dongxing Wang - 0.21.2-1 - Update package with version 0.21.2 Reconcile Docutils DTD and Document Tree documentation.