From d0eeef6cb9f30b1e509ca8a53a2a60a8ca039247 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Aug 2024 14:51:36 +0800 Subject: python3-hypothesis: upgrade 6.110.1 -> 6.111.1 Changelog: ========== -improves shrinking in cases involving 'slips' from one strategy to another. -reduces the range of :class:'python:datetime.datetime' generated by : func:'~hypothesis.extra.django.from_model' in order to avoid https://code.djangoproject.com/ticket/35683. (From OE-Core rev: d92f2fc4a2ee242d12bee37764fdac07446b851d) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-hypothesis_6.110.1.bb | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb (limited to 'meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb') diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb deleted file mode 100644 index 29fe7e18a2..0000000000 --- a/meta/recipes-devtools/python/python3-hypothesis_6.110.1.bb +++ /dev/null @@ -1,39 +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" - -inherit pypi setuptools3 ptest - -SRC_URI += " \ - file://run-ptest \ - file://test_binary_search.py \ - file://test_rle.py \ - " - -SRC_URI[sha256sum] = "a138bfaea11aba6daadf8effd9065251a6fec1549f25b7d72ac9881a413f76b0" - -RDEPENDS:${PN} += " \ - python3-attrs \ - python3-compression \ - python3-core \ - python3-json \ - python3-pytest \ - python3-sortedcontainers \ - python3-statistics \ - python3-unittest \ - " - -RDEPENDS:${PN}-ptest += " \ - python3-unittest-automake-output \ - " - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/examples - install -m 0755 ${UNPACKDIR}/test_binary_search.py ${D}${PTEST_PATH}/examples/ - install -m 0755 ${UNPACKDIR}/test_rle.py ${D}${PTEST_PATH}/examples/ -} - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf