Skip to content

Update wheel names for auditwheel 6.4.0 #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

radarhere
Copy link
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