diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-10-25 22:44:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-27 09:46:41 +0100 |
commit | 353d3d2f8a24407b57bf1f64318d3d33011cf9dc (patch) | |
tree | aab63a2228f71d27855f6451f2a3a51efd8f45b8 | |
parent | 18f933d20d3bb272133ddc8b6abe89572067a86f (diff) | |
download | poky-353d3d2f8a24407b57bf1f64318d3d33011cf9dc.tar.gz |
python3-hypothesis: upgrade 6.23.2 -> 6.24.0
6.24.0 - 2021-10-23
* This patch updates our vendored list of top-level domains, which is used
by the provisional domains() strategy.
* (did you know that gTLDs can be both added and removed?)
6.23.4 - 2021-10-20
* This patch adds an error for when shapes in xps.arrays() is not passed
as either a valid shape or strategy.
6.23.3 - 2021-10-18
* This patch updates our formatting with shed.
(From OE-Core rev: b7d90cf4fe2a021e8709a64bcae285ec81eb5ed8)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb index 4ffba1c612..50f7e01061 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.23.2.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://test_rle.py \ | 13 | file://test_rle.py \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "b71b257916c91484716a10220ed2b9a0cf82acc3ed8ef421bb2aa0a671761053" | 16 | SRC_URI[sha256sum] = "ef53bd1c4756436be2e8d4a2e16f6f5ffbca7acbe8041e6872aea16176ff3806" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |