From patchwork Sat Jun 15 18:23:19 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: 45188 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 9019DC31D97 for ; Sat, 15 Jun 2024 18:23:26 +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.web11.18388.1718475800250263861 for ; Sat, 15 Jun 2024 11:23:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=LLMwur7D; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=OGxeqeg7; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101901d23ba03-ad5aad97-feea-428f-ae71-234605328f2c-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=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gg+B0+6foffqOiduNlzAybRoJa8hQGJfFdiAb+68mtA=; b=LLMwur7DqlvPX7gk8gPyqlkF5gMmNyqBf622Zcg94fYqE9V6OEUvmGu5zwZdl8Vp 9UUVVwgH2Xbz3oUn+2batTrKS6uEoa4SOPKk/pvXitCz2m0tW7d8X+BzDVVnXIG1x++ 8H9aJ3K/LJZObJZLQJeLXeuh6qizL1in3zh6jykU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gg+B0+6foffqOiduNlzAybRoJa8hQGJfFdiAb+68mtA=; b=OGxeqeg7bEdA2U3hKHqcd1C5EjcRJWvDT8PX45YSvxc0M2rjeju3czDZWdfi1HzK eVXXaLmzg/P4lMkAmWGOJjBE8M+inkQr4PsXSbpwQe3Iatii3iIcNDRHmPuSnANnvfV obnZ4w0UsliqckT5h3AOZp6dcdqfcU1vdGHR55iU= 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: <010101901d23ba03-ad5aad97-feea-428f-ae71-234605328f2c-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-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 ; Sat, 15 Jun 2024 18:23:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200735 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 e739dc57ffbd51f7098be304631aece73a29b700 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 09:59:33 +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