diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-22 11:35:15 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 09:12:37 +0100 |
| commit | f1e4ab6d1a546ce5abefbb22d3d7db8fc03dc72b (patch) | |
| tree | dd9539c9b7f099ad296474f06861319d732dc422 /meta/recipes-devtools/python | |
| parent | 72e7ca95db93f31c48397847e87298b6dc0c0974 (diff) | |
| download | poky-f1e4ab6d1a546ce5abefbb22d3d7db8fc03dc72b.tar.gz | |
python3-webcolors: upgrade 1.13 -> 24.8.0
License-Update: copyright years
(From OE-Core rev: 4e96b886e0e84ecb5f19e73dea444883257da25f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-webcolors_24.8.0.bb (renamed from meta/recipes-devtools/python/python3-webcolors_1.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-webcolors_1.13.bb b/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb index cea2a971d3..1998cfc4c1 100644 --- a/meta/recipes-devtools/python/python3-webcolors_1.13.bb +++ b/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." | 1 | SUMMARY = "Simple Python module for working with HTML/CSS color definitions." |
| 2 | HOMEPAGE = "https://pypi.org/project/webcolors/" | 2 | HOMEPAGE = "https://pypi.org/project/webcolors/" |
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=702b1ef12cf66832a88f24c8f2ee9c19" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a" | 6 | SRC_URI[sha256sum] = "08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta ptest | 8 | inherit pypi python_setuptools_build_meta ptest |
| 9 | 9 | ||
