mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
python3-certifi: upgrade 2025.7.9 -> 2025.8.3
2025.08.03: https://github.com/certifi/python-certifi/pull/3624c1bfa53ef2025.07.14: https://github.com/certifi/python-certifi/pull/3591c50d2bb6aComparing changes: https://github.com/certifi/python-certifi/compare/2025.07.09...2025.08.03 (From OE-Core rev: 6067498b14ca5d90640169384e51aa9cf5c1b8e2) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bcb744a1e2
commit
45c3732ab4
16
meta/recipes-devtools/python/python3-certifi_2025.8.3.bb
Normal file
16
meta/recipes-devtools/python/python3-certifi_2025.8.3.bb
Normal file
@@ -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=11618cb6a975948679286b1211bd573c"
|
||||
|
||||
SRC_URI[sha256sum] = "e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += "python3-io"
|
||||
Reference in New Issue
Block a user