>From 2c2411d30f36e216e5923bece41958762589b66d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 Jul 2022 07:47:06 +0000
Subject: [PATCH] python3-docutils: upgrade 0.18.1 -> 0.19

---
 .../python/python3-docutils_0.18.1.bb         | 11 ---
 .../python/python3-docutils_0.19.bb           | 88 +++++++++++++++++++
 2 files changed, 88 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-docutils_0.18.1.bb
 create mode 100644 meta/recipes-devtools/python/python3-docutils_0.19.bb

diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
deleted file mode 100644
index e4ddd01978..0000000000
--- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
-HOMEPAGE = "http://docutils.sourceforge.net"
-SECTION = "devel/python"
-LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
-
-SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-docutils_0.19.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb
new file mode 100644
index 0000000000..8f54bc35a9
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-docutils_0.19.bb
@@ -0,0 +1,88 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING.txt
+# +++ COPYING.txt
+# @@ -4,8 +4,8 @@
+#  
+#  :Author: David Goodger
+#  :Contact: goodger@python.org
+# -:Date: $Date: 2021-11-19 13:46:38 +0100 (Fr, 19. Nov 2021) $
+# -:Web site: http://docutils.sourceforge.net/
+# +:Date: $Date: 2022-05-30 18:54:46 +0200 (Mo, 30. Mai 2022) $
+# +:Web site: https://docutils.sourceforge.io/
+#  :Copyright: This document has been placed in the public domain.
+#  
+#  Most of the files included in this project have been placed in the
+# @@ -26,11 +26,11 @@
+#  below (the "Work") to the public domain.
+#  
+#  The primary repository for the Work is the Internet World Wide Web
+# -site <http://docutils.sourceforge.net/>.  The Work consists of the
+# +site <https://docutils.sourceforge.io/>.  The Work consists of the
+#  files within the "docutils" module of the Docutils project Subversion
+# -repository (Internet host docutils.svn.sourceforge.net, filesystem path
+# -/svnroot/docutils), whose Internet web interface is located at
+# -<http://docutils.svn.sourceforge.net/viewvc/docutils/>.  Files dedicated to the
+# +repository (http://svn.code.sf.net/p/docutils/code/),
+# +whose Internet web interface is located at
+# +<https://sourceforge.net/p/docutils/code>.  Files dedicated to the
+#  public domain may be identified by the inclusion, near the beginning
+#  of each file, of a declaration of the form::
+#  
+# @@ -99,13 +99,18 @@
+#  
+#    .. _eLyXer: https://github.com/alexfernandez/elyxer
+#  
+# -* docutils/parsers/recommonmark_wrapper.py,
+# +* docutils/__main__.py,
+# +  docutils/parsers/commonmark_wrapper.py,
+# +  docutils/parsers/recommonmark_wrapper.py,
+#    docutils/utils/error_reporting.py,
+#    docutils/utils/math/__init__.py,
+#    docutils/utils/math/latex2mathml.py,
+#    docutils/utils/math/tex2mathml_extern.py,
+#    docutils/utils/punctuation_chars.py,
+# +  docutils/utils/smartquotes.py,
+#    docutils/writers/html5_polyglot/__init__.py,
+# +  docutils/writers/html5_polyglot/*.css,
+# +  docutils/writers/latex2e/docutils.sty,
+#    docutils/writers/xetex/__init__.py,
+#    test/test_parsers/test_recommonmark/\*.py,
+#    test/test_parsers/test_rst/test_directives/test__init__.py,
+# @@ -141,12 +146,12 @@
+#  Plaintext versions of all the linked-to licenses are provided in the
+#  licenses_ directory.
+#  
+# -.. _sandbox: http://docutils.sourceforge.net/sandbox/README.html
+# +.. _sandbox: https://docutils.sourceforge.io/sandbox/README.html
+#  .. _licenses: licenses/
+# -.. _Python 2.1.1 license: http://www.python.org/2.1.1/license.html
+# -.. _GNU General Public License: http://www.gnu.org/copyleft/gpl.html
+# +.. _Python 2.1.1 license: https://docs.python.org/3/license.html
+# +.. _GNU General Public License: https://www.gnu.org/copyleft/gpl.html
+#  .. _BSD 2-Clause License: http://opensource.org/licenses/BSD-2-Clause
+#  .. _BSD 3-Clause License: https://opensource.org/licenses/BSD-3-Clause
+#  .. _OSI-approved: http://opensource.org/licenses/
+#  .. _license-list:
+# -.. _GPL-compatible: http://www.gnu.org/licenses/license-list.html
+# +.. _GPL-compatible: https://www.gnu.org/licenses/license-list.html
+# 
+#
+
+SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
+HOMEPAGE = "http://docutils.sourceforge.net"
+SECTION = "devel/python"
+LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee"
+
+SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.31.1

