From 93aa46c0311fd1de9006b7ebe23cfc92c7aedf08 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 5 Apr 2022 12:08:09 +0200 Subject: [PATCH] Update to 9.1.0 --- .gitignore | 1 + pillow_mingw.patch | 12 ++++++------ python-pillow.spec | 7 +++++-- python-pillow_sphinx.patch | 6 +++--- python-pillow_spinxwarn.patch | 10 +++++----- sources | 2 +- 6 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 4796a0b..a62b14f 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /Pillow-8.4.0.tar.gz /Pillow-9.0.0.tar.gz /Pillow-9.0.1.tar.gz +/Pillow-9.1.0.tar.gz diff --git a/pillow_mingw.patch b/pillow_mingw.patch index bf99c6f..5d136fd 100644 --- a/pillow_mingw.patch +++ b/pillow_mingw.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference Pillow-9.0.1/setup.py Pillow-9.0.1-new/setup.py ---- Pillow-9.0.1/setup.py 2022-02-03 00:45:27.000000000 +0100 -+++ Pillow-9.0.1-new/setup.py 2022-02-23 09:06:33.272472288 +0100 +diff -rupN --no-dereference Pillow-9.1.0/setup.py Pillow-9.1.0-new/setup.py +--- Pillow-9.1.0/setup.py 2022-04-01 09:48:32.000000000 +0200 ++++ Pillow-9.1.0-new/setup.py 2022-04-05 11:57:42.418117639 +0200 @@ -135,7 +135,7 @@ class RequiredDependencyException(Except pass @@ -64,9 +64,9 @@ diff -rupN --no-dereference Pillow-9.0.1/setup.py Pillow-9.0.1-new/setup.py self._update_extension("PIL._imagingtk", tk_libs) build_ext.build_extensions(self) -diff -rupN --no-dereference Pillow-9.0.1/src/libImaging/ImPlatform.h Pillow-9.0.1-new/src/libImaging/ImPlatform.h ---- Pillow-9.0.1/src/libImaging/ImPlatform.h 2022-02-03 00:45:27.000000000 +0100 -+++ Pillow-9.0.1-new/src/libImaging/ImPlatform.h 2022-02-23 09:06:33.272472288 +0100 +diff -rupN --no-dereference Pillow-9.1.0/src/libImaging/ImPlatform.h Pillow-9.1.0-new/src/libImaging/ImPlatform.h +--- Pillow-9.1.0/src/libImaging/ImPlatform.h 2022-04-01 09:48:32.000000000 +0200 ++++ Pillow-9.1.0-new/src/libImaging/ImPlatform.h 2022-04-05 11:57:42.418117639 +0200 @@ -28,7 +28,7 @@ #if defined(_WIN32) || defined(__CYGWIN__) diff --git a/python-pillow.spec b/python-pillow.spec index 28b6dfc..1e94273 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -12,8 +12,8 @@ %endif Name: python-%{srcname} -Version: 9.0.1 -Release: 7%{?dist} +Version: 9.1.0 +Release: 1%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -299,6 +299,9 @@ popd %changelog +* Tue Apr 05 2022 Sandro Mani - 9.1.0-1 +- Update to 9.1.0 + * Fri Mar 25 2022 Sandro Mani - 9.0.1-7 - Rebuild with mingw-gcc-12 diff --git a/python-pillow_sphinx.patch b/python-pillow_sphinx.patch index 1db7a6c..02b1e64 100644 --- a/python-pillow_sphinx.patch +++ b/python-pillow_sphinx.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference Pillow-9.0.1/docs/conf.py Pillow-9.0.1-new/docs/conf.py ---- Pillow-9.0.1/docs/conf.py 2022-02-03 00:45:27.000000000 +0100 -+++ Pillow-9.0.1-new/docs/conf.py 2022-02-23 09:06:33.169472252 +0100 +diff -rupN --no-dereference Pillow-9.1.0/docs/conf.py Pillow-9.1.0-new/docs/conf.py +--- Pillow-9.1.0/docs/conf.py 2022-04-01 09:48:32.000000000 +0200 ++++ Pillow-9.1.0-new/docs/conf.py 2022-04-05 11:57:42.313119360 +0200 @@ -30,12 +30,10 @@ needs_sphinx = "2.4" # ones. extensions = [ diff --git a/python-pillow_spinxwarn.patch b/python-pillow_spinxwarn.patch index a9698f7..5b299fc 100644 --- a/python-pillow_spinxwarn.patch +++ b/python-pillow_spinxwarn.patch @@ -1,10 +1,10 @@ -diff -rupN --no-dereference Pillow-9.0.1/docs/Makefile Pillow-9.0.1-new/docs/Makefile ---- Pillow-9.0.1/docs/Makefile 2022-02-03 00:45:27.000000000 +0100 -+++ Pillow-9.0.1-new/docs/Makefile 2022-02-23 09:06:33.060472214 +0100 -@@ -42,7 +42,7 @@ clean: - -rm -rf $(BUILDDIR)/* +diff -rupN --no-dereference Pillow-9.1.0/docs/Makefile Pillow-9.1.0-new/docs/Makefile +--- Pillow-9.1.0/docs/Makefile 2022-04-01 09:48:32.000000000 +0200 ++++ Pillow-9.1.0-new/docs/Makefile 2022-04-05 11:57:42.212121016 +0200 +@@ -46,7 +46,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 diff --git a/sources b/sources index 6b980f9..57c3b40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Pillow-9.0.1.tar.gz) = 73893fe079bb2405c87b73b13b6eff198fb8970a891a7c9586bd2620ea0310d54cb35b1d594c6c6d3859e47d8d467700f987ae32aa6d3dc4a2e9286e8749869e +SHA512 (Pillow-9.1.0.tar.gz) = 22ef3a98a36ca8162447b6c716a0a9cff79ae9bf1007b7f835e0a8529fc6a062bea77afff17f444586989fff3e30589a595db34dc78e1e4000b966e8d10172f1