File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212[project ]
1313name = " pyvips-binary"
1414# Must be kept in sync with `scripts/download-vips.py`
15- version = " 8.15.0 "
15+ version = " 8.15.3 "
1616authors = [
1717 {
name =
" John Cupitt" ,
email =
" [email protected] " },
1818]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ includedir=\${prefix}/include
3030
3131Name: vips
3232Description: Image processing library
33- Version: 8.15.0
33+ Version: 8.15.3
3434Requires:
3535Libs: -L\$ {libdir} ${linkname}
3636Cflags: -I\$ {includedir} -I\$ {includedir}/glib-2.0 -I\$ {libdir}/glib-2.0/include
Original file line number Diff line number Diff line change 1111from 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 '
1515BASE_LOC = (
1616 'https://github.com/kleisauke/libvips-packaging/releases'
1717)
You can’t perform that action at this time.
0 commit comments