From patchwork Thu Oct 10 19:36:25 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: 50346 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 7AA3FCFD2FD for ; Thu, 10 Oct 2024 19:36:29 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.53253.1728588939658968366 for ; Thu, 10 Oct 2024 12:36:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=EEWAbQYk; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=CFYisdNE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019277eeb4f6-be7fe900-bb9b-49a1-bd72-3205d7050d47-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1728588985; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lZV2tAHQvTaZTxgAU5gAmE/gdZKvLwxJMEAb2O4Ow+s=; b=EEWAbQYkwGwphgovqWbN5vrnPt/L7ACP2923FtrpL0Y7ZlEtob3mauYloCW41E3p pXETrtulhjTnYj9JWR1ON8zvnvAjH9QoranDKQOw5HG59x/qX8+TzocWPfX2ND9Spii EvGgn65PkzGkcLq6qedRRC//88A+PpWJOWb9EdUg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588985; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lZV2tAHQvTaZTxgAU5gAmE/gdZKvLwxJMEAb2O4Ow+s=; b=CFYisdNE1zPeSTajtIMKUmaqbGqrz8/TQkOUK/1X10fJJPPL/9sRAwseddXu84yc VslcgPuL4JIlbfOM3drrf3DMASy4CRyXO1S0Dnj4KX4cEuamlzr1gEEWk8xwa/swj+7 TzlINJNl3ndAoQoeYUZHeXo4K2EYNGFjsJvMGrWA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pefile: upgrading to 2024.8.26 SUCCEEDED Message-ID: <0101019277eeb4f6-be7fe900-bb9b-49a1-bd72-3205d7050d47-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:25 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.31 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 ; Thu, 10 Oct 2024 19:36:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205575 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pefile* to *2024.8.26* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pefile-upgrade-2023.2.7-2024.8.26.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 99da9ea54f73876129bb7a0eadfe09306d1ad8d7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 13:40:51 +0000 Subject: [PATCH] python3-pefile: upgrade 2023.2.7 -> 2024.8.26 --- ...023.2.7.bb => python3-pefile_2024.8.26.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pefile_2023.2.7.bb => python3-pefile_2024.8.26.bb} (46%) diff --git a/meta/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb similarity index 46% rename from meta/recipes-devtools/python/python3-pefile_2023.2.7.bb rename to meta/recipes-devtools/python/python3-pefile_2024.8.26.bb index e30b362323..6a84f3f59d 100644 --- a/meta/recipes-devtools/python/python3-pefile_2023.2.7.bb +++ b/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb @@ -1,11 +1,32 @@ +# 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 @@ +# The MIT License (MIT) +# +# -Copyright (c) 2004-2023 Ero Carrera +# +Copyright (c) 2004-2024 Ero Carrera +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# +# + SUMMARY = "Python PE parsing module" DESCRIPTION = "A multi-platform Python module to parse and work with Portable Executable (PE) files." HOMEPAGE = "https://github.com/erocarrera/pefile" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=38066667888b01d8118ff9cc23da1873" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e34c75178086aca0a17551ffbacaca53" inherit setuptools3 ptest -SRCREV = "1ab2807c4eec16041e791d7a6acc68cc23fd5266" +SRCREV = "4b3b1e2e568a88d4f1897d694d684f23d9e270c4" SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \ file://run-ptest" S = "${WORKDIR}/git"