From patchwork Tue Oct 15 12:15:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 50662 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 A00B0D1D882 for ; Tue, 15 Oct 2024 12:16:01 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.11873.1728994560550410412 for ; Tue, 15 Oct 2024 05:16:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=BeT10mQy; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=0bp1UhrY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 01010192901b4611-bb397e46-4776-426d-97c9-164d28f3e364-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1728994559; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=PvmH1m5VOYJ/Rzpi01NjHVNIqK1wC4gGKAO/3La8ks8=; b=BeT10mQyDAA1f6Ho3uSTT8P4zCBibntyuHgbZbcwybvsOkkSPtKN9bCl9K2BQ24T MCY464MYNVY9YNxYxL73S2U1+ibLnUkzbyX6PfEKCvALHGXKqTCwifn9Lcmoey3UxYb xHaShyAQqShMRrSDdcEDx+N42uEjgEtvJ7AnOcLI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728994559; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=PvmH1m5VOYJ/Rzpi01NjHVNIqK1wC4gGKAO/3La8ks8=; b=0bp1UhrYC2CkY6vHenT8UInpkwVsnM3GgM3ENjF0Ne1FjtE2OMAIh60Szipo2LJS YOAHwyfl4KMwCORlpRQwWVenL/dF5uB3mjkTuvZbv/bY1eAvp5kAHVnzIX3iqQdiB3Z rk17QhJ1aNztYEeFirVRCbRqJwE1Z1myWJ/Nmh2o= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-sphinx: upgrading to 8.1.3 SUCCEEDED Message-ID: <01010192901b4611-bb397e46-4776-426d-97c9-164d28f3e364-000000@us-west-2.amazonses.com> Date: Tue, 15 Oct 2024 12:15:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.15-54.240.27.45 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 ; Tue, 15 Oct 2024 12:16:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205855 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-sphinx* to *8.1.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-sphinx-upgrade-8.0.2-8.1.3.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 3ad192e76bb2ccc23b0221e9694630b3ec77921f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Oct 2024 08:56:16 +0000 Subject: [PATCH] python3-sphinx: upgrade 8.0.2 -> 8.1.3 --- ...phinx_8.0.2.bb => python3-sphinx_8.1.3.bb} | 57 ++++++++++++++++++- 1 file changed, 55 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-sphinx_8.0.2.bb => python3-sphinx_8.1.3.bb} (26%) diff --git a/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb b/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb similarity index 26% rename from meta/recipes-devtools/python/python3-sphinx_8.0.2.bb rename to meta/recipes-devtools/python/python3-sphinx_8.1.3.bb index 94ea56c4fd..eab036e9ba 100644 --- a/meta/recipes-devtools/python/python3-sphinx_8.0.2.bb +++ b/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb @@ -1,10 +1,63 @@ +# 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: +# +# --- LICENSE.rst +# +++ LICENSE.rst +# @@ -29,39 +29,3 @@ +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# - +# - +# -Licenses for incorporated software +# -================================== +# - +# -The included implementation of NumpyDocstring._parse_numpydoc_see_also_section +# -was derived from code under the following license: +# - +# -------------------------------------------------------------------------------- +# - +# -Copyright (C) 2008 Stefan van der Walt , Pauli Virtanen +# - +# -Redistribution and use in source and binary forms, with or without +# -modification, are permitted provided that the following conditions are +# -met: +# - +# - 1. Redistributions of source code must retain the above copyright +# - notice, this list of conditions and the following disclaimer. +# - 2. Redistributions in binary form must reproduce the above copyright +# - notice, this list of conditions and the following disclaimer in +# - the documentation and/or other materials provided with the +# - distribution. +# - +# -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# -DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +# -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +# -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +# -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +# -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# -POSSIBILITY OF SUCH DAMAGE. +# - +# -------------------------------------------------------------------------------- +# +# + SUMMARY = "Python documentation generator" HOMEPAGE = "http://sphinx-doc.org/" SECTION = "devel/python" LICENSE = "BSD-2-Clause & MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b6c681698874edd2eb9eaff7cc9de642" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4ab44940eeb9c0ec044da326d904a683" -SRC_URI[sha256sum] = "0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b" +SRC_URI[sha256sum] = "43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927" inherit python_flit_core pypi UPSTREAM_CHECK_REGEX = "/Sphinx/(?P(\d+[\.\-_]*)+)/"