Skip to content
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

Updated zlib to 1.3 #7344

Merged
merged 1 commit into from Aug 21, 2023
Merged

Updated zlib to 1.3 #7344

merged 1 commit into from Aug 21, 2023

Conversation

radarhere
Copy link
Member

zlib 1.3 has been released - https://zlib.net/

@@ -79,7 +79,7 @@ def get_chunks(self, filename):

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
52 of 53 checks passed
@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.

None yet

2 participants