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.3.0 with libjpeg-turbo #128

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated v9.3.0
  • Loading branch information
regro-cf-autotick-bot authored and h-vetinari committed Jan 2, 2023
commit 4dcce3d26451a40ccdd2b8433c9fa017dba86803
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "9.2.0" %}
{% set version = "9.3.0" %}

package:
name: pillow
version: {{ version }}

source:
url: https://github.com/python-pillow/Pillow/archive/refs/tags/{{ version }}.tar.gz
sha256: 95836f00972dbf724bf1270178683a0ac4ea23c6c3a980858fc9f2f9456e32ef
sha256: 188b2a5fd445b2afa05bc0c1318ce49d4335ebbb69417fbb79acaf0a0784709e
patches:
- patches/0001-Build-without-USE_WIN32_FILEIO.patch
# upstream CI has a quirk that needs extra quotes for py37/py38 on windows;
Expand All @@ -18,7 +18,7 @@ source:
- patches/0004-Added-patch-to-fix-failing-Windows-test.patch

build:
number: 4
number: 0

requirements:
build:
Expand Down