]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-hypothesis: upgrade 6.14.1 -> 6.14.3
authorTim Orling <ticotimo@gmail.com>
Sun, 18 Jul 2021 19:12:54 +0000 (19:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Jul 2021 12:33:28 +0000 (13:33 +0100)
6.14.3 - 2021-07-18
This patch updates our autoformatting tools, improving our code style
without any API changes.

6.14.2 - 2021-07-12
This patch ensures that we shorten tracebacks for tests which fail due
to inconsistent data generation between runs (i.e. raise Flaky).

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb [moved from meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb with 85% similarity]

similarity index 85%
rename from meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb
index 61598c3a1619df964d015832b5aa30b3e3d26a6e..83c9917a04f580101e4e548cf94e8367fa9ad735 100644 (file)
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "88b0736a5691b68b8e16a4b7ee8e4c8596810c5a20989ea5b5f64870a7c25740"
+SRC_URI[sha256sum] = "1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a"
 
 RDEPENDS_${PN} += " \
     python3-attrs \