From dc606f7071f73a17da8c751a81797289ebd953c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:12 +0800 Subject: [PATCH] python3-mpmath: upgrade 1.4.0 -> 1.4.1 Changelog: ============ - Fix test_hexadecimal_with_libc_bulk() - Keep available deprecated aliases for mpc/mpf_log() - Use version_file option of setuptools-scm to keep version info - Add workaround for test on s390x Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-mpmath_1.4.0.bb => python3-mpmath_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-mpmath_1.4.0.bb => python3-mpmath_1.4.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb index 12ded173e9..7f237afb38 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://pypi.org/project/mpmath/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a6607bd72611b702183473dfb4e6198b" -SRC_URI[sha256sum] = "d272b40c031ba0ee385e7e5fc735b48560d9838a0d7fbca109919efd23580a22" +SRC_URI[sha256sum] = "efd6d1b75f09d69524a67609949812668b28e81ecbfe0ab449ced8c13e92642e" CVE_PRODUCT = "mpmath"