From patchwork Sat Nov 4 01:38:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33711 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 B4DFEC072AB for ; Sat, 4 Nov 2023 01:38:20 +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.web11.2202.1699061894460360985 for ; Fri, 03 Nov 2023 18:38:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hG3c6MWB; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=I4HMbSXp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018b97fb153a-ecef4ae7-1285-4b12-9b84-b3ee7c838ecb-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=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=yu7JVbeBb3S/iDlV6ex+eWHt4el01TurMQtNXQj3XAM=; b=hG3c6MWBpTsp80CgFEL/X3IDZGoNiHCeKVVPkxIr351L8iehdW2nSifKzF/Ocjme doIxQXn8xSOJbDLQmKFrPey/rNxlFT98BhIXrVbfcbdGqilDmBq4fNbo3LR1BD4KXFD YNj7jkc4nAoOqpKaB2Vqmun48G9+kHKYZAgqVAiI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=yu7JVbeBb3S/iDlV6ex+eWHt4el01TurMQtNXQj3XAM=; b=I4HMbSXph/B1uo+xF8190qpQl8FmyOuFG1r+lJsFTEvkKMoq4iXHdPSer22TSxU7 EmXid4fquwR8haqv8UFnB7rU1qO5z7Mog8EhmvW4F0TMaVdtIABsdGLQSjJ6j24swJI Dq62UxepaSI+EFjUDLMrVuo17zBxDgoqzsFsChAs= 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-process-tests: upgrading to 3.0.0 SUCCEEDED Message-ID: <0101018b97fb153a-ecef4ae7-1285-4b12-9b84-b3ee7c838ecb-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 01:38:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-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 ; Sat, 04 Nov 2023 01:38:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106142 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-process-tests* to *3.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-process-tests-upgrade-2.1.2-3.0.0.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 90383f666d0f2295dbb3bb3cf62fce38a94ab23c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 23:27:57 +0000 Subject: [PATCH] python3-process-tests: upgrade 2.1.2 -> 3.0.0 --- ....1.2.bb => python3-process-tests_3.0.0.bb} | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-process-tests_2.1.2.bb => python3-process-tests_3.0.0.bb} (31%) diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb similarity index 31% rename from meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb rename to meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb index eb01504f6..a4036f7de 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb @@ -1,12 +1,35 @@ +# 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 @@ +# -BSD 2-Clause License +# - +# -Copyright (c) 2013-2020, Ionel Cristian Mărieș. All rights reserved. +# +BSD 2-Clause License +# + +# +Copyright (c) 2013-2023, Ionel Cristian Mărieș. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the +# following conditions are met: +# +# + # Copyright (C) 2021 Khem Raj # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Tools for testing processes." HOMEPAGE = "https://github.com/ionelmc/python-process-tests" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=37031056aff37e4b3310872a9a3d0b1e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aea36d49429f53e06868d87cd9d62349" -SRC_URI[sha256sum] = "a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba" +SRC_URI[sha256sum] = "e5d57dea7161251e91cadb84bf3ecc85275fb121fd478e579f800777b1d424bd" inherit pypi setuptools3