15
0
forked from pool/python-Pillow

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:
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 +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>