From patchwork Thu Oct 10 19:36:04 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: 50292 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 06D6FCFD316 for ; Thu, 10 Oct 2024 19:36:05 +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.53361.1728588948281790444 for ; Thu, 10 Oct 2024 12:36:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=B7B4cLns; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=IBre7bz6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019277ee60cc-9641fe5a-c00d-43ca-90af-acd99af7b016-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=1728588964; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZA/KcQcEELgWcc+Sy1WMtVs6G9edJK99jl5CcvbvgR8=; b=B7B4cLnsYPvatUjnaLz5rZk+odGgMnRlr1AdgMtDB4tbiqKvZU+Qh9/5N6XNpLCP ZaAyeC/mp3QozcOq1vKoMzbqfDcYcFGttFl5nLbsqeeQ5lMh5hHqZyD7Thbga1FuJ67 OYNhTdNX6Ou6vkVt5GDfEZH08EvSUNLW+5/3InHs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588964; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZA/KcQcEELgWcc+Sy1WMtVs6G9edJK99jl5CcvbvgR8=; b=IBre7bz6F3NFY0qb1JiuCdOeRlJc5sj9AfHo75EBgJiiK87MAx7XwYRkU8Vf9Uwd z9sL94rhWyA6BBN3hV8qNi4shPxEGJnOw3dqSJKCoagkEnl6BJh75HiOKXQz8fuS9nG QpK6A15QABl8XCNcLAGKc2JBj0tTyFA4XNoHye8w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Leon Anavi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-isodate: upgrading to 0.7.2 FAILED Message-ID: <0101019277ee60cc-9641fe5a-c00d-43ca-90af-acd99af7b016-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:04 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-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 ; Thu, 10 Oct 2024 19:36:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205506 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-isodate* to *0.7.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-isodate-upgrade-0.6.1-0.7.2.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 6e475f0aa8aceccf51cfba0ae4dc9e8cf3a8f3ca Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 02:01:27 +0000 Subject: [PATCH] python3-isodate: upgrade 0.6.1 -> 0.7.2 --- ...date_0.6.1.bb => python3-isodate_0.7.2.bb} | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-isodate_0.6.1.bb => python3-isodate_0.7.2.bb} (28%) diff --git a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta/recipes-devtools/python/python3-isodate_0.7.2.bb similarity index 28% rename from meta/recipes-devtools/python/python3-isodate_0.6.1.bb rename to meta/recipes-devtools/python/python3-isodate_0.7.2.bb index 293fb08277..5e6a616abf 100644 --- a/meta/recipes-devtools/python/python3-isodate_0.6.1.bb +++ b/meta/recipes-devtools/python/python3-isodate_0.7.2.bb @@ -1,10 +1,26 @@ +# 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: +# +# --- PKG-INFO +# +++ PKG-INFO +# @@ -1 +1 @@ +# -License: BSD +# + Copyright (c) 2009, Gerhard Weis +# +# + SUMMARY = "ISO 8601 date/time parser" HOMEPAGE = "https://github.com/gweis/isodate/" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=810c800df2e786f77d64c50af3bde298" -SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" +SRC_URI[sha256sum] = "4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6" inherit pypi setuptools3