Skip to content

Commit 335dd2a

Browse files
authored
Merge pull request #8591 from radarhere/openjpeg_253
Updated openjpeg to 2.5.3
2 parents 90591d7 + 2215eaf commit 335dd2a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FREETYPE_VERSION=2.13.2
4141
HARFBUZZ_VERSION=10.0.1
4242
LIBPNG_VERSION=1.6.44
4343
JPEGTURBO_VERSION=3.0.4
44-
OPENJPEG_VERSION=2.5.2
44+
OPENJPEG_VERSION=2.5.3
4545
XZ_VERSION=5.6.3
4646
TIFF_VERSION=4.6.0
4747
LCMS2_VERSION=2.16

depends/install_openjpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# install openjpeg
33

4-
archive=openjpeg-2.5.2
4+
archive=openjpeg-2.5.3
55

66
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz
77

docs/installation/building-from-source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Many of Pillow's features require external libraries:
5858
* **openjpeg** provides JPEG 2000 functionality.
5959

6060
* Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**,
61-
**2.4.0**, **2.5.0** and **2.5.2**.
61+
**2.4.0**, **2.5.0**, **2.5.2** and **2.5.3**.
6262
* Pillow does **not** support the earlier **1.5** series which ships
6363
with Debian Jessie.
6464

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def cmd_msbuild(
117117
"LCMS2": "2.16",
118118
"LIBPNG": "1.6.44",
119119
"LIBWEBP": "1.4.0",
120-
"OPENJPEG": "2.5.2",
120+
"OPENJPEG": "2.5.3",
121121
"TIFF": "4.6.0",
122122
"XZ": "5.6.3",
123123
"ZLIB": "1.3.1",

0 commit comments

Comments
 (0)