diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-08-29 10:11:21 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-30 21:59:38 +0100 |
commit | 1084027090b7e3927016e7f403d2f72668700eb9 (patch) | |
tree | cb048cf050a0f7312c5379b3733dfea36fd148df | |
parent | d78224151d076ea900c74fc5f6acc418cf65c4ea (diff) | |
download | poky-1084027090b7e3927016e7f403d2f72668700eb9.tar.gz |
python3-hypothesis: upgrade 6.111.1 -> 6.111.2
Changelog (https://hypothesis.readthedocs.io/en/latest/changes.html)
6.111.2 - 2024-08-24
- This patch contains some internal code cleanup. There is no user-visible change.
(From OE-Core rev: 0c8b7df87ab5dca0618ddf5acdcd3e8eedc1163f)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.111.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.111.2.bb index 04c8d537fd..3da0ce8c04 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.111.2.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] = "6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5" | 16 | SRC_URI[sha256sum] = "0496ad28c7240ee9ba89fcc7fb1dc74e89f3e40fbcbbb5f73c0091558dec8e6e" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |