summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-02 18:07:45 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:43 -0700
commitbcd5b983f85d11e6a3aecf0e210cd54013a908b2 (patch)
tree6f6d9e8bdc3607c2e61ffdde9e6b1a35e5385afb /meta-python/recipes-devtools/python
parent1731e2583fdcef08613743937227499d9fabb040 (diff)
downloadmeta-openembedded-bcd5b983f85d11e6a3aecf0e210cd54013a908b2.tar.gz
python3-service-identity: upgrade 24.2.0 -> 26.1.0
Changelog: =========== - Python 3.14 and 3.15 are now officially supported. #85 #93 - service-identity now uses cryptography's Rust-based ASN.1 decoder and doesn't depend on pyasn1 and pyasn1-modules anymore. - Verifying a single-label hostname (e.g. localhost) against a wildcard certificate pattern now raises VerificationError cleanly instead of crashing with an opaque ValueError Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb
index bbd6ab80d6..ed855c4027 100644
--- a/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/service-identity"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2"
6 6
7SRC_URI[sha256sum] = "b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09" 7SRC_URI[sha256sum] = "6358c52882c96e66ac4a55eb3a72c7dd4a70763f8cc6fa4e70abde2656f4bf3b"
8 8
9inherit pypi python_hatchling ptest-python-pytest 9inherit pypi python_hatchling ptest-python-pytest
10 10