From c626bebcb9d64c61b06bf7f69038b8056e411093 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 12:46:33 +0800 Subject: python-certifi: upgrade 2019.9.11 -> 2019.11.28 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-certifi.inc | 4 ++-- meta-python/recipes-devtools/python/python-certifi_2019.11.28.bb | 2 ++ meta-python/recipes-devtools/python/python-certifi_2019.9.11.bb | 2 -- meta-python/recipes-devtools/python/python3-certifi_2019.11.28.bb | 2 ++ meta-python/recipes-devtools/python/python3-certifi_2019.9.11.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-certifi_2019.11.28.bb delete mode 100644 meta-python/recipes-devtools/python/python-certifi_2019.9.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-certifi_2019.11.28.bb delete mode 100644 meta-python/recipes-devtools/python/python3-certifi_2019.9.11.bb diff --git a/meta-python/recipes-devtools/python/python-certifi.inc b/meta-python/recipes-devtools/python/python-certifi.inc index de02d9a4ab..98fa1f2889 100644 --- a/meta-python/recipes-devtools/python/python-certifi.inc +++ b/meta-python/recipes-devtools/python/python-certifi.inc @@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1" -SRC_URI[md5sum] = "cadd4e373fc08f649fa39b82aed9ad96" -SRC_URI[sha256sum] = "e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50" +SRC_URI[md5sum] = "4d5229c4d9f0a4a79106f9e2c2cfd381" +SRC_URI[sha256sum] = "25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-certifi_2019.11.28.bb b/meta-python/recipes-devtools/python/python-certifi_2019.11.28.bb new file mode 100644 index 0000000000..adfe6238ec --- /dev/null +++ b/meta-python/recipes-devtools/python/python-certifi_2019.11.28.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-certifi.inc diff --git a/meta-python/recipes-devtools/python/python-certifi_2019.9.11.bb b/meta-python/recipes-devtools/python/python-certifi_2019.9.11.bb deleted file mode 100644 index adfe6238ec..0000000000 --- a/meta-python/recipes-devtools/python/python-certifi_2019.9.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-certifi.inc diff --git a/meta-python/recipes-devtools/python/python3-certifi_2019.11.28.bb b/meta-python/recipes-devtools/python/python3-certifi_2019.11.28.bb new file mode 100644 index 0000000000..70f674b22c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-certifi_2019.11.28.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-certifi.inc diff --git a/meta-python/recipes-devtools/python/python3-certifi_2019.9.11.bb b/meta-python/recipes-devtools/python/python3-certifi_2019.9.11.bb deleted file mode 100644 index 70f674b22c..0000000000 --- a/meta-python/recipes-devtools/python/python3-certifi_2019.9.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-certifi.inc -- cgit v1.2.3-54-g00ecf