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

Signed-off-by: Tim Orling <timothy.t.orl...@intel.com>
---
 ...ython3-hypothesis_6.14.3.bb => python3-hypothesis_6.14.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.14.3.bb => 
python3-hypothesis_6.14.5.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb 
b/meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb
index 63101aad69..0460a43198 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.5.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a"
+SRC_URI[sha256sum] = 
"0563b9711fd9bf478cb591580a575c369d2c396f283efa85d0f9a75b26db65b5"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.30.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#154463): 
https://lists.openembedded.org/g/openembedded-core/message/154463
Mute This Topic: https://lists.openembedded.org/mt/84671782/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to