summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@fujitsu.com>2025-04-15 18:25:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-20 10:11:16 +0100
commit7929ce986b31a6902a40033b11b0bf0f96fb0ddb (patch)
tree1f480228a011d85ce2df6756368d275bcd8ab6a2 /meta/recipes-devtools
parentb223b6d533a6d617134c1c5bec8ed31657dd1268 (diff)
downloadpoky-7929ce986b31a6902a40033b11b0bf0f96fb0ddb.tar.gz
python3-hypothesis: upgrade 6.129.2 -> 6.131.0
This package change to be built using python_setuptools_build_meta build class now Changelog: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changelog.rst ptest result: |Testsuite summary |# TOTAL: 5 |# PASS: 5 |# SKIP: 0 |# XFAIL: 0 |# FAIL: 0 |# XPASS: 0 |# ERROR: 0 |DURATION: 23 |END: /usr/lib/python3-hypothesis/ptest |2025-04-15T10:17 |STOP: ptest-runner |TOTAL: 1 FAIL: 0 (From OE-Core rev: 320de457c963041819078cf83a8631fcb812dda3) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.129.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.129.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb
index df9bd6b7c7..0542a9d188 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.129.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
5 5
6PYPI_PACKAGE = "hypothesis" 6PYPI_PACKAGE = "hypothesis"
7 7
8inherit pypi setuptools3 ptest 8inherit pypi python_setuptools_build_meta ptest
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
@@ -13,7 +13,7 @@ SRC_URI += " \
13 file://test_rle.py \ 13 file://test_rle.py \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "23f180782dbbbcb6e59051794295d75783ad59241e6629a5bf700936c28a995b" 16SRC_URI[sha256sum] = "4b807daeeee47852edfd9818ba0e33df14902f1b78a5524f1a3fb71f80c7cec3"
17 17
18RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
19 python3-attrs \ 19 python3-attrs \