diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-02 18:07:45 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:43 -0700 |
| commit | bcd5b983f85d11e6a3aecf0e210cd54013a908b2 (patch) | |
| tree | 6f6d9e8bdc3607c2e61ffdde9e6b1a35e5385afb /meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb | |
| parent | 1731e2583fdcef08613743937227499d9fabb040 (diff) | |
| download | meta-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/python3-service-identity_26.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb new file mode 100644 index 0000000000..ed855c4027 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." | ||
| 2 | HOMEPAGE = "https://pypi.org/project/service-identity" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6358c52882c96e66ac4a55eb3a72c7dd4a70763f8cc6fa4e70abde2656f4bf3b" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling ptest-python-pytest | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "service_identity" | ||
| 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 13 | |||
| 14 | DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-attr \ | ||
| 18 | python3-cryptography \ | ||
| 19 | python3-pyasn1-modules \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS:${PN}-ptest += " \ | ||
| 23 | python3-attrs \ | ||
| 24 | python3-six \ | ||
| 25 | python3-pyopenssl \ | ||
| 26 | " | ||
