From bcd5b983f85d11e6a3aecf0e210cd54013a908b2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jun 2026 18:07:45 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-service-identity_24.2.0.bb | 26 ---------------------- .../python/python3-service-identity_26.1.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb deleted file mode 100644 index bbd6ab80d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." -HOMEPAGE = "https://pypi.org/project/service-identity" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2" - -SRC_URI[sha256sum] = "b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09" - -inherit pypi python_hatchling ptest-python-pytest - -PYPI_PACKAGE = "service_identity" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" - -RDEPENDS:${PN} += " \ - python3-attr \ - python3-cryptography \ - python3-pyasn1-modules \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-attrs \ - python3-six \ - python3-pyopenssl \ -" 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 @@ +DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." +HOMEPAGE = "https://pypi.org/project/service-identity" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2" + +SRC_URI[sha256sum] = "6358c52882c96e66ac4a55eb3a72c7dd4a70763f8cc6fa4e70abde2656f4bf3b" + +inherit pypi python_hatchling ptest-python-pytest + +PYPI_PACKAGE = "service_identity" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" + +RDEPENDS:${PN} += " \ + python3-attr \ + python3-cryptography \ + python3-pyasn1-modules \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-attrs \ + python3-six \ + python3-pyopenssl \ +" -- cgit v1.2.3-54-g00ecf