Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "pillow" %}
{% set version = "11.3.0" %}
{% set version = "12.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pillow-{{ version }}.tar.gz
sha256: 3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523
patches: # [osx]
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pillow-{{ version }}.tar.gz
sha256: 87d4f8125c9988bfbed67af47dd7a953e2fc7b0cc1e7800ec6d2080d490bb353
patches: # [osx]
- patches/0001-fix-osx-sdk-path.patch # [osx]

build:
number: 0
skip: true # [py<39]
skip: true # [py<310]

requirements:
build:
Expand All @@ -22,7 +22,6 @@ requirements:
host:
- python
- pip
- wheel
- setuptools >=77
# Required by default
- jpeg {{ jpeg }}
Expand All @@ -41,6 +40,7 @@ requirements:
- libwebp-base {{ libwebp }}
- openjpeg {{ openjpeg }}
- libxcb {{ libxcb }} # [linux]
- pybind11
run:
- python
- freetype
Expand Down