Skip to content

Wheels 4.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:12
51eb6e4

Added

  • Linux .deb / .rpm packages are now architecture-independent (all / noarch) and install on arm64 (aarch64) as well as amd64 — the package launches the CLI through a portable java -jar launcher instead of an amd64-only native binary, so apt install wheels / dnf install wheels now work on arm64 hosts (#3223)

Fixed

  • The Wheels CLI .rpm now starts on RHEL-family distributions (Rocky Linux, Fedora, AlmaLinux): the /usr/bin/wheels wrapper's Java-21 probe only checked Debian/Ubuntu paths, so wheels failed with "cannot find a Java 21 runtime" even with java-21-openjdk-headless installed. It now also resolves the RHEL/Fedora JRE layout (and falls back to java on PATH) (#3223)