Skip to content

Commit

Permalink
Merge pull request #12 from AnacondaRecipes/9.3.0-update
Browse files Browse the repository at this point in the history
9.3.0 update
  • Loading branch information
ViridianMelody committed Dec 19, 2022
2 parents 0505871 + 5a8a3c8 commit 3b95dbd
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 3b95dbd

Please sign in to comment.