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
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{% set name = "pillow" %}
{% set version = "11.1.0" %}
{% set version = "11.2.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20
patches: # [osx]
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6
patches: # [osx]
- patches/osx_sdk_path.patch # [osx]

build:
number: 1
skip: true # [py<39 or s390x]
number: 0
skip: true # [py<39 or s390x]

requirements:
build:
Expand All @@ -21,8 +22,7 @@ requirements:
host:
- python
- pip
- setuptools >=67.8
- wheel
- setuptools >=77
# Required by default
- jpeg {{ jpeg }}
- zlib {{ zlib }}
Expand Down Expand Up @@ -61,7 +61,7 @@ test:
- pip
commands:
- pip check
- python -c "from PIL.Image import core"
- "python -c \"from PIL.Image import core\""

about:
home: https://pillow.readthedocs.io
Expand All @@ -80,4 +80,4 @@ extra:
- jakirkham
- patricksnape
- pelson
- ocefpaf
- ocefpaf