From 829710064767de265ee5bfc60a45df6ef4bb4af7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Jun 2025 17:13:05 +0800 Subject: python3-hypothesis: upgrade 6.135.9 -> 6.135.16 (From OE-Core rev: 2fc7c4917c33c84573e842f847d1df725e09d9cd) Signed-off-by: Wang Mingyu Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- .../python/python3-hypothesis_6.135.16.bb | 36 ++++++++++++++++++++++ .../python/python3-hypothesis_6.135.9.bb | 36 ---------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb delete mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb b/meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb new file mode 100644 index 0000000000..c0241b63e4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb @@ -0,0 +1,36 @@ +SUMMARY = "A library for property-based testing" +HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" + +PYPI_PACKAGE = "hypothesis" +PTEST_PYTEST_DIR ?= "examples" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +SRC_URI += " \ + file://test_binary_search.py \ + file://test_rle.py \ + " + +SRC_URI[sha256sum] = "6131ea0b698e69bad62aae915988b8d00a6ac974351d0830db74c5fffc68c418" + +RDEPENDS:${PN} += " \ + python3-attrs \ + python3-compression \ + python3-core \ + python3-json \ + python3-pytest \ + python3-sortedcontainers \ + python3-statistics \ + python3-unittest \ + python3-zoneinfo \ + " + +do_install_ptest:append() { + install -d ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR} + install -m 0755 ${UNPACKDIR}/test_binary_search.py ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR}/ + install -m 0755 ${UNPACKDIR}/test_rle.py ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR}/ +} + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb b/meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb deleted file mode 100644 index efc5229fbc..0000000000 --- a/meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "A library for property-based testing" -HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" - -PYPI_PACKAGE = "hypothesis" -PTEST_PYTEST_DIR ?= "examples" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -SRC_URI += " \ - file://test_binary_search.py \ - file://test_rle.py \ - " - -SRC_URI[sha256sum] = "a80a256268b8af3d34d62be30f6bf4a7d099b2b762621cc5f3f1de65e7b98543" - -RDEPENDS:${PN} += " \ - python3-attrs \ - python3-compression \ - python3-core \ - python3-json \ - python3-pytest \ - python3-sortedcontainers \ - python3-statistics \ - python3-unittest \ - python3-zoneinfo \ - " - -do_install_ptest:append() { - install -d ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR} - install -m 0755 ${UNPACKDIR}/test_binary_search.py ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR}/ - install -m 0755 ${UNPACKDIR}/test_rle.py ${D}${PTEST_PATH}/${PTEST_PYTEST_DIR}/ -} - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf