From 87b78bad689592f87e79a4f48fb87f89cdeb203d19a5fa480dbb53679d33e4dc Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Tue, 4 Jan 2022 20:24:58 +0000 Subject: [PATCH] Accepting request 943545 from home:stroeder:python Update to 9.0.0 Note: Does not build on Leap because upstream dropped support for Python 3.6 which is EOL. OBS-URL: https://build.opensuse.org/request/show/943545 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=122 --- Pillow-8.4.0.tar.gz | 3 --- Pillow-9.0.0.tar.gz | 3 +++ python-Pillow.changes | 16 ++++++++++++++++ python-Pillow.spec | 5 +++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 Pillow-8.4.0.tar.gz create mode 100644 Pillow-9.0.0.tar.gz diff --git a/Pillow-8.4.0.tar.gz b/Pillow-8.4.0.tar.gz deleted file mode 100644 index a0afadd..0000000 --- a/Pillow-8.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed -size 49368411 diff --git a/Pillow-9.0.0.tar.gz b/Pillow-9.0.0.tar.gz new file mode 100644 index 0000000..e1307b3 --- /dev/null +++ b/Pillow-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6e2963e92762923956fe5d3479b1fdc3b76c83f290aad131a2f98c3df0593e +size 49513779 diff --git a/python-Pillow.changes b/python-Pillow.changes index a151ba5..096a8b6 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 3 08:31:45 UTC 2022 - Michael Ströder + +- update to 9.0.0 + * Dropped support for Python 3.6 + * PILLOW_VERSION has been removed. Use __version__ instead. + * Support for FreeType 2.7 has been removed; FreeType 2.8 is the minimum supported. + * Image.show command parameter has been removed. Use a subclass of PIL.ImageShow.Viewer instead. + * Image._showxv has been removed. Use show() instead. + * ImageFile.raise_ioerror: IOError was merged into OSError in Python 3.3. + * So, ImageFile.raise_ioerror has been removed. Use ImageFile.raise_oserror instead. + * An optional line width parameter has been added to ImageDraw.Draw.polygon. + * API Addition: If xdg-open is present on Linux, this new PIL.ImageShow.Viewer subclass + will be registered. It displays images using the application selected by the system. + * Added support for “title” argument to DisplayViewer + ------------------------------------------------------------------- Sat Oct 30 20:25:05 UTC 2021 - Dirk Müller diff --git a/python-Pillow.spec b/python-Pillow.spec index ea15a99..100dcbe 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pillow # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,10 @@ %define oldpython python %define skip_python2 1 +%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pillow -Version: 8.4.0 +Version: 9.0.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND