Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.3.0 update #12

Merged
merged 13 commits into from Dec 19, 2022
8 changes: 4 additions & 4 deletions recipe/meta.yaml
@@ -1,18 +1,18 @@
{% set name = "pillow" %}
{% set version = "9.2.0" %}
{% set version = "9.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/Pillow-{{ version }}.tar.gz
sha256: 75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04
sha256: c935a22a557a560108d780f9a0fc426dd7459940dc54faa49d83249c8d3e760f
patches:
- disable_detect.patch # [unix]

build:
number: 1
number: 0
skip: true # [py<37]
ignore_run_exports:
- tk
Expand Down Expand Up @@ -79,7 +79,7 @@ about:
description: |
Pillow is the friendly PIL fork. PIL is the Python Imaging Library,
adds image processing capabilities to your Python interpreter.
doc_url: https://pillow.readthedocs.io/en/4.2.x/
doc_url: https://pillow.readthedocs.io/
doc_source_url: https://github.com/python-pillow/Pillow/blob/4.2.x/docs/index.rst
dev_url: https://github.com/python-pillow/Pillow

Expand Down