diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-01 10:34:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-03 10:51:27 +0000 |
commit | 0cc6127cadc8b5c79468d91d2bc9716942b2cb9c (patch) | |
tree | ad4843574c07fc579996023bfb49779dd460712a | |
parent | 855f6e256c4058c67e4877e2dfa2f7a2c8c223f4 (diff) | |
download | poky-0cc6127cadc8b5c79468d91d2bc9716942b2cb9c.tar.gz |
python3-attrs: upgrade 24.2.0 -> 24.3.0
(From OE-Core rev: 30a7c3c7a1e12b7fb2463e7135d97a478e763c9e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-attrs_24.3.0.bb (renamed from meta/recipes-devtools/python/python3-attrs_24.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-attrs_24.2.0.bb b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb index a6cb60a8c8..fa35e4b681 100644 --- a/meta/recipes-devtools/python/python3-attrs_24.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_24.3.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.attrs.org/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346" | 6 | SRC_URI[sha256sum] = "8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff" |
7 | 7 | ||
8 | inherit pypi ptest python_hatchling | 8 | inherit pypi ptest python_hatchling |
9 | 9 | ||