From patchwork Mon Apr 1 18:03:21 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: 41829 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 571D9CD13AE for ; Mon, 1 Apr 2024 18:03:31 +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.web10.1989.1711994601287783114 for ; Mon, 01 Apr 2024 11:03:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eTtIItx1; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=YlHCAwqB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018e9ad48069-f4f1df70-5d3e-467e-affe-15996eb173db-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=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=wG8HAd4GIjpS34RgKYqUCC/fPxh6Cvssg6pFQcH51/g=; b=eTtIItx1RRBmaz+WCCCVkTBKFlrgxNoHEQxnGofGzv6gEOPSVUp4XKxcpZW/hhbK nLmPks78DgWlYbDcUA97TtlxEgVE5q/r02ZYNSvuvBP29LJQjjWXIH1lDidlgH8wFZm Y10jrT1qSGsOt7kCQwBVyr9iSAJeVRozlJ5Yk5hA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=wG8HAd4GIjpS34RgKYqUCC/fPxh6Cvssg6pFQcH51/g=; b=YlHCAwqBpugU8DsLqvANby3Flyed3keoBBVXFbJ68kDXH3StzlhU7Dg4ebvuy95F aD5tLzNcWiMgelnQM+skMLstkIDFw+yonJrtNE/1w68nb667T+jnH4H52sVnW3I/TbI qXHw0gMVgtITXVRZtR4fFo5B/G1y/TAxqqWtgPGc= 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: <0101018e9ad48069-f4f1df70-5d3e-467e-affe-15996eb173db-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.193 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 ; Mon, 01 Apr 2024 18:03:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197733 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 6684138e7580d6a6b632d918ba7f13dc318ebc04 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 08:56:59 +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