From 9c67e15cc5b0767055f192077e0ed6379dee23fc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:58:06 +0800 Subject: [PATCH] python3-sympy: upgrade 1.12 -> 1.12.1 Changelog: https://github.com/sympy/sympy/wiki/release-notes-for-1.12.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-sympy_1.12.bb => python3-sympy_1.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sympy_1.12.bb => python3-sympy_1.12.1.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.12.bb b/meta-python/recipes-devtools/python/python3-sympy_1.12.1.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-sympy_1.12.bb rename to meta-python/recipes-devtools/python/python3-sympy_1.12.1.bb index 088dda3a2a..2bdaf8ed20 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.12.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.12.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/sympy/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ea48085d7dff75b49271b25447e8cdca" -SRC_URI[sha256sum] = "ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8" +SRC_URI[sha256sum] = "2877b03f998cd8c08f07cd0de5b767119cd3ef40d09f41c30d722f6686b0fb88" inherit pypi setuptools3