From 958e81813d4a75c1c0f6c33651d6c66efe6ac6d9 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 19 May 2022 14:03:03 +0800 Subject: [PATCH] python3-pint: upgrade 0.19.1 -> 0.19.2 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../python/{python3-pint_0.19.1.bb => python3-pint_0.19.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pint_0.19.1.bb => python3-pint_0.19.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb b/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pint_0.19.1.bb rename to meta-python/recipes-devtools/python/python3-pint_0.19.2.bb index e1c471e064..06337edb62 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.19.2.bb @@ -10,7 +10,7 @@ PYPI_PACKAGE := "Pint" inherit pypi ptest python_setuptools_build_meta -SRC_URI[sha256sum] = "3e5913e4ad125f672f72e19e06a8cb1f6d36a4922b6e5a49e04ff882511f82c8" +SRC_URI[sha256sum] = "e1d4989ff510b378dad64f91711e7bdabe5ca78d75b06a18569ac454678c4baf" DEPENDS += "python3-setuptools-scm-native"