python3-webcolors: upgrade 1.11.1 -> 1.12

Message ID 1653891773-23292-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit a286b1abcc19b6d3e905f1adb09674a87763c49d
Headers show
Series python3-webcolors: upgrade 1.11.1 -> 1.12 | expand

Commit Message

Mingyu Wang (Fujitsu) May 30, 2022, 6:22 a.m. UTC
License-Update: Copyright year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...python3-webcolors_1.11.1.bb => python3-webcolors_1.12.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-webcolors_1.11.1.bb => python3-webcolors_1.12.bb} (69%)

Patch

diff --git a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta/recipes-devtools/python/python3-webcolors_1.12.bb
similarity index 69%
rename from meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
rename to meta/recipes-devtools/python/python3-webcolors_1.12.bb
index 26dbe51767..39ff19c2b8 100644
--- a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb
+++ b/meta/recipes-devtools/python/python3-webcolors_1.12.bb
@@ -1,10 +1,9 @@ 
 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=25b90379a52351261c51272e7923d240"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bcf737478d2fa8af5bc954231df056c6"
 
-SRC_URI[md5sum] = "54d28a7c80b3e4d974ec2fee86768be9"
-SRC_URI[sha256sum] = "76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6"
+SRC_URI[sha256sum] = "16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9"
 
 inherit pypi setuptools3 ptest