diff options
| author | Tim Orling <ticotimo@gmail.com> | 2021-06-13 18:18:07 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-17 00:07:05 +0100 |
| commit | 2097f35eba7fd004344fb2e3e71d2a1bca55ea67 (patch) | |
| tree | 90e6d939fee8115b5909c54a54484f438f54c051 /meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb | |
| parent | f071b059a049787563c612fa532ba84cd000cd21 (diff) | |
| download | poky-2097f35eba7fd004344fb2e3e71d2a1bca55ea67.tar.gz | |
python3-hypothesis: upgrade 6.13.14 -> 6.14.0
Add runtime dependency on:
- python3-compression
- python3-json
- python3-statistics
Upstream release notes:
6.14.0 - 2021-06-09
The explain phase now requires shrinking to be enabled, and will be
automatically skipped for deadline-exceeded errors.
https://hypothesis.readthedocs.io/en/latest/changes.html#v6-14-0
(From OE-Core rev: 5a99655d4045cec83169136ca977e81c9123575a)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb b/meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb deleted file mode 100644 index 150dc8a5d6..0000000000 --- a/meta/recipes-devtools/python/python3-hypothesis_6.13.14.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | SUMMARY = "A library for property-based testing" | ||
| 2 | HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" | ||
| 3 | LICENSE = "MPL-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "hypothesis" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "36ef2d58f600be2973f694f45a55a5502de705d7594f9cf841276aec9082c414" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers python3-unittest" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
