Skip to content

Update wheel names for auditwheel 6.4.0#237

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:auditwheel
Jun 3, 2025
Merged

Update wheel names for auditwheel 6.4.0#237
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:auditwheel

Conversation

@radarhere
Copy link
Copy Markdown
Member

The wheel jobs have start failing, as the wheel filenames have changed.

https://github.com/python-pillow/docker-images/actions/runs/15375222298/job/43259197110 and

Fixed-up wheel written to /output/pillow-11.3.0.dev0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
make[1]: Leaving directory '/home/runner/work/docker-images/docker-images/manylinux2014-wheel-build'
docker run --rm -v /home/runner/work/docker-images/docker-images/Pillow:/Pillow -v pwd/out:/output ***/fedora-41-amd64:main sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
WARNING: Requirement '/output/*cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl' looks like a filename, but the file does not exist

https://github.com/python-pillow/docker-images/actions/runs/15375222298/job/43259197111

Fixed-up wheel written to /output/pillow-11.3.0.dev0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
make[1]: Leaving directory '/home/runner/work/docker-images/docker-images/manylinux_2_28-wheel-build'
docker run --rm -v /home/runner/work/docker-images/docker-images/Pillow:/Pillow -v pwd/out:/output ***/fedora-41-amd64:main sh -c ". /vpy3/bin/activate && python3 -m pip install /output/*cp313-manylinux_2_28_x86_64.whl && cd /Pillow && python3 selftest.py && /usr/bin/xvfb-run -a .ci/test.sh"
WARNING: Requirement '/output/*cp313-manylinux_2_28_x86_64.whl' looks like a filename, but the file does not exist

This would be due to auditwheel 6.4.0 and at least partly pypa/auditwheel#584.

In this PR, I've updated the expected filenames.

@hugovk hugovk changed the title Updated wheel names for auditwheel 6.4.0 Update wheel names for auditwheel 6.4.0 Jun 3, 2025
@hugovk hugovk merged commit 2e4aac6 into python-pillow:main Jun 3, 2025
20 of 21 checks passed
@radarhere radarhere deleted the auditwheel branch June 3, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants