diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bb4e0c7..cffbf38 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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: @@ -21,8 +22,7 @@ requirements: host: - python - pip - - setuptools >=67.8 - - wheel + - setuptools >=77 # Required by default - jpeg {{ jpeg }} - zlib {{ zlib }} @@ -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 @@ -80,4 +80,4 @@ extra: - jakirkham - patricksnape - pelson - - ocefpaf + - ocefpaf \ No newline at end of file