From a2d40279d26e05e99602fb5f0a1e301f4b326907 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:25:15 +0800 Subject: python3-sympy: upgrade 1.13.1 -> 1.13.2 Changelog: =========== - An inconsistency in Float/Rational comparisons was fixed. SymPy 1.13 made it so that Rational(n) != Float(n) but this was inconsistent in the case of Rational(0) == Float(0) and Float(0) == Rational(0) which gave different results. - Fixed a bug that caused LambertW to hang on specific inputs. - A regression introduced in SymPy 1.13 in the heurisch integration routine was fixed. The regression prevented some integrals from being evaluated. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-sympy_1.13.1.bb | 15 --------------- .../recipes-devtools/python/python3-sympy_1.13.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb b/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb deleted file mode 100644 index 41772b05fb..0000000000 --- a/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Computer algebra system (CAS) in Python" -HOMEPAGE = "https://pypi.org/project/sympy/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ea48085d7dff75b49271b25447e8cdca" - -SRC_URI[sha256sum] = "9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-misc \ - python3-mpmath \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb b/meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb new file mode 100644 index 0000000000..02577964ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sympy_1.13.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "Computer algebra system (CAS) in Python" +HOMEPAGE = "https://pypi.org/project/sympy/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea48085d7dff75b49271b25447e8cdca" + +SRC_URI[sha256sum] = "401449d84d07be9d0c7a46a64bd54fe097667d5e7181bfe67ec777be9e01cb13" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-misc \ + python3-mpmath \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf