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

Fix version checking so 1.2.11 > 1.2.3 #3

Merged
merged 1 commit into from
Jan 19, 2017

Conversation

hugovk
Copy link

@hugovk hugovk commented Jan 19, 2017

Before:

--------------------------------------------------------------------
PIL SETUP SUMMARY
--------------------------------------------------------------------
version      Pillow 4.1.0.dev0
platform     win32 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59)
             [MSC v.1500 32 bit (Intel)]
--------------------------------------------------------------------
--- JPEG support available
*** OPENJPEG (JPEG2000) support not available
--- ZLIB (PNG/ZIP) support available
*** LIBIMAGEQUANT support not available
*** LIBTIFF support not available
--- FREETYPE2 support available
--- LITTLECMS2 support available
--- WEBP support available
--- WEBPMUX support available
*** Warning: zlib 1.2.11
may contain a security vulnerability.
*** Consider upgrading to zlib 1.2.3 or newer.
*** See: http://www.kb.cert.org/vuls/id/238678
 http://www.kb.cert.org/vuls/id/680620
 http://www.gzip.org/zlib/advisory-2002-03-11.txt
--------------------------------------------------------------------

https://ci.appveyor.com/project/Python-pillow/pillow/build/4.1.pre.2039/job/v0o3uwr2ml6mtxqa#L1344

After:

--------------------------------------------------------------------
PIL SETUP SUMMARY
--------------------------------------------------------------------
version      Pillow 4.1.0.dev0
platform     win32 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59)
             [MSC v.1500 32 bit (Intel)]
--------------------------------------------------------------------
--- JPEG support available
*** OPENJPEG (JPEG2000) support not available
--- ZLIB (PNG/ZIP) support available
*** LIBIMAGEQUANT support not available
*** LIBTIFF support not available
--- FREETYPE2 support available
--- LITTLECMS2 support available
--- WEBP support available
--- WEBPMUX support available
--------------------------------------------------------------------

https://ci.appveyor.com/project/hugovk/pillow/build/4.1.pre.232/job/wsfhfgf1krhq3bls#L1343

@radarhere radarhere merged commit f55dd50 into radarhere:zlib Jan 19, 2017
@hugovk hugovk deleted the radarhere-zlib branch January 19, 2017 08:41
radarhere pushed a commit that referenced this pull request Mar 15, 2019
Added PNM to the list of PPM files
radarhere pushed a commit that referenced this pull request Oct 14, 2020
Co-authored-by: nulano <nulano@nulano.eu>
radarhere pushed a commit that referenced this pull request Apr 30, 2022
Do not install NumPy on Python 3.11

So that's how I was supposed to resolve that merge conflict.  Thank you.
radarhere pushed a commit that referenced this pull request Jun 26, 2022
Optimise palettes with more than 128 colors
radarhere pushed a commit that referenced this pull request Jul 23, 2022
Restored unimplemented DXGI format test
radarhere pushed a commit that referenced this pull request Dec 7, 2022
Free comment when returning early
radarhere pushed a commit that referenced this pull request Dec 31, 2022
radarhere pushed a commit that referenced this pull request May 24, 2023
radarhere pushed a commit that referenced this pull request Sep 24, 2023
pre-commit autoupdate --freeze
radarhere pushed a commit that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants