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..c45413f4f4f2eedd3ba1569211dcf39e8cd54c71 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -3,13 +3,12 @@ %global with_docs 0 Name: python-pillow -Version: 10.4.0 +Version: 11.0.0 Release: 1 Summary: Python image processing library License: MIT URL: http://python-pillow.github.io/ -Source0: https://files.pythonhosted.org/packages/source/p/pillow/pillow-%{version}.tar.gz - +Source0: https://files.pythonhosted.org/packages/a5/26/0d95c04c868f6bdb0c447e3ee2de5564411845e36a858cfd63766bc7b563/pillow-11.0.0.tar.gz BuildRequires: freetype-devel ghostscript lcms2-devel libimagequant-devel libjpeg-devel libtiff-devel BuildRequires: libwebp-devel openjpeg2-devel tk-devel zlib-devel python3-cffi python3-devel python3-numpy python3-olefile BuildRequires: python3-qt5 python3-setuptools python3-tkinter gcc @@ -147,6 +146,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Fri Nov 01 2024 xiaozai - 11.0.0-1 +- Upgrade version to 11.0.0 + * Mon Aug 19 2024 lilu - 10.4.0-1 - Upgrade version to 10.4.0 - Raise FileNotFoundError if show_file() path does not exist