From: tim.orling@konsulko.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] python3-maturin: upgrade to 1.11.5 and fix tests
Date: Wed, 21 Jan 2026 13:07:16 -0800 [thread overview]
Message-ID: <cover.1769028980.git.tim.orling@konsulko.com> (raw)
From: Tim Orling <tim.orling@konsulko.com>
Now that we are a few releases into the 1.11.0 series, maturin looks to
be stable enough to update again.
At some point in the 1.10.x series, the oe-selftest runtime tests stopped
working, or else it is related to the Python 3.14 upgrade. Either way, the
guessing_game code from the Rust Book (and the Maturin Tutorial) has been
updated in this series and the selftests aligned to the changes.
This series was tested on qemux86-64 and the maturin oe-selftest runtime tests pass.
This series is based on top of the current master-next.
The following changes since commit d2adaa1f3dbed35bdc58c89de1da4c90123e1def:
uki.bbclass: fix building of UKI images with multiple initramfs fstypes (2026-01-20 08:59:08 +0000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib timo/recipe-upgrades_2026-01-20
https://git.openembedded.org/openembedded-core-contrib/log/?h=timo/recipe-upgrades_2026-01-20
for you to fetch changes up to 73bea91160931edef54adf84a40f79c60e1ef9a6:
oeqa/runtime: Update tests for maturin (2026-01-21 12:25:23 -0800)
----------------------------------------------------------------
Tim Orling (3):
python3-maturin: upgrade 1.10.2 -> 1.11.5
lib/oeqa/files/maturin: update guessing_game
oeqa/runtime: Update tests for maturin
.../files/maturin/guessing-game/Cargo.toml | 12 +-
.../maturin/guessing-game/pyproject.toml | 2 +-
.../files/maturin/guessing-game/src/lib.rs | 4 +-
meta/lib/oeqa/runtime/cases/maturin.py | 9 +-
.../python/python3-maturin-crates.inc | 316 +++++++++---------
...in_1.10.2.bb => python3-maturin_1.11.5.bb} | 2 +-
6 files changed, 176 insertions(+), 169 deletions(-)
rename meta/recipes-devtools/python/{python3-maturin_1.10.2.bb => python3-maturin_1.11.5.bb} (92%)
--
2.43.0
next reply other threads:[~2026-01-21 21:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 21:07 tim.orling [this message]
2026-01-21 21:07 ` [PATCH 1/3] python3-maturin: upgrade 1.10.2 -> 1.11.5 tim.orling
2026-01-21 21:07 ` [PATCH 2/3] lib/oeqa/files/maturin: update guessing_game tim.orling
2026-01-21 21:07 ` [PATCH 3/3] oeqa/runtime: Update tests for maturin tim.orling
2026-01-21 21:15 ` Patchtest results for " patchtest
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=cover.1769028980.git.tim.orling@konsulko.com \
--to=tim.orling@konsulko.com \
--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.