summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-08-04 20:57:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-05 08:53:41 +0100
commit4c811172fad25b4708e315b1a82ebcc7da594c70 (patch)
tree207c3a2ee4975af9f2f1ca01e87b6a4023c3eca0 /meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
parentb55c975d8f4428eae80d3008e39ab176fd73ef46 (diff)
downloadpoky-4c811172fad25b4708e315b1a82ebcc7da594c70.tar.gz
python3-hypothesis: upgrade 6.14.3 -> 6.14.5
6.14.5 - 2021-07-27 This patch fixes hypothesis.strategies._internal.types.is_a_new_type. It was failing on Python 3.10.0b4, where NewType is a function. 6.14.4 - 2021-07-26 This patch fixes from_type() and register_type_strategy() for typing.NewType on Python 3.10, which changed the underlying implementation (see bpo-44353 for details). References: https://bugs.python.org/issue44353 (From OE-Core rev: 19bc156c8f9d43c963b2db3535d11d05c6916600) 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.14.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
deleted file mode 100644
index 63101aad69..0000000000
--- a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "A library for property-based testing"
2HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
5
6PYPI_PACKAGE = "hypothesis"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a"
11
12RDEPENDS:${PN} += " \
13 python3-attrs \
14 python3-compression \
15 python3-core \
16 python3-json \
17 python3-sortedcontainers \
18 python3-statistics \
19 python3-unittest \
20 "
21
22BBCLASSEXTEND = "native nativesdk"