From c2d4089100089769cb1154e8f16bd3e376fc1e1b Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 10 Apr 2022 22:42:20 +0200 Subject: [PATCH] python3-pint: update to 0.19.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-pint_0.18.bb => python3-pint_0.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pint_0.18.bb => python3-pint_0.19.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pint_0.18.bb b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pint_0.18.bb rename to meta-python/recipes-devtools/python/python3-pint_0.19.1.bb index f555144f4..e1c471e06 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.18.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb @@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint" inherit pypi ptest python_setuptools_build_meta -SRC_URI[sha256sum] = "8c4bce884c269051feb7abc69dbfd18403c0c764abc83da132e8a7222f8ba801" +SRC_URI[sha256sum] = "3e5913e4ad125f672f72e19e06a8cb1f6d36a4922b6e5a49e04ff882511f82c8" DEPENDS += "python3-setuptools-scm-native"