Dirk Mueller 2022-04-08 16:51:58 +00:00 committed by Git OBS Bridge
parent 33df33996c
commit aeb52a574e
4 changed files with 57 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Apr 8 16:44:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 9.1.0:
* Fix loading FriBiDi on Alpine #6165
* Added setting for converting GIF P frames to RGB #6150
* Allow 1 mode images to be inverted #6034
* Raise ValueError when trying to save empty JPEG #6159
* Always save TIFF with contiguous planar configuration #5973
* Connected discontiguous polygon corners #5980
* Ensure Tkinter hook is activated for getimage() #6032
* Use screencapture arguments to crop on macOS #6152
* Do not mark L mode JPEG as 1 bit in PDF #6151
* Added support for reading I;16R TIFF images #6132
* If an error occurs after creating a file, remove the file #6134
* Fixed calling DisplayViewer or XVViewer without a title #6136
* Retain RGBA transparency when saving multiple GIF frames #6128
* Save additional ICO frames with other bit depths if supplied #6122
* Handle EXIF data truncated to just the header #6124
* Added support for reading BMP images with RLE8 compression #6102
* Support Python distributions where _tkinter is compiled in #6006
* Added support for PPM arbitrary maxval #6119
* Added BigTIFF reading #6097
* When converting, clip I;16 to be unsigned, not signed #6112
* Fixed loading L mode GIF with transparency #6086
* Improved handling of PPM header #5121
* Reset size when seeking away from "Large Thumbnail" MPO frame #6101
* Replace requirements.txt with extras #6072
* Added PyEncoder and support BLP saving #6069
* Handle TGA images with packets that cross scan lines #6087
* Added FITS reading #6056
* Added rawmode argument to Image.getpalette() #6061
* Fixed BUFR, GRIB and HDF5 stub saving #6071
* Do not automatically remove temporary ImageShow files on Unix #6045
* Correctly read JPEG compressed BLP images #4685
* Merged _MODE_CONV typ into ImageMode as typestr #6057
* Consider palette size when converting and in getpalette() #6060
* Added enums #5954
* Ensure image is opaque after converting P to PA with RGB palette #6052
* Attach RGBA palettes from putpalette() when suitable #6054
* Added get_photoshop_blocks() to parse Photoshop TIFF tag #6030
* Drop excess values in BITSPERSAMPLE #6041
* Added unpacker from RGBA;15 to RGB #6031
* Enable arm64 for MSVC on Windows #5811
* Keep IPython/Jupyter text/plain output stable #5891
* Raise an error when performing a negative crop #5972
* Deprecated show_file "file" argument in favour of "path" #5959
* Fixed SPIDER images for use with Bio-formats library #5956
* Ensure duplicated file pointer is closed #5946
* Added specific error if path coordinate type is incorrect #5942
* Return an empty bytestring from tobytes() for an empty image #5938
* Remove readonly from Image.__eq__ #5930
-------------------------------------------------------------------
Thu Feb 3 20:00:39 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-Pillow
Version: 9.0.1
Version: 9.1.0
Release: 0
Summary: Python Imaging Library (Fork)
License: HPND