summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-24 17:12:49 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:27 -0800
commit0cc847b8f7cdea42a521760327cc2f05c22bacb9 (patch)
tree974906d0c246d7c6aefc62e816ab20bf0524ae80 /meta-python/recipes-devtools/python
parent71bc6204deafad1ccce4e845f0117104a28a1c88 (diff)
downloadmeta-openembedded-0cc847b8f7cdea42a521760327cc2f05c22bacb9.tar.gz
python3-cachetools: upgrade 6.2.3 -> 6.2.4
Changelog: Fix license information displayed on PyPI be using an updated version of twine for uploading. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
index dc66db6536..51a9f29ff5 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
@@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \
14 python3-math \ 14 python3-math \
15" 15"
16 16
17SRC_URI[sha256sum] = "64e0a4ddf275041dd01f5b873efa87c91ea49022b844b8c5d1ad3407c0f42f1f" 17SRC_URI[sha256sum] = "82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"