From patchwork Tue Apr 16 06:13:58 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: 42394 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 F1401C27C52 for ; Tue, 16 Apr 2024 06:14:09 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.13421.1713248037012121393 for ; Mon, 15 Apr 2024 23:13:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TrFfPb/i; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=s5dZDM4D; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018ee58a6f8e-f94f0b46-5f25-4b91-acb8-ca2a30359901-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=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=P4idfJ/vCLsRsPkFyu1K2iAahi6ywKukB5zFfK4N6vo=; b=TrFfPb/iIfgSKM4V+5n4YBKugXY+/DaX61mEbTnA5wvoK5LRWabmVO4NRH9OFRi5 wmYlhZM+7RC5XQohFdim2qkk8484QKuEAMEQ2LWRQqfsx/gM8CbGCVeRVMdUNw7AT0T Y1yBxO6aioxDmpSU6dqzeLW8WrS3rct5COxhuwbU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1713248038; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=P4idfJ/vCLsRsPkFyu1K2iAahi6ywKukB5zFfK4N6vo=; b=s5dZDM4Dtl/tBcL94hH2YA+NG7pVd2bJr3fkgUOSYyOjRhpuwd30JJmpFZHlIPNY xoDCJE83mKejftPZeljz39S4o8I8cgpER2zTgaER9WzURRcKgmfodUcfid9TB7muGaP TJBYO8SWkDkbbLui+Q1FnHCuW4e9MDtwOv2RE9Ig= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pycparser: upgrading to 2.22 SUCCEEDED Message-ID: <0101018ee58a6f8e-f94f0b46-5f25-4b91-acb8-ca2a30359901-000000@us-west-2.amazonses.com> Date: Tue, 16 Apr 2024 06:13:58 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.16-54.240.27.29 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, 16 Apr 2024 06:14:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198297 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pycparser* to *2.22* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pycparser-upgrade-2.21-2.22.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 1cea7e7e792c82b0fdbd99e110ebe4bc257b3329 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Apr 2024 19:35:27 +0000 Subject: [PATCH] python3-pycparser: upgrade 2.21 -> 2.22 --- ...rser_2.21.bb => python3-pycparser_2.22.bb} | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pycparser_2.21.bb => python3-pycparser_2.22.bb} (21%) diff --git a/meta/recipes-devtools/python/python3-pycparser_2.21.bb b/meta/recipes-devtools/python/python3-pycparser_2.22.bb similarity index 21% rename from meta/recipes-devtools/python/python3-pycparser_2.21.bb rename to meta/recipes-devtools/python/python3-pycparser_2.22.bb index 00deceebf9..64abe47152 100644 --- a/meta/recipes-devtools/python/python3-pycparser_2.21.bb +++ b/meta/recipes-devtools/python/python3-pycparser_2.22.bb @@ -1,9 +1,39 @@ +# 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 +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# pycparser -- A C parser in Python +# +# -Copyright (c) 2008-2020, Eli Bendersky +# +Copyright (c) 2008-2022, Eli Bendersky +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without modification, +# @@ -11,7 +11,7 @@ +# * 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. +# -* Neither the name of Eli Bendersky nor the names of its contributors may +# +* Neither the name of the copyright holder nor the names of its contributors may +# be used to endorse or promote products derived from this software without +# specific prior written permission. +# +# +# + SUMMARY = "Parser of the C language, written in pure Python" HOMEPAGE = "https://github.com/eliben/pycparser" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9761c3ffee7ba99c60dca0408fd3262b" -SRC_URI[sha256sum] = "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" +SRC_URI[sha256sum] = "491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" inherit pypi setuptools3