diff mbox series

[AUH] python3-webcolors: upgrading to 24.6.0 SUCCEEDED

Message ID 010101901d23ba03-ad5aad97-feea-428f-ae71-234605328f2c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-webcolors: upgrading to 24.6.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2024, 6:23 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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