Updated xz to 5.6.3 by radarhere · Pull Request #8434 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
Updated xz to 5.6.3#8434
hugovk merged 1 commit intopython-pillow:mainfrom
Updated xz to 5.6.3#8434
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Oct 2, 2024
radarhere
commented
xz 5.6.3 has been released - https://github.com/tukaani-project/xz/releases/tag/v5.6.3
radarhere
added
the
Dependency
label
hugovk reviewed Oct 2, 2024
| ], | ||
| "headers": [r"src\liblzma\api\lzma.h"], | ||
| "libs": [r"liblzma.lib"], | ||
| "libs": [r"lzma.lib"], |
Copy link Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these changes?
Copy link Copy Markdown
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/tukaani-project/xz/releases/tag/v5.6.3
- MSVC: Rename import library from liblzma.lib to lzma.lib while keeping liblzma.dll name as is. This helps with "pkgconf --msvc-syntax --libs liblzma" because it mungles "-llzma" in liblzma.pc to "lzma.lib".
hugovk
merged commit
79f95c9
into
python-pillow:main
radarhere
deleted the
xz
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment