From patchwork Sat Nov 4 03:12:54 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: 33761 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 99C47C001B2 for ; Sat, 4 Nov 2023 03:13:04 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.3435.1699067576334738073 for ; Fri, 03 Nov 2023 20:12:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PSlzcwX7; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kgkCbGxb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b9851b9cd-f491bc13-b152-43cc-9a26-b6eea51d7739-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=1699067574; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/C03fJeYfBaJYh6G6uVkH1nSZwil5R2Txhod/WE1nUk=; b=PSlzcwX7YCvI+MKtGyZSF/yF5iakOY0vNzM8EWedLKZqgSQoL2lP119dPLNWq3o/ kF08Cn2LDA/wGrHDE92oKL8h0HCS4NJalMrmr+eGLxJTmuwUeENhbxngtMIDu460l73 Z0Nn50fJQrWM8Ax76sjpgkoPw3i2y+da/Lhu4S0g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699067574; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/C03fJeYfBaJYh6G6uVkH1nSZwil5R2Txhod/WE1nUk=; b=kgkCbGxbV5+mTVugMbahRHvKfIlG6CHI8yJjUK6sjiQtpAgj7B5XJPepSx3ECASd DNdPwSCloBp76onG2OmqMic2HlLhpjVHHyao0NsHQRUhbqoSpxzwk3borhhueuW00wx N99l8YEN3ibEFxVd7qjJNB8IxoVKa3JLriLp2B2E= 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-scapy: upgrading to 0474c37bf1d147c969173d52ab3ac76d2404d981 SUCCEEDED Message-ID: <0101018b9851b9cd-f491bc13-b152-43cc-9a26-b6eea51d7739-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 03:12:54 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.30 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 03:13:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106229 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-scapy* to *0474c37bf1d147c969173d52ab3ac76d2404d981* has Succeeded. Next steps: - apply the patch: git am 0001-python3-scapy-upgrade-to-latest-revision.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 85217237eb81311fe08a5238e37216b01beb3ae3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 02:52:43 +0000 Subject: [PATCH] python3-scapy: upgrade to latest revision --- meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb index cc3f2ee1d..4858e4e57 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" # If you want ptest support, use the git repo # UTscapy does not exist in the pypi pkg # -SRCREV = "9473f77d8b548c8e478e52838bdd4c12f5d4f4ff" +SRCREV = "0474c37bf1d147c969173d52ab3ac76d2404d981" SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \ file://run-ptest"