From: tim.orling@konsulko.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] AUH upgrades for 2025-06-01
Date: Sun, 1 Jun 2025 15:26:13 -0700 [thread overview]
Message-ID: <cover.1748816484.git.tim.orling@konsulko.com> (raw)
From: Tim Orling <tim.orling@konsulko.com>
AUH upgrades for my maintained recipes in oe-core
The following changes since commit 8b69db7b58f5eed90624b0f3c06161d71fd815dc:
python3-wheel: upgrade 0.45.1 -> 0.46.1 (2025-06-01 11:33:36 -0700)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib timo/upgrades-2025-06-01
https://git.yoctoproject.org/poky-contrib/log/?h=timo/upgrades-2025-06-01
Tim Orling (8):
python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1
python3-maturin: upgrade 1.8.3 -> 1.8.6
python3-pluggy: upgrade 1.5.0 -> 1.6.0
python3-cryptography,python3-cryptography-vectors: upgrade 44.0.2 ->
45.0.3
python3-pyopenssl: upgrade 25.0.0 -> 25.1.0
python3-rpds-py: upgrade 0.24.0 -> 0.25.1
python3-urllib3: upgrade 2.3.0 -> 2.4.0
python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1
.../python/python3-cryptography-common.inc | 2 +-
.../python/python3-cryptography-crates.inc | 100 ++---
.../python/python3-cryptography-vectors.bb | 2 +-
.../python/python3-cryptography.bb | 2 +-
...toml-remove-benchmark-disable-option.patch | 6 +-
.../python/python3-maturin-crates.inc | 20 +-
...l-codes-on-riscv32gc-unknown-linux-g.patch | 110 -----
.../python/python3-maturin_1.8.3.bb | 43 --
.../python/python3-maturin_1.8.6.bb | 405 ++++++++++++++++++
...luggy_1.5.0.bb => python3-pluggy_1.6.0.bb} | 2 +-
..._25.0.0.bb => python3-pyopenssl_25.1.0.bb} | 2 +-
.../python/python3-rpds-py-crates.inc | 80 ++--
...py_0.24.0.bb => python3-rpds-py_0.25.1.bb} | 2 +-
...0.bb => python3-setuptools-rust_1.11.1.bb} | 2 +-
....0.bb => python3-snowballstemmer_3.0.1.bb} | 4 +-
...lib3_2.3.0.bb => python3-urllib3_2.4.0.bb} | 2 +-
16 files changed, 518 insertions(+), 266 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-maturin/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch
delete mode 100644 meta/recipes-devtools/python/python3-maturin_1.8.3.bb
create mode 100644 meta/recipes-devtools/python/python3-maturin_1.8.6.bb
rename meta/recipes-devtools/python/{python3-pluggy_1.5.0.bb => python3-pluggy_1.6.0.bb} (80%)
rename meta/recipes-devtools/python/{python3-pyopenssl_25.0.0.bb => python3-pyopenssl_25.1.0.bb} (85%)
rename meta/recipes-devtools/python/{python3-rpds-py_0.24.0.bb => python3-rpds-py_0.25.1.bb} (85%)
rename meta/recipes-devtools/python/{python3-setuptools-rust_1.11.0.bb => python3-setuptools-rust_1.11.1.bb} (91%)
rename meta/recipes-devtools/python/{python3-snowballstemmer_2.2.0.bb => python3-snowballstemmer_3.0.1.bb} (68%)
rename meta/recipes-devtools/python/{python3-urllib3_2.3.0.bb => python3-urllib3_2.4.0.bb} (87%)
--
2.43.0
next reply other threads:[~2025-06-01 22:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-01 22:26 tim.orling [this message]
2025-06-01 22:26 ` [PATCH 1/8] python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1 tim.orling
2025-06-01 22:26 ` [PATCH 2/8] python3-maturin: upgrade 1.8.3 -> 1.8.6 tim.orling
2025-06-02 8:08 ` [OE-core] " Alexander Kanavin
2025-06-02 15:19 ` Tim Orling
2025-06-02 21:32 ` Khem Raj
2025-06-02 21:48 ` Tim Orling
2025-06-02 22:12 ` Tim Orling
2025-06-01 22:26 ` [PATCH 3/8] python3-pluggy: upgrade 1.5.0 -> 1.6.0 tim.orling
2025-06-01 22:26 ` [PATCH 4/8] python3-cryptography,python3-cryptography-vectors: upgrade 44.0.2 -> 45.0.3 tim.orling
2025-06-01 22:26 ` [PATCH 5/8] python3-pyopenssl: upgrade 25.0.0 -> 25.1.0 tim.orling
2025-06-01 22:26 ` [PATCH 6/8] python3-rpds-py: upgrade 0.24.0 -> 0.25.1 tim.orling
2025-06-01 22:26 ` [PATCH 7/8] python3-urllib3: upgrade 2.3.0 -> 2.4.0 tim.orling
2025-06-01 22:26 ` [PATCH 8/8] python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1 tim.orling
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.1748816484.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.