From dc606f7071f73a17da8c751a81797289ebd953c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:12 +0800 Subject: 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 --- .../recipes-devtools/python/python3-mpmath_1.4.0.bb | 21 --------------------- .../recipes-devtools/python/python3-mpmath_1.4.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb deleted file mode 100644 index 12ded173e9..0000000000 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.4.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -# This recipe is adapted from one in meta-jupyter: -# https://github.com/Xilinx/meta-jupyter/blob/master/recipes-python/python3-mpmath_0.19.bb - -SUMMARY = "Python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE = "https://pypi.org/project/mpmath/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6607bd72611b702183473dfb4e6198b" - -SRC_URI[sha256sum] = "d272b40c031ba0ee385e7e5fc735b48560d9838a0d7fbca109919efd23580a22" - -CVE_PRODUCT = "mpmath" - -inherit pypi python_setuptools_build_meta - -DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += " \ - python3-image \ - python3-math \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb new file mode 100644 index 0000000000..7f237afb38 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.4.1.bb @@ -0,0 +1,21 @@ +# This recipe is adapted from one in meta-jupyter: +# https://github.com/Xilinx/meta-jupyter/blob/master/recipes-python/python3-mpmath_0.19.bb + +SUMMARY = "Python library for arbitrary-precision floating-point arithmetic" +HOMEPAGE = "https://pypi.org/project/mpmath/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6607bd72611b702183473dfb4e6198b" + +SRC_URI[sha256sum] = "efd6d1b75f09d69524a67609949812668b28e81ecbfe0ab449ced8c13e92642e" + +CVE_PRODUCT = "mpmath" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += " \ + python3-image \ + python3-math \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf