From c4e25fd4cf06c2379ccdad3d1160508b26d9eee1 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 12 Apr 2019 11:07:51 +0800 Subject: python-certifi: upgrade 2018.8.13 -> 2019.3.9 -Upgrade from python-certifi_2018.8.13.bb to python-certifi_2019.3.9.bb. -Upgrade from python3-certifi_2018.8.13.bb to python3-certifi_2019.3.9.bb. (From meta-openembedded commit: c801c348eda1333e425b42f49e5cd47d19dbf4ce) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-certifi.inc | 4 ++-- recipes-devtools/python/python-certifi_2018.8.13.bb | 2 -- recipes-devtools/python/python-certifi_2019.3.9.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-devtools/python/python-certifi_2018.8.13.bb create mode 100644 recipes-devtools/python/python-certifi_2019.3.9.bb diff --git a/recipes-devtools/python/python-certifi.inc b/recipes-devtools/python/python-certifi.inc index c7955c5..9d99b34 100644 --- a/recipes-devtools/python/python-certifi.inc +++ b/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] = "a84571995a209dcd00a1702a74302b88" -SRC_URI[sha256sum] = "4c1d68a1408dd090d2f3a869aa94c3947cc1d967821d1ed303208c9f41f0f2f4" +SRC_URI[md5sum] = "76381d19d0a1171fecb2d1002b81424e" +SRC_URI[sha256sum] = "b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae" BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-certifi_2018.8.13.bb b/recipes-devtools/python/python-certifi_2018.8.13.bb deleted file mode 100644 index adfe623..0000000 --- a/recipes-devtools/python/python-certifi_2018.8.13.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-certifi.inc diff --git a/recipes-devtools/python/python-certifi_2019.3.9.bb b/recipes-devtools/python/python-certifi_2019.3.9.bb new file mode 100644 index 0000000..adfe623 --- /dev/null +++ b/recipes-devtools/python/python-certifi_2019.3.9.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-certifi.inc -- cgit 1.2.3-korg