Skip to content

Commit

Permalink
pillow v9.0.1
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Feb 4, 2022
2 parents 3aecc20 + d395a80 commit 38af2c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set LIBRARY_DIRS=%LIBRARY_BIN%;%LIBRARY_LIB%
set JPEG_ROOT=%LIBRARY_PREFIX%
set JPEG2K_ROOT=%LIBRARY_PREFIX%
set ZLIB_ROOT=%LIBRARY_PREFIX%
set IMAGEQUANT_ROOT=%LIBRARY_PREFIX%
:: currently disabled, see meta.yaml
:: set IMAGEQUANT_ROOT=%LIBRARY_PREFIX%
set TIFF_ROOT=%LIBRARY_PREFIX%
set FREETYPE_ROOT=%LIBRARY_PREFIX%
set FRIBIDI_ROOT=%LIBRARY_PREFIX%
Expand Down
8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "9.0.0" %}
{% set version = "9.0.1" %}

package:
name: pillow
version: {{ version }}

source:
url: https://github.com/python-pillow/Pillow/archive/refs/tags/{{ version }}.tar.gz
sha256: da6e69e9f11e9ea7081730abbf7bb8b0539cacfafa7a2ce934e1fe088db68fe7
sha256: 01305f0befb644ce7fe90aa0c87573b9163a21d0e65149e8166c24974d9d37d2
patches:
- patches/0001-Build-without-USE_WIN32_FILEIO.patch
# upstream CI has a quirk that needs extra quotes for py37/py38 on windows;
Expand Down Expand Up @@ -36,7 +36,9 @@ requirements:
- openjpeg
- lcms2
# not available elsewhere
- libimagequant # [x86_64]
# currently disabled on windows due to libimagequant depending on llvm-openmp, see
# https://github.com/pytorch/pytorch/issues/72293
- libimagequant # [x86_64 and not win]
- libtiff
- libwebp
- libxcb
Expand Down

0 comments on commit 38af2c9

Please sign in to comment.