From 5760be9c2458eb31f7bd129ffeeffe13957fc733 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 30 Jul 2023 11:48:27 -0700 Subject: python3-certifi: upgrade 2023.5.7 -> 2023.7.22 No changelog provided. Commits: 8fb96ed (tag: 2023.07.22) 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and enable dependabot (#228) (From OE-Core rev: fdd9e8fe947479994be02b61862e4b1604f44f2d) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-certifi_2023.5.7.bb | 16 ---------------- .../recipes-devtools/python/python3-certifi_2023.7.22.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-certifi_2023.5.7.bb create mode 100644 meta/recipes-devtools/python/python3-certifi_2023.7.22.bb diff --git a/meta/recipes-devtools/python/python3-certifi_2023.5.7.bb b/meta/recipes-devtools/python/python3-certifi_2023.5.7.bb deleted file mode 100644 index 924b05c12c..0000000000 --- a/meta/recipes-devtools/python/python3-certifi_2023.5.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python package for providing Mozilla's CA Bundle." -DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \ -Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \ -which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set." -HOMEPAGE = " http://certifi.io/" - -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2" - -SRC_URI[sha256sum] = "0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "python3-io" diff --git a/meta/recipes-devtools/python/python3-certifi_2023.7.22.bb b/meta/recipes-devtools/python/python3-certifi_2023.7.22.bb new file mode 100644 index 0000000000..c4e1e7b917 --- /dev/null +++ b/meta/recipes-devtools/python/python3-certifi_2023.7.22.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python package for providing Mozilla's CA Bundle." +DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \ +Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \ +which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set." +HOMEPAGE = " http://certifi.io/" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2" + +SRC_URI[sha256sum] = "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-io" -- cgit v1.2.3-54-g00ecf