Re: git: 3599de73cb44 - main - graphics/py-pillow: Update to 10.0.0

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Wed, 19 Jul 2023 15:18:35 UTC
On Sun, Jul 09, 2023 at 09:47:52PM +0000, Po-Chuan Hsieh wrote:
> The branch main has been updated by sunpoet:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3599de73cb44f693f02419d35d4096c1c010a6b8
> 
> commit 3599de73cb44f693f02419d35d4096c1c010a6b8
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> AuthorDate: 2023-07-09 21:47:48 +0000
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> CommitDate: 2023-07-09 21:47:48 +0000
> 
>     graphics/py-pillow: Update to 10.0.0
>     
>     - Convert to USE_PYTHON=pep517
>     
>     Changes:        https://github.com/python-pillow/Pillow/releases
>                     https://pillow.readthedocs.io/en/stable/releasenotes/index.html

This version of pillow is incompatible with previous version, in particular:
https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

so this upgrade breaks some consumers if pillow, for example www/seahub, but
probably more, this is important in particular in python ecosystem to make sure
to check reverse dependencies.

Bapt