Skip to content

Use .tar.gz zlib in Windows build to match macOS and Linux#8601

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:zlib
Dec 15, 2024
Merged

Use .tar.gz zlib in Windows build to match macOS and Linux#8601
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:zlib

Conversation

@radarhere
Copy link
Member

Changes

"zlib": {
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip",
"filename": f"zlib-ng-{V['ZLIBNG']}.zip",

to use .tar.gz, to match
function build_zlib_ng {
if [ -e zlib-stamp ]; then return; fi
fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz

This means that only one file is needed in pillow-depends.

@radarhere radarhere mentioned this pull request Dec 15, 2024
3 tasks
@hugovk hugovk added the Build label Dec 15, 2024
@hugovk hugovk merged commit 6e45e71 into python-pillow:main Dec 15, 2024
65 checks passed
@radarhere radarhere deleted the zlib branch December 15, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants