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
This commit is contained in:
Oliver Kurz 2022-01-04 20:24:58 +00:00 committed by Git OBS Bridge
parent 7f3ac5bbb8
commit 87b78bad68
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed
size 49368411

3
Pillow-9.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee6e2963e92762923956fe5d3479b1fdc3b76c83f290aad131a2f98c3df0593e
size 49513779

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 3 08:31:45 UTC 2022 - Michael Ströder <michael@stroeder.com>
- 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 <dmueller@suse.com>

View File

@ -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