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 <[email protected]>
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 --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: [email protected]
+# -: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"
--
2.39.2
0001-python3-docutils-upgrade-0.19-0.20.1.patch
Description: Binary data
packages/core2-32-poky-linux/python3-docutils: SRC_URI changed from "https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz;downloadfilename=docutils-0.19.tar.gz" to "https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.20.1.tar.gz;downloadfilename=docutils-0.20.1.tar.gz" packages/core2-32-poky-linux/python3-docutils: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-dbg: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-dbg: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-dev: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-dev: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-doc: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-doc: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-locale: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-locale: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-src: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-src: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils-staticdev: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils-staticdev: PV changed from "0.19" to "0.20.1" packages/core2-32-poky-linux/python3-docutils/python3-docutils: PKGSIZE changed from 3964079 to 3983926 (+1%) packages/core2-32-poky-linux/python3-docutils/python3-docutils: FILELIST: removed "/usr/lib/python3.11/site-packages/docutils-0.19.dist-info/dependency_links.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/RECORD /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/WHEEL /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/SOURCES.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/COPYING.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/METADATA", added "/usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/RECORD /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/top_level.txt /usr/lib/python3.11/site-packages/docutils/languages/uk.py /us r/lib/python3.11/site-packages/docutils-0.20.1.dist-info/METADATA /usr/lib/python3.11/site-packages/docutils/languages/__pycache__/uk.cpython-311.pyc /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/__pycache__/prepstyles.cpython-311.pyc /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/prepstyles.py /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/uk.py /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/COPYING.txt /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/__pycache__/uk.cpython-311.pyc" packages/core2-32-poky-linux/python3-docutils/python3-docutils: PKGV changed from 0.19 [default] to 0.20.1 [default] packages/core2-32-poky-linux/python3-docutils/python3-docutils: PV changed from "0.19" to "0.20.1" Changes to packages/core2-32-poky-linux/python3-docutils (sysroot): /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/COPYING.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/entry_points.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/METADATA was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/RECORD was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/top_level.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/WHEEL was added /usr/lib/python3.11/site-packages/docutils/languages/__pycache__/uk.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils/languages/uk.py was added /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/__pycache__/uk.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/uk.py was added /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/prepstyles.py was added /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/__pycache__/prepstyles.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils-0.19.dist-info was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/COPYING.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/dependency_links.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/entry_points.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/METADATA was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/RECORD was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/SOURCES.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/WHEEL was removed
packages/core2-32-poky-linux/python3-docutils/python3-docutils: FILELIST: removed "/usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/dependency_links.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/SOURCES.html /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/COPYING.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/METADATA /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/WHEEL /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/RECORD", added "/usr/lib/python3.11/site-packages/docutils/writers/odf_odt/prepstyles.py /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/uk.py /usr/lib/python3.11/site-packages/docutils/languages/uk.py /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/METADATA /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/__pycache__/prepstyles.cpython-311.pyc /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/COPYING.txt /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/RECORD /usr/lib/python3.11/site-packages/docutils/languages/__pycache__/uk.cpython-311.pyc /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/__pycache__/uk.cpython-311.pyc /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/top_level.txt" Changes to packages/core2-32-poky-linux/python3-docutils (sysroot): /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/COPYING.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/entry_points.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/METADATA was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/RECORD was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/top_level.txt was added /usr/lib/python3.11/site-packages/docutils-0.20.1.dist-info/WHEEL was added /usr/lib/python3.11/site-packages/docutils/languages/__pycache__/uk.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils/languages/uk.py was added /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/__pycache__/uk.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils/parsers/rst/languages/uk.py was added /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/prepstyles.py was added /usr/lib/python3.11/site-packages/docutils/writers/odf_odt/__pycache__/prepstyles.cpython-311.pyc was added /usr/lib/python3.11/site-packages/docutils-0.19.dist-info was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/COPYING.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/dependency_links.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/entry_points.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/METADATA was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/RECORD was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/SOURCES.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.html was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/top_level.txt was removed /usr/lib/python3.11/site-packages/docutils-0.19.dist-info/WHEEL was removed
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182926): https://lists.openembedded.org/g/openembedded-core/message/182926 Mute This Topic: https://lists.openembedded.org/mt/99563858/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
