From patchwork Sat Nov 4 01:38:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33751 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 B7D9EC169C3 for ; Sat, 4 Nov 2023 01:38:22 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.2197.1699061893831492029 for ; Fri, 03 Nov 2023 18:38:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Y3qMeu07; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=myIyh+BX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018b97fb07d0-8ca18e60-4fd3-49cb-b6c8-8c1dc28753b4-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=1699061893; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WrgPtj7g9plgX0D9+w0XIiCE/cYI8NWxW+7m8BqtHd0=; b=Y3qMeu07drj6MfW5SDBDzzvVB8j+0CWHEn0NaGuj+nlGjqL/T6H4SM7Hb0OqBQwp sVwWHhUMIlNAypVV9LN5kY3jesFt1ViwHf/5nU95rn6kb05cBuq63O+4jMPijchxhhK vzja8asOqpnl0hu5xXmJtPMmt+xA5vxXnVHxPvcg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699061893; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WrgPtj7g9plgX0D9+w0XIiCE/cYI8NWxW+7m8BqtHd0=; b=myIyh+BXlu5WmWjdIJgSJpJ/8VlayNLItpjTpkeShP9dz69TmYQmMfxIptv4m7MH 5meTV7XgyLZTLpbG6Y/UIMomTCcqbwOlHecLTQmFpEGqBE7W8WOINmEEX7PAw6+0x7A mOZUx/gCZpecN+zhSudNc9/TeTJeJlAhfhKb3uyw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] python3-argh: upgrading to 0.30.3 SUCCEEDED Message-ID: <0101018b97fb07d0-8ca18e60-4fd3-49cb-b6c8-8c1dc28753b4-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 01:38:13 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.33 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 ; Sat, 04 Nov 2023 01:38:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106099 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-argh* to *0.30.3* has Succeeded. Next steps: - apply the patch: git am 0001-python3-argh-upgrade-0.29.4-0.30.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 b6421c6e533962220a69a1a1072138d405ce7222 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 20:04:55 +0000 Subject: [PATCH] python3-argh: upgrade 0.29.4 -> 0.30.3 --- ...-argh_0.29.4.bb => python3-argh_0.30.3.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-argh_0.29.4.bb => python3-argh_0.30.3.bb} (49%) diff --git a/meta-python/recipes-devtools/python/python3-argh_0.29.4.bb b/meta-python/recipes-devtools/python/python3-argh_0.30.3.bb similarity index 49% rename from meta-python/recipes-devtools/python/python3-argh_0.29.4.bb rename to meta-python/recipes-devtools/python/python3-argh_0.30.3.bb index f67ac9d6c..f8de2c51c 100644 --- a/meta-python/recipes-devtools/python/python3-argh_0.29.4.bb +++ b/meta-python/recipes-devtools/python/python3-argh_0.30.3.bb @@ -1,3 +1,23 @@ +# 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: +# +# --- README.rst +# +++ README.rst +# @@ -1,6 +1,3 @@ +# -Licensing +# ---------- +# - +# Argh is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# +# + SUMMARY = "An unobtrusive argparse wrapper with natural syntax" DESCRIPTION = "Building a command-line interface? Found yourself uttering \ 'argh!' while struggling with the API of argparse? Don't like the complexity \ @@ -12,9 +32,10 @@ tool; Argh just makes it easy to use." LICENSE = "LGPL-3.0-or-later" LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \ - file://README.rst;beginline=261;endline=275;md5=a8bf3475df7e0d575a53d04c83d5e090" + file://README.rst;beginline=261;endline=275;md5=39ec83a704aed9f33618c5d04e478a08 \ + " -SRC_URI[sha256sum] = "695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7" +SRC_URI[sha256sum] = "68a276bfe670c658a080eedb3f656cc2a1772a656818396d580dc752a18d31c9" inherit pypi python_flit_core