Skip to content

Commit 04438f4

Browse files
authored
Merge pull request #8742 from radarhere/lcms2
Updated lcms2 to 2.17
2 parents f89952c + ad6c4f8 commit 04438f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ JPEGTURBO_VERSION=3.1.0
4444
OPENJPEG_VERSION=2.5.3
4545
XZ_VERSION=5.6.4
4646
TIFF_VERSION=4.6.0
47-
LCMS2_VERSION=2.16
47+
LCMS2_VERSION=2.17
4848
ZLIB_NG_VERSION=2.2.4
4949
LIBWEBP_VERSION=1.5.0
5050
BZIP2_VERSION=1.0.8

docs/installation/building-from-source.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Many of Pillow's features require external libraries:
5151
* **littlecms** provides color management
5252

5353
* Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and
54-
above uses liblcms2. Tested with **1.19** and **2.7-2.16**.
54+
above uses liblcms2. Tested with **1.19** and **2.7-2.17**.
5555

5656
* **libwebp** provides the WebP format.
5757

winbuild/build_prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def cmd_msbuild(
115115
"FRIBIDI": "1.0.16",
116116
"HARFBUZZ": "10.2.0",
117117
"JPEGTURBO": "3.1.0",
118-
"LCMS2": "2.16",
118+
"LCMS2": "2.17",
119119
"LIBIMAGEQUANT": "4.3.4",
120120
"LIBPNG": "1.6.46",
121121
"LIBWEBP": "1.5.0",

0 commit comments

Comments
 (0)