diff options
| author | Narpat Mali <narpat.mali@windriver.com> | 2023-08-03 11:31:17 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-15 06:18:48 -1000 |
| commit | c36a0bd40611688092c41c24c33bd94674d73f4d (patch) | |
| tree | b097c63b8c3869da1c773e85461065e550cdd4f5 /meta/recipes-devtools/python/python3-certifi_2023.7.22.bb | |
| parent | 9128886912d0e6bdfc5e07dee785da2c489a215b (diff) | |
| download | poky-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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "Python package for providing Mozilla's CA Bundle." | ||
| 2 | DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \ | ||
| 3 | Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \ | ||
| 4 | which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set." | ||
| 5 | HOMEPAGE = " http://certifi.io/" | ||
| 6 | |||
| 7 | LICENSE = "ISC" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
