mbox

[0/4] Upgrades for 2026-08-03

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

Pull-request

https://git.openembedded.org/openembedded-core-contrib timo/upgrades-20260803

Message

Tim Orling Aug. 3, 2026, 11:26 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

* Upgrade python3-cryptography,-vectors to 50.0.0
  - all ptests pass in local core-image-ptest-python3-crytpography run
    on qemux86-64
* Upgrade python3-uv-build to 0.12.1
  - No issues seen in building for qemux86-64
* Upgrade python3-webosckets to 17.0.1
* Revert enabling ptest for python3-websockets, the tests/ are no longer
  packaged in the sdist and this is intentional. The upstream docs
  directly warn against packagers running the tests.

The following changes since commit fca8500024b7d3470fb046aaa5c7fef311ea018d:

  libssh2: fix CVE-2026-66035 (2026-08-03 18:04:08 +0100)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib timo/upgrades-20260803
  https://git.openembedded.org/openembedded-core-contrib/log/?h=timo/upgrades-20260803

for you to fetch changes up to 67b03cb15e4d75bced1c4837a0cf391105a2a379:

  Revert "python3-websockets: enable ptest" (2026-08-03 16:18:14 -0700)

----------------------------------------------------------------

Tim Orling (4):
  python3-cryptography{-vectors}: upgrade 49.0.0 -> 50.0.0
  python3-uv-build: upgrade 0.11.32 -> 0.12.1
  python3-websockets: upgrade 16.1.1 -> 17.0.1
  Revert "python3-websockets: enable ptest"

 .../distro/include/ptest-packagelists.inc     |   1 -
 .../python/python3-cryptography-common.inc    |   2 +-
 .../python/python3-cryptography-crates.inc    |  40 ++---
 .../python/python3-cryptography-vectors.bb    |   2 +-
 .../python/python3-cryptography.bb            |   2 +-
 ...toml-remove-benchmark-disable-option.patch |  12 +-
 .../python/python3-uv-build-crates.inc        | 170 ++++++++++--------
 ..._0.11.32.bb => python3-uv-build_0.12.1.bb} |   2 +-
 .../python/python3-websockets/run-ptest       |   7 -
 .../python/python3-websockets_16.1.1.bb       |  29 ---
 .../python/python3-websockets_17.0.1.bb       |  15 ++
 11 files changed, 140 insertions(+), 142 deletions(-)
 rename meta/recipes-devtools/python/{python3-uv-build_0.11.32.bb => python3-uv-build_0.12.1.bb} (92%)
 delete mode 100644 meta/recipes-devtools/python/python3-websockets/run-ptest
 delete mode 100644 meta/recipes-devtools/python/python3-websockets_16.1.1.bb
 create mode 100644 meta/recipes-devtools/python/python3-websockets_17.0.1.bb