Skip to content

Updated zlib to 1.3#7344

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:zlib
Aug 21, 2023
Merged

Updated zlib to 1.3#7344
hugovk merged 1 commit intopython-pillow:mainfrom
radarhere:zlib

Conversation

@radarhere
Copy link
Member

def test_sanity(self, tmp_path):
# internal version number
assert re.search(r"\d+\.\d+\.\d+(\.\d+)?$", features.version_codec("zlib"))
assert re.search(r"\d+(\.\d+){1,3}$", features.version_codec("zlib"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this change, our test suite fails with zlib 1.3, as this code presumes zlib versions are X.Y.Z, not just X.Y.

The Cygwin builds have actually started failing on main because this is missing - https://github.com/python-pillow/Pillow/actions/runs/5921422961

@hugovk hugovk merged commit bb7b3d2 into python-pillow:main Aug 21, 2023
@radarhere radarhere deleted the zlib branch August 21, 2023 05:12
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