From 0e68a7c4f0e11c088e2051be95f1be73d85c83ab Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 11:40:05 +0800 Subject: python-pint: upgrade 0.8.1 -> 0.9 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pint.inc | 4 ++-- meta-python/recipes-devtools/python/python-pint_0.8.1.bb | 2 -- meta-python/recipes-devtools/python/python-pint_0.9.bb | 2 ++ meta-python/recipes-devtools/python/python3-pint_0.8.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pint_0.9.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pint_0.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pint_0.9.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pint_0.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pint_0.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc index 2bc8e4ab63..0900d91d78 100644 --- a/meta-python/recipes-devtools/python/python-pint.inc +++ b/meta-python/recipes-devtools/python/python-pint.inc @@ -9,7 +9,7 @@ PYPI_PACKAGE := "Pint" inherit pypi -SRC_URI[md5sum] = "e1f80f3f8fc4e61f68ad3912db26b3a8" -SRC_URI[sha256sum] = "afcf31443a478c32bbac4b00337ee9026a13d0e2ac83d30c79151462513bb0d4" +SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88" +SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2" BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python-pint_0.8.1.bb b/meta-python/recipes-devtools/python/python-pint_0.8.1.bb deleted file mode 100644 index 480f088721..0000000000 --- a/meta-python/recipes-devtools/python/python-pint_0.8.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-pint.inc diff --git a/meta-python/recipes-devtools/python/python-pint_0.9.bb b/meta-python/recipes-devtools/python/python-pint_0.9.bb new file mode 100644 index 0000000000..480f088721 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pint_0.9.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pint.inc diff --git a/meta-python/recipes-devtools/python/python3-pint_0.8.1.bb b/meta-python/recipes-devtools/python/python3-pint_0.8.1.bb deleted file mode 100644 index f793ac4ace..0000000000 --- a/meta-python/recipes-devtools/python/python3-pint_0.8.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-pint.inc diff --git a/meta-python/recipes-devtools/python/python3-pint_0.9.bb b/meta-python/recipes-devtools/python/python3-pint_0.9.bb new file mode 100644 index 0000000000..f793ac4ace --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pint_0.9.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pint.inc -- cgit v1.2.3-54-g00ecf