From patchwork Mon Jul 1 16:57:55 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: 45879 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 C838CC3DA5B for ; Mon, 1 Jul 2024 16:57:59 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.2117.1719853076453108426 for ; Mon, 01 Jul 2024 09:57:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=YMgGOyqY; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=z4gP0sF2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101906f3b4d63-7e94403e-3c4d-487d-8fe8-6664bb2108a6-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=1719853076; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=woDIeccw+AfNZRL5pxZFiSTRmCKxMz3RaCHsw5z9pjU=; b=YMgGOyqYiD9nTbPEMx/hPoFeA/xyQWfONCOjr07mVHy0bBVC1JD11oy7w37pCyWT UiOX1RCUFW6vysSWctYA/2/Jge8R72nRixowH3+cdjELDPI7FwE7lGCz5BRjLfZMCt/ w9qXh5a1xPoS07jZANQ/UAA0NsviB96XdjmKMFqg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853076; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=woDIeccw+AfNZRL5pxZFiSTRmCKxMz3RaCHsw5z9pjU=; b=z4gP0sF2iTvKSPb3gjMptmRNAl1pRYFJSLp1nf1pgSI6KXQC5P7UmrX+KjqIZaQo Kz/2EbVQ1KKFMfZ9sjMFWyIwyLLU/9SRpyh1Af4TVeFi9rFC3gVCDK+Doep/6l6qz2n 0oq4MBIiT0Xl3l8NIUx6uXGpAf32GcRke8YkeM28= MIME-Version: 1.0 From: auh@yoctoproject.org To: Bruce Ashfield Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-webcolors: upgrading to 24.6.0 SUCCEEDED Message-ID: <010101906f3b4d63-7e94403e-3c4d-487d-8fe8-6664bb2108a6-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.33 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 Jul 2024 16:57:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201355 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-webcolors* to *24.6.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-webcolors-upgrade-1.13-24.6.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 299a14c5b497c486058aa8220eaf6be9c0b97e42 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 09:11:20 +0000 Subject: [PATCH] python3-webcolors: upgrade 1.13 -> 24.6.0 --- ...rs_1.13.bb => python3-webcolors_24.6.0.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-webcolors_1.13.bb => python3-webcolors_24.6.0.bb} (42%) diff --git a/meta/recipes-devtools/python/python3-webcolors_1.13.bb b/meta/recipes-devtools/python/python3-webcolors_24.6.0.bb similarity index 42% rename from meta/recipes-devtools/python/python3-webcolors_1.13.bb rename to meta/recipes-devtools/python/python3-webcolors_24.6.0.bb index cea2a971d3..567b034490 100644 --- a/meta/recipes-devtools/python/python3-webcolors_1.13.bb +++ b/meta/recipes-devtools/python/python3-webcolors_24.6.0.bb @@ -1,9 +1,28 @@ +# 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,4 +1,4 @@ +# -Copyright (c) 2008, James Bennett +# +Copyright (c) James Bennett, and contributors. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "Simple Python module for working with HTML/CSS color definitions." HOMEPAGE = "https://pypi.org/project/webcolors/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=702b1ef12cf66832a88f24c8f2ee9c19" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448" -SRC_URI[sha256sum] = "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a" +SRC_URI[sha256sum] = "1d160d1de46b3e81e58d0a280d0c78b467dc80f47294b91b1ad8029d2cedb55b" inherit pypi python_setuptools_build_meta ptest