From 27d096d984b1a5b567ba1b217c3fee8581284575 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 31 Mar 2026 11:41:24 +0800 Subject: python3-ecdsa: Upgrade 0.19.1 -> 0.19.2 Changlog: https://github.com/tlsfuzzer/python-ecdsa/releases/tag/python-ecdsa-0.19.2 Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- .../python/python3-ecdsa_0.19.1.bb | 32 ---------------------- .../python/python3-ecdsa_0.19.2.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ecdsa_0.19.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.1.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.1.bb deleted file mode 100644 index 2025d5e139..0000000000 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "ECDSA cryptographic signature library (pure python)" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" - -PYPI_PACKAGE = "ecdsa" -SRC_URI[sha256sum] = "478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61" - -CVE_PRODUCT = "python-ecdsa_project:python-ecdsa tlsfuzzer:ecdsa" - -inherit pypi setuptools3 python3native ptest-python-pytest - -RDEPENDS:${PN}-ptest += " \ - python3-hypothesis \ -" - -do_install_ptest:append () { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/src/ecdsa/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN} += " \ - python3-gmpy2 \ - python3-json \ - python3-six \ -" - -do_install:append() { - rm ${D}${PYTHON_SITEPACKAGES_DIR}/ecdsa/test_*.py -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb new file mode 100644 index 0000000000..5bb1da85b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.2.bb @@ -0,0 +1,32 @@ +SUMMARY = "ECDSA cryptographic signature library (pure python)" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" + +PYPI_PACKAGE = "ecdsa" +SRC_URI[sha256sum] = "62635b0ac1ca2e027f82122b5b81cb706edc38cd91c63dda28e4f3455a2bf930" + +CVE_PRODUCT = "python-ecdsa_project:python-ecdsa tlsfuzzer:ecdsa" + +inherit pypi setuptools3 python3native ptest-python-pytest + +RDEPENDS:${PN}-ptest += " \ + python3-hypothesis \ +" + +do_install_ptest:append () { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/src/ecdsa/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN} += " \ + python3-gmpy2 \ + python3-json \ + python3-six \ +" + +do_install:append() { + rm ${D}${PYTHON_SITEPACKAGES_DIR}/ecdsa/test_*.py +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf