summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-certifi_2023.7.22.bb
diff options
context:
space:
mode:
authorNarpat Mali <narpat.mali@windriver.com>2023-08-03 11:31:17 +0000
committerSteve Sakoman <steve@sakoman.com>2023-08-15 06:18:48 -1000
commitc36a0bd40611688092c41c24c33bd94674d73f4d (patch)
treeb097c63b8c3869da1c773e85461065e550cdd4f5 /meta/recipes-devtools/python/python3-certifi_2023.7.22.bb
parent9128886912d0e6bdfc5e07dee785da2c489a215b (diff)
downloadpoky-c36a0bd40611688092c41c24c33bd94674d73f4d.tar.gz
python3-certifi: upgrade 2022.12.7 -> 2023.7.22
python3-certifi 2023.7.22 contains the CVE-2023-37920 fix. 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) 8b3d7ba (tag: 2023.05.07) 2023.05.07 53da240 ci: Add Python 3.12-dev to the testing (#224) c2fc3b1 Create a Security Policy (#222) c211ef4 Set up permissions to github workflows (#218) 2087de5 Don't let deprecation warning fail CI (#219) e0b9fc5 remove paragraphs about 1024-bit roots from README 9427a5a fix CI fed4048 get CI passing again 9e9e840 (tag: 2022.12.07) 2022.12.07 (From OE-Core rev: ec5e5ae6b304dee9b323bd20f3db25152a083398) Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-certifi_2023.7.22.bb')
-rw-r--r--meta/recipes-devtools/python/python3-certifi_2023.7.22.bb14
1 files changed, 14 insertions, 0 deletions
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..f63b0b6cb8
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-certifi_2023.7.22.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Python package for providing Mozilla's CA Bundle."
2DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \
3Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \
4which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set."
5HOMEPAGE = " http://certifi.io/"
6
7LICENSE = "ISC"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2"
9
10SRC_URI[sha256sum] = "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"
11
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native nativesdk"