diff --git a/pillow-10.4.0.tar.gz b/pillow-11.0.0.tar.gz similarity index 81% rename from pillow-10.4.0.tar.gz rename to pillow-11.0.0.tar.gz index a0a61c441856c74385c1b6c2ee5882d175b82da9..f3986cac63ba97966fad2202e6c8fd56ed991148 100644 Binary files a/pillow-10.4.0.tar.gz and b/pillow-11.0.0.tar.gz differ diff --git a/python-pillow.spec b/python-pillow.spec index da713759265d24d5652a69ac80d2bf08b714f196..7367105965c68b334d7fe5c8f4728d3df7727cc0 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -3,7 +3,7 @@ %global with_docs 0 Name: python-pillow -Version: 10.4.0 +Version: 11.0.0 Release: 1 Summary: Python image processing library License: MIT @@ -147,6 +147,12 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Tue Nov 05 2024 lixiaoyong - 11.0.0-1 +- Upgrade version to 11.0.0 + Update licence to MIT-CMU + Support writing LONG8 offsets in AppendingTiffWriter + Fixed writing multiple StripOffsets to TIFF + * Mon Aug 19 2024 lilu - 10.4.0-1 - Upgrade version to 10.4.0 - Raise FileNotFoundError if show_file() path does not exist