diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bf28f58..44eba1a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pillow" %} -{% set version = "9.2.0" %} +{% set version = "9.3.0" %} package: name: {{ name|lower }} @@ -7,12 +7,12 @@ package: 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 @@ -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