From: Wang Mingyu <[email protected]> Changelog: =========== - Fix and properly document @cachedmethod.cache_key behavior. - Minor documentation improvements. - Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations. - Provide more efficient clear() implementation for all support Cache classes - Various test improvements. - Update Copilot Instructions.
Signed-off-by: Wang Mingyu <[email protected]> --- ...{python3-cachetools_7.0.0.bb => python3-cachetools_7.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_7.0.0.bb => python3-cachetools_7.0.4.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb rename to meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb index a018bb389d..f6d9d80454 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb @@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \ python3-math \ " -SRC_URI[sha256sum] = "a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08" +SRC_URI[sha256sum] = "7042c0e4eea87812f04744ce6ee9ed3de457875eb1f82d8a206c46d6e48b6734" BBCLASSEXTEND = "native nativesdk" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125128): https://lists.openembedded.org/g/openembedded-devel/message/125128 Mute This Topic: https://lists.openembedded.org/mt/118276642/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
