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.tar.gz b/docutils-0.22.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..03431a9c810c445f23da35df70e63e02aac1540d Binary files /dev/null and b/docutils-0.22.tar.gz differ diff --git a/python-docutils.spec b/python-docutils.spec index 136a93750759de0f2c971147758468df43605025..3b568ef531b92138a99a36a19552ab4eae0b92e5 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 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/e9/86/5b41c32ecedcfdb4c77b28b6cb14234f252075f8cdb254531727a35547dd/docutils-0.22.tar.gz BuildArch: noarch %description @@ -79,6 +79,15 @@ python3 test/alltests.py %{_docdir}/* %changelog +* Tue Aug 05 2025 zengliwen - 0.22-1 +- Update to 0.22-1 + Support CSS3 units. + New option "figname" for the "figure" directive. + Targets generated from hyperlink references with embedded URI or alias are no longer "explicit" but "implicit". + Don't report an error for duplicate targets with identical refname. + Drop the "name" option of the "target-notes" directive. + New alias "rst-class" for the "class" directive to improve the compatibility with Sphinx. + * Mon Nov 25 2024 Dongxing Wang - 0.21.2-1 - Update package with version 0.21.2 Reconcile Docutils DTD and Document Tree documentation.