diff mbox series

[AUH] python3-docutils: upgrading to 0.20.1 SUCCEEDED

Message ID 01010188c2544427-6049bb31-c7da-43d5-bfc7-bac4a9d6c788-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-docutils: upgrading to 0.20.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-docutils* to *0.20.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-docutils-upgrade-0.19-0.20.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From eddb442570fbda67f9c5a39bf87043c2dfad1b6c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Jun 2023 13:00:15 +0000
Subject: [PATCH] python3-docutils: upgrade 0.19 -> 0.20.1

---
 .../python/python3-docutils_0.19.bb           |  11 --
 .../python/python3-docutils_0.20.1.bb         | 108 ++++++++++++++++++
 2 files changed, 108 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-docutils_0.19.bb
 create mode 100644 meta/recipes-devtools/python/python3-docutils_0.20.1.bb
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-docutils_0.19.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb
deleted file mode 100644
index 7ae93ab557..0000000000
--- a/meta/recipes-devtools/python/python3-docutils_0.19.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=41001b296a89bb2780bbe306e947ecee"
-
-SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-docutils_0.20.1.bb b/meta/recipes-devtools/python/python3-docutils_0.20.1.bb
new file mode 100644
index 0000000000..249a75ea39
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-docutils_0.20.1.bb
@@ -0,0 +1,108 @@ 
+# 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
+# @@ -1,17 +1,19 @@
+# +.. include:: docs/header0.txt
+# +
+#  ==================
+#   Copying Docutils
+#  ==================
+#  
+#  :Author: David Goodger
+#  :Contact: goodger@python.org
+# -:Date: $Date: 2022-05-30 18:54:46 +0200 (Mo, 30. Mai 2022) $
+# +:Date: $Date: 2022-11-29 00:55:25 +0100 (Di, 29. Nov 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
+#  public domain, and therefore have no license requirements and no
+#  restrictions on copying or usage; see the `Public Domain Dedication`_
+# -below.  There are a few exceptions_, listed below.
+# +below.  There are exceptions_, listed below.
+#  Files in the Sandbox_ are not distributed with Docutils releases and
+#  may have different license terms.
+#  
+# @@ -87,8 +89,8 @@
+#    Released under the terms of the `BSD 2-Clause License`_
+#    (`local copy <licenses/BSD-2-Clause.txt>`__).
+#  
+# -* docutils/utils/math/math2html.py,
+# -  docutils/writers/html5_polyglot/math.css
+# +* | docutils/utils/math/math2html.py,
+# +  | docutils/writers/html5_polyglot/math.css
+#  
+#    Copyright © 2009,2010 Alex Fernández; 2021 Günter Milde
+#  
+# @@ -99,28 +101,28 @@
+#  
+#    .. _eLyXer: https://github.com/alexfernandez/elyxer
+#  
+# -* 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,
+# -  test/test_parsers/test_rst/test_directives/test_code_parsing.py,
+# -  test/test_parsers/test_rst/test_line_length_limit_default.py,
+# -  test/test_parsers/test_rst/test_line_length_limit.py,
+# -  test/test_writers/test_latex2e_misc.py,
+# -  test/transforms/test_smartquotes.py,
+# -  tools/docutils-cli.py,
+# -  tools/rst2html5.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,
+# +  | test/test_parsers/test_rst/test_directives/test_code_parsing.py,
+# +  | test/test_parsers/test_rst/test_line_length_limit_default.py,
+# +  | test/test_parsers/test_rst/test_line_length_limit.py,
+# +  | test/test_writers/test_latex2e_misc.py,
+# +  | test/transforms/test_smartquotes.py,
+# +  | tools/docutils-cli.py,
+# +  | tools/rst2html5.py
+#  
+#    Copyright © Günter Milde.
+#    Released under the terms of the `BSD 2-Clause License`_
+# 
+#
+
+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=08f5f8aa6a1db2500c08a2bb558e45af"
+
+SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"