From patchwork Sat Aug 22 05:25:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 96040 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 EA335C5B572 for ; Sat, 22 Aug 2026 05:25:48 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1645.1787376340156929713 for ; Fri, 21 Aug 2026 22:25:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Fb4HBcLi; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=xu4jPsyL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101a027ee88a8-1bb09fcc-5dc0-45f9-b727-cd7dbb4e9d32-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=1787376339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9YndojNFiI7zHV014rTYfB0hu1q/e4M1Qr0NhYLajrc=; b=Fb4HBcLimwX0rBCpmK8DBwhn2PMUXth+SoUGNoY/28ufoGcxlCZTy0FxWgjpzB3d hQ+/b4svBCTjDYHsy5/tds1SbgO7+fAY8VruFUU6HZ8f3sc5iyVLj4Fpyy5jeA12t+4 k0fwFOtGjLSPmSnuixi9yen3hWkwmMJVSm7heb7k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787376339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9YndojNFiI7zHV014rTYfB0hu1q/e4M1Qr0NhYLajrc=; b=xu4jPsyLc79qZ5ykVpE4aJMdaNEMV/fkR6q5/7ADAIv1nvE5KI6jPE5IYsXiaQPL vDBqfoHJmpkuNzI+o2HVEJfJNrC43cVfOzrm55ko4rbpDlH8ZJLmBRaaKG1fwwdrhbM SioIOH4yCKgcL+FVOFSr2EAqHIHyhl0V70jvY4sA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Antonin Godard Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-sphinx-argparse: upgrading to 0.6.1 SUCCEEDED Message-ID: <010101a027ee88a8-1bb09fcc-5dc0-45f9-b727-cd7dbb4e9d32-000000@us-west-2.amazonses.com> Date: Sat, 22 Aug 2026 05:25:39 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.22-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 22 Aug 2026 05:25:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243965 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-sphinx-argparse* to *0.6.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-sphinx-argparse-upgrade-0.6.0-0.6.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 671307767a6826550aa5329a3ac35cd26d7d3112 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 22 Aug 2026 05:15:24 +0000 Subject: [PATCH] python3-sphinx-argparse: upgrade 0.6.0 -> 0.6.1 Source: docs/changelog.rst 0.6.1 ##### * `#98 `__ Fixed issue where a parallel sphinx build would fail (mostly relevant in CI) --- ...phinx-argparse_0.6.0.bb => python3-sphinx-argparse_0.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx-argparse_0.6.0.bb => python3-sphinx-argparse_0.6.1.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb b/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.1.bb similarity index 79% rename from meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb rename to meta/recipes-devtools/python/python3-sphinx-argparse_0.6.1.bb index 3e672148c0..a60efa0fcc 100644 --- a/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://sphinx-argparse.readthedocs.io/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5c1cd8f13774629fee215681e66a1056" -SRC_URI[sha256sum] = "d072bb67dd52b294375f0eedc203cb8e50d0329910dbceb6764e9386bff94e9d" +SRC_URI[sha256sum] = "f8be167aedf5670bd7c812ef515968ff4717c63cfc9cb4df5f34b54fd5649c37" PYPI_PACKAGE = "sphinx_argparse"