From: Wang Mingyu <[email protected]> Changelog: =========== - The Memory object won't overwrite an already existing .gitignore file in its cache directory anymore. - Harden the safety checks in eval_expr(pre_dispatch) to prevent excessive memory allocation and potential crashes by limiting the allowed length of the expression and the maximum numeric value of sub-expressions and not evaluating expressions with non-numeric literals. - Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively defined abstract base classes and type annotations in Python 3.14+.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-joblib_1.5.2.bb => python3-joblib_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-joblib_1.5.2.bb => python3-joblib_1.5.3.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb rename to meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb index cfb8357653..3dd1b57aaa 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066" inherit python_setuptools_build_meta pypi -SRC_URI[sha256sum] = "3faa5c39054b2f03ca547da9b2f52fde67c06240c31853f306aea97f13647b55" +SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3" RDEPENDS:${PN} += " \ python3-asyncio \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122869): https://lists.openembedded.org/g/openembedded-devel/message/122869 Mute This Topic: https://lists.openembedded.org/mt/116927035/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
