Skip to content

Commit ea769b2

Browse files
committed
Upgrade to libvips v8.15.3
1 parent 58518d6 commit ea769b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyvips-binary/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212
[project]
1313
name = "pyvips-binary"
1414
# Must be kept in sync with `scripts/download-vips.py`
15-
version = "8.15.0"
15+
version = "8.15.3"
1616
authors = [
1717
{name = "John Cupitt", email = "[email protected]"},
1818
]

pyvips-binary/scripts/cibw_before_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ includedir=\${prefix}/include
3030
3131
Name: vips
3232
Description: Image processing library
33-
Version: 8.15.0
33+
Version: 8.15.3
3434
Requires:
3535
Libs: -L\${libdir} ${linkname}
3636
Cflags: -I\${includedir} -I\${includedir}/glib-2.0 -I\${libdir}/glib-2.0/include

pyvips-binary/scripts/download-vips.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from urllib.error import HTTPError
1212

1313
# Must be kept in sync with `../pyproject.toml`
14-
VIPS_VERSION = '8.15.0'
14+
VIPS_VERSION = '8.15.3'
1515
BASE_LOC = (
1616
'https://github.com/kleisauke/libvips-packaging/releases'
1717
)

0 commit comments

Comments
 (0)