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

pillow 9.4.0 #16

Merged
merged 4 commits into from Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/meta.yaml
@@ -1,18 +1,18 @@
{% set name = "pillow" %}
{% set version = "9.3.0" %}
{% set version = "9.4.0" %}

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

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

build:
number: 2
number: 0
skip: true # [py<37]

requirements:
Expand All @@ -27,7 +27,7 @@ requirements:
# Additional double quotes for Core version: "9.2.0" on win-64 for python 3.7 and python 3.8.
# The last version of pillow we built (v9.0.1) was built using conda-build-3.21.7,
# Looking at the conda-build changelog for v3.21.9, it was noticed some changes to support the new setuptools >=60.0
# Check if the issue persists in the next releases
# 2023/2/23: It persists in 9.4.0. Check if the issue persists in the next releases
- setuptools <60 # [win and (py==37 or py==38)]
- setuptools # [not (win and (py==37 or py==38))]
- wheel
Expand Down