From patchwork Fri Jun 16 03:51:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25764 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0598AC25B7E for ; Fri, 16 Jun 2023 03:51:29 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.810.1686887483449222380 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=es2wgkrq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010188c2544427-6049bb31-c7da-43d5-bfc7-bac4a9d6c788-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=t1iA7eTr5mOy2lDPKpP0cQMCVCP4UmaDDbcklr/dX6k=; b=es2wgkrqI698+pIyOLXhVcDFjfr1dxKTjideKmzAjFMvzMqUgUtUQqIVd7//J6KD 47nKAxz3FC7ICashDDWQATiWPLLKOqf7HsUdUaI3ZWjgp/pQ68gBCZ6fFbpvVBY1YIQ UnhfXu2ZqtuoZlCDXnaFiseGlPP9SJY98vuXuuIk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=t1iA7eTr5mOy2lDPKpP0cQMCVCP4UmaDDbcklr/dX6k=; b=niZ7q3SrwUzTSZx95IZiWwZUF6M9Qnla4uzYMUQwJg5+NIx+HNYVW7KCHEwIYkWf Pk3i0uBMmntbZiizE5Kxx48UJOQIWhFuqAflPgvv4xAQwfszbv2eAGO6T5YUou3nePA bReGXaceNOwVZ1I713xW/A9OH5WbFgZ/Oxv76OBE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Oleksandr Kravchuk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-docutils: upgrading to 0.20.1 SUCCEEDED Message-ID: <01010188c2544427-6049bb31-c7da-43d5-bfc7-bac4a9d6c788-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182926 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 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: 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 `__). +# +# -* 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"