From: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
To: openembedded-core@lists.openembedded.org
Cc: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
Subject: [PATCH 3/3] python3-hypothesis: upgrade 6.165.2 -> 6.165.6
Date: Fri, 14 Aug 2026 13:03:32 +0200 [thread overview]
Message-ID: <20260814110332.38407-4-jaipaul.cheernam@est.tech> (raw)
In-Reply-To: <20260814110332.38407-1-jaipaul.cheernam@est.tech>
ChangeLog: https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-165-6
Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
.../python/python3-hypothesis-crates.inc | 20 +++++++++----------
...165.2.bb => python3-hypothesis_6.165.6.bb} | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.165.2.bb => python3-hypothesis_6.165.6.bb} (92%)
diff --git a/meta/recipes-devtools/python/python3-hypothesis-crates.inc b/meta/recipes-devtools/python/python3-hypothesis-crates.inc
index efce454843..080e6ed7f4 100644
--- a/meta/recipes-devtools/python/python3-hypothesis-crates.inc
+++ b/meta/recipes-devtools/python/python3-hypothesis-crates.inc
@@ -12,11 +12,11 @@ SRC_URI += " \
crate://crates.io/portable-atomic/1.13.1 \
crate://crates.io/ppv-lite86/0.2.21 \
crate://crates.io/proc-macro2/1.0.106 \
- crate://crates.io/pyo3/0.29.0 \
- crate://crates.io/pyo3-build-config/0.29.0 \
- crate://crates.io/pyo3-ffi/0.29.0 \
- crate://crates.io/pyo3-macros/0.29.0 \
- crate://crates.io/pyo3-macros-backend/0.29.0 \
+ crate://crates.io/pyo3/0.29.2 \
+ crate://crates.io/pyo3-build-config/0.29.2 \
+ crate://crates.io/pyo3-ffi/0.29.2 \
+ crate://crates.io/pyo3-macros/0.29.2 \
+ crate://crates.io/pyo3-macros-backend/0.29.2 \
crate://crates.io/quote/1.0.46 \
crate://crates.io/r-efi/5.3.0 \
crate://crates.io/rand/0.9.4 \
@@ -41,11 +41,11 @@ SRC_URI[once_cell-1.21.4.sha256sum] = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d0
SRC_URI[portable-atomic-1.13.1.sha256sum] = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
SRC_URI[ppv-lite86-0.2.21.sha256sum] = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
SRC_URI[proc-macro2-1.0.106.sha256sum] = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
-SRC_URI[pyo3-0.29.0.sha256sum] = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
-SRC_URI[pyo3-build-config-0.29.0.sha256sum] = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
-SRC_URI[pyo3-ffi-0.29.0.sha256sum] = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
-SRC_URI[pyo3-macros-0.29.0.sha256sum] = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
-SRC_URI[pyo3-macros-backend-0.29.0.sha256sum] = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
+SRC_URI[pyo3-0.29.2.sha256sum] = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
+SRC_URI[pyo3-build-config-0.29.2.sha256sum] = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
+SRC_URI[pyo3-ffi-0.29.2.sha256sum] = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
+SRC_URI[pyo3-macros-0.29.2.sha256sum] = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
+SRC_URI[pyo3-macros-backend-0.29.2.sha256sum] = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
SRC_URI[quote-1.0.46.sha256sum] = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
SRC_URI[r-efi-5.3.0.sha256sum] = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
SRC_URI[rand-0.9.4.sha256sum] = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb
index 0776519a10..2de6a9c069 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb
@@ -17,7 +17,7 @@ SRC_URI += " \
file://test_rle.py \
"
-SRC_URI[sha256sum] = "680a1adf523ac792b46064f425b112ce6c08a7a8f50e65d08e029de6aa11df95"
+SRC_URI[sha256sum] = "35d6e462a7827fbce9e833efc48921d7879391dd1f742431da48ba71bafe2a59"
RDEPENDS:${PN} += " \
python3-attrs \
prev parent reply other threads:[~2026-08-14 11:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 11:03 [PATCH 0/3] python packages upgrade Jaipaul Cheernam
2026-08-14 11:03 ` [PATCH 1/3] python3-pbr: upgrade 7.0.3 -> 7.1.0 Jaipaul Cheernam
2026-08-14 11:03 ` [PATCH 2/3] python3-uv-build: upgrade 0.12.3 -> 0.12.4 Jaipaul Cheernam
2026-08-14 11:03 ` Jaipaul Cheernam [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260814110332.38407-4-jaipaul.cheernam@est.tech \
--to=jaipaul.cheernam@est.tech \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.