diff mbox series

[AUH] python3-sphinx-argparse: upgrading to 0.6.1 SUCCEEDED

Message ID 010101a027ee88a8-1bb09fcc-5dc0-45f9-b727-cd7dbb4e9d32-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-sphinx-argparse: upgrading to 0.6.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 22, 2026, 5:25 a.m. UTC
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 <auh@yoctoproject.org>
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 <https://github.com/sphinx-doc/sphinx-argparse/issues/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 mbox series

Patch

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"