From 532012732d10512a6c31fb2c398876451f311449 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 17:58:18 -0400 Subject: python-certifi: update to version 2016.9.26 (From meta-openembedded commit: b7ae781c392ba8bb8178c37008dfdcdc32c3c1ab) Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-devtools/python/python-certifi.inc | 4 ++-- recipes-devtools/python/python-certifi_2016.8.8.bb | 2 -- recipes-devtools/python/python-certifi_2016.9.26.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-devtools/python/python-certifi_2016.8.8.bb create mode 100644 recipes-devtools/python/python-certifi_2016.9.26.bb diff --git a/recipes-devtools/python/python-certifi.inc b/recipes-devtools/python/python-certifi.inc index 77fa53b..894154d 100644 --- a/recipes-devtools/python/python-certifi.inc +++ b/recipes-devtools/python/python-certifi.inc @@ -7,8 +7,8 @@ HOMEPAGE = " http://certifi.io/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1" -SRC_URI[md5sum] = "b57513f7670482da45bb350b792f659e" -SRC_URI[sha256sum] = "99864ed602d8a9d212e339b15ffa438895002eda7b7db20dca5309dac9605ae9" +SRC_URI[md5sum] = "baa81e951a29958563689d868ef1064d" +SRC_URI[sha256sum] = "8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19" BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-certifi_2016.8.8.bb b/recipes-devtools/python/python-certifi_2016.8.8.bb deleted file mode 100644 index adfe623..0000000 --- a/recipes-devtools/python/python-certifi_2016.8.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-certifi.inc diff --git a/recipes-devtools/python/python-certifi_2016.9.26.bb b/recipes-devtools/python/python-certifi_2016.9.26.bb new file mode 100644 index 0000000..adfe623 --- /dev/null +++ b/recipes-devtools/python/python-certifi_2016.9.26.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-certifi.inc -- cgit 1.2.3-korg