diff --git a/0001-python-pillow_sphinx-issues.patch b/0001-python-pillow_sphinx-issues.patch deleted file mode 100644 index 76189fb..0000000 --- a/0001-python-pillow_sphinx-issues.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 73338782fc5f18a2e364a43cb2e79b9b7c4a9887 Mon Sep 17 00:00:00 2001 -From: jianli-97 -Date: Wed, 7 Dec 2022 13:55:00 +0800 -Subject: [PATCH] python-pillow_sphinx-issues - ---- - docs/conf.py | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/docs/conf.py b/docs/conf.py -index bc67d93..fa12f25 100644 ---- a/docs/conf.py -+++ b/docs/conf.py -@@ -28,12 +28,10 @@ needs_sphinx = "2.4" - # ones. - extensions = [ - "sphinx_copybutton", -- "sphinx_issues", - "sphinx_removed_in", - "sphinx.ext.autodoc", - "sphinx.ext.intersphinx", -- "sphinx.ext.viewcode", -- "sphinxext.opengraph", -+ "sphinx.ext.viewcode" - ] - - intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} --- -2.33.0 - diff --git a/0001-python-pillow_spinxwarn.patch b/0001-python-pillow_spinxwarn.patch deleted file mode 100644 index 993db3b..0000000 --- a/0001-python-pillow_spinxwarn.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b0678c8f15f0ea0ff0c17b0896b0049b6f9f2992 Mon Sep 17 00:00:00 2001 -From: jianli-97 -Date: Wed, 7 Dec 2022 14:01:44 +0800 -Subject: [PATCH] python-pillow_spinxwarn - ---- - docs/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/Makefile b/docs/Makefile -index 458299a..535d736 100644 ---- a/docs/Makefile -+++ b/docs/Makefile -@@ -47,7 +47,7 @@ install-sphinx: - - html: - $(MAKE) install-sphinx -- $(SPHINXBUILD) -b html -W --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html -+ $(SPHINXBUILD) -b html --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - --- -2.33.0 - diff --git a/9.3.0.tar.gz b/Pillow-9.5.0.tar.gz similarity index 80% rename from 9.3.0.tar.gz rename to Pillow-9.5.0.tar.gz index 9d3237d..fd87fa1 100644 Binary files a/9.3.0.tar.gz and b/Pillow-9.5.0.tar.gz differ diff --git a/python-pillow.spec b/python-pillow.spec index 7560abd..0bbe57e 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -4,15 +4,12 @@ %global with_docs 0 Name: python-pillow -Version: 9.3.0 +Version: 9.5.0 Release: 1 Summary: Python image processing library License: MIT URL: http://python-pillow.github.io/ -Source0: https://github.com/python-pillow/Pillow/archive/refs/tags/%{version}.tar.gz - -Patch0: 0001-python-pillow_spinxwarn.patch -Patch1: 0001-python-pillow_sphinx-issues.patch +Source0: https://github.com/python-pillow/Pillow/archive/%{version}/Pillow-%{version}.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 @@ -150,6 +147,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Mon Apr 10 2023 yaoxin - 9.5.0-1 +- Update to 9.5.0 + * Wed Dec 7 2022 lijian - 9.3.0-1 - Upgrade to 9.3.0