Skip to content

Commit d64f56f

Browse files
committed
Updated openjpeg to 2.5.4
1 parent abfdbdd commit d64f56f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ FREETYPE_VERSION=2.13.3
9797
HARFBUZZ_VERSION=11.4.5
9898
LIBPNG_VERSION=1.6.50
9999
JPEGTURBO_VERSION=3.1.2
100-
OPENJPEG_VERSION=2.5.3
100+
OPENJPEG_VERSION=2.5.4
101101
XZ_VERSION=5.8.1
102102
ZSTD_VERSION=1.5.7
103103
TIFF_VERSION=4.7.0

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.3
4+
archive=openjpeg-2.5.4
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**, **2.5.2** and **2.5.3**.
61+
**2.4.0**, **2.5.0**, **2.5.2**, **2.5.3** and **2.5.4**.
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
@@ -123,7 +123,7 @@ def cmd_msbuild(
123123
"LIBIMAGEQUANT": "4.4.0",
124124
"LIBPNG": "1.6.50",
125125
"LIBWEBP": "1.6.0",
126-
"OPENJPEG": "2.5.3",
126+
"OPENJPEG": "2.5.4",
127127
"TIFF": "4.7.0",
128128
"XZ": "5.8.1",
129129
"ZLIBNG": "2.2.5",

0 commit comments

Comments
 (0)