mbox

[0/8] AUH upgrades for 2025-06-01

Message ID cover.1748816484.git.tim.orling@konsulko.com
State Not Applicable, archived
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib timo/upgrades-2025-06-01

Message

Tim Orling June 1, 2025, 10:26 p.m. UTC
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%)