diff --git a/Pillow-9.5.0.tar.gz b/Pillow-10.0.0.tar.gz similarity index 80% rename from Pillow-9.5.0.tar.gz rename to Pillow-10.0.0.tar.gz index fd87fa1d698e39b02f9e85c64ef57f525c5b9a3d..21fba65929e8f7f2cef3b2789fd2c2ccd79a2830 100644 Binary files a/Pillow-9.5.0.tar.gz and b/Pillow-10.0.0.tar.gz differ diff --git a/python-pillow.spec b/python-pillow.spec index 9c1cded4ba9cd90ae87024c535ea00b83d2520ff..9b9aff89994e9c649f873796d249fbede5c27307 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -3,12 +3,12 @@ %global with_docs 0 Name: python-pillow -Version: 9.5.0 -Release: 2 +Version: 10.0.0 +Release: 1 Summary: Python image processing library License: MIT URL: http://python-pillow.github.io/ -Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/0f/8b/2ebaf9adcf4260c00f842154865f8730cf745906aa5dd499141fb6063e26/Pillow-10.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 @@ -146,6 +146,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Fri Jul 07 2023 chenzixuan - 10.0.0-1 +- Fix compilation failure due to python-setuptools update to 66.0.0 + * Mon May 08 2023 yaoxin - 9.5.0-2 - Fix compilation failure due to python-setuptools update to 66.0.0