mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 20:06:28 +03:00
Merge branch 'master' of github.com:python-pillow/pillow-wheels
This commit is contained in:
commit
245d9b76b4
|
@ -4,10 +4,10 @@ language:
|
|||
env:
|
||||
global: PILLOW_COMMIT=latest-tag
|
||||
matrix:
|
||||
- VERSION=2.7.9
|
||||
- VERSION=2.7.10
|
||||
- VERSION=3.2.5
|
||||
- VERSION=3.3.5
|
||||
- VERSION=3.4.2
|
||||
- VERSION=3.4.3
|
||||
|
||||
install:
|
||||
- source run_install.sh
|
||||
|
|
Binary file not shown.
BIN
archives/freetype-2.6.tar.gz
Normal file
BIN
archives/freetype-2.6.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
archives/lcms2-2.7.tar.gz
Normal file
BIN
archives/lcms2-2.7.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
archives/libpng-1.6.17.tar.gz
Normal file
BIN
archives/libpng-1.6.17.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
archives/libwebp-0.4.3.tar.gz
Normal file
BIN
archives/libwebp-0.4.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
archives/openjpeg-2.1.0.tar.gz
Normal file
BIN
archives/openjpeg-2.1.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
archives/tiff-4.0.4.tar.gz
Normal file
BIN
archives/tiff-4.0.4.tar.gz
Normal file
Binary file not shown.
|
@ -2,14 +2,14 @@ source terryfy/travis_tools.sh
|
|||
source terryfy/library_installers.sh
|
||||
|
||||
# Package versions for fresh source builds
|
||||
FT_VERSION=2.5.3
|
||||
PNG_VERSION=1.6.12
|
||||
FT_VERSION=2.6
|
||||
PNG_VERSION=1.6.17
|
||||
ZLIB_VERSION=1.2.8
|
||||
JPEG_VERSION=9a
|
||||
OPENJPEG_VERSION=2.0.0
|
||||
TIFF_VERSION=4.0.3
|
||||
LCMS_VERSION=2.6
|
||||
WEBP_VERSION=0.4.0
|
||||
OPENJPEG_VERSION=2.1.0
|
||||
TIFF_VERSION=4.0.4
|
||||
LCMS_VERSION=2.7
|
||||
WEBP_VERSION=0.4.3
|
||||
|
||||
# Need cmake for openjpeg
|
||||
brew install cmake
|
||||
|
|
Loading…
Reference in New Issue
Block a user