Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] AUH upgrades for 2025-06-01
@ 2025-06-01 22:26 tim.orling
  2025-06-01 22:26 ` [PATCH 1/8] python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1 tim.orling
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: tim.orling @ 2025-06-01 22:26 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-06-02 22:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-01 22:26 [PATCH 0/8] AUH upgrades for 2025-06-01 tim.orling
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox