diff --git a/pillow-10.4.0.tar.gz b/pillow-11.1.0.tar.gz similarity index 81% rename from pillow-10.4.0.tar.gz rename to pillow-11.1.0.tar.gz index a0a61c441856c74385c1b6c2ee5882d175b82da9..a806cd31757372075fc768d4efd6a3dd0a97af02 100644 Binary files a/pillow-10.4.0.tar.gz and b/pillow-11.1.0.tar.gz differ diff --git a/python-pillow.spec b/python-pillow.spec index da713759265d24d5652a69ac80d2bf08b714f196..2cf95d717fd3b8641d063621ea564375d597b2f2 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -3,12 +3,12 @@ %global with_docs 0 Name: python-pillow -Version: 10.4.0 +Version: 11.1.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: %{pypi_source pillow} 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 @@ -147,6 +147,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Mon Mar 24 2025 Ge Wang - 11.1.0-1 +- Upgrade version to 11.1.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