- update to 10.1.0:
* Added TrueType default font to allow for different sizes * Fixed invalid argument warning #7442 * Added ImageOps cover method #7412 * Catch struct.error from truncated EXIF when reading JPEG DPI * Consider default image when selecting mode for PNG save_all * Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata #7303 * Added CMYK to RGB unpacker #7310 * Improved flexibility of XMP parsing #7274 * Support reading 8-bit YCbCr TIFF images #7415 * Allow saving I;16B images as PNG #7302 * Corrected drawing I;16 points and writing I;16 text #7257 * Set blue channel to 128 for BC5S #7413 * Increase flexibility when reading IPTC fields #7319 * Set C palette to be empty by default #7289 * Added gs_binary to control Ghostscript use on all platforms * Read bounding box information from the trailer of EPS files if specified #7382 * Added reading 8-bit color DDS images #7426 * Added has_transparency_data #7420 * Fixed bug when reading BC5S DDS images #7401 * Prevent TIFF orientation from being applied more than once * Use previous pixel alpha for QOI_OP_RGB #7357 * Added BC5U reading #7358 * Allow getpixel() to accept a list #7355 * Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii #7336 * Expand JPEG buffer size when saving optimized or progressive * Added session type check for Linux in OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=148
This commit is contained in:
parent
ec3f6ec563
commit
dbf7abb7a1
BIN
Pillow-10.0.1.tar.gz
(Stored with Git LFS)
BIN
Pillow-10.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Pillow-10.1.0.tar.gz
Normal file
3
Pillow-10.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6bf8de6c36ed96c86ea3b6e1d5273c53f46ef518a062464cd7ef5dd2cf92e38
|
||||
size 50781360
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 08:54:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 10.1.0:
|
||||
* Added TrueType default font to allow for different sizes
|
||||
* Fixed invalid argument warning #7442
|
||||
* Added ImageOps cover method #7412
|
||||
* Catch struct.error from truncated EXIF when reading JPEG DPI
|
||||
* Consider default image when selecting mode for PNG save_all
|
||||
* Support BGR;15, BGR;16 and BGR;24 access, unpacking and
|
||||
putdata #7303
|
||||
* Added CMYK to RGB unpacker #7310
|
||||
* Improved flexibility of XMP parsing #7274
|
||||
* Support reading 8-bit YCbCr TIFF images #7415
|
||||
* Allow saving I;16B images as PNG #7302
|
||||
* Corrected drawing I;16 points and writing I;16 text #7257
|
||||
* Set blue channel to 128 for BC5S #7413
|
||||
* Increase flexibility when reading IPTC fields #7319
|
||||
* Set C palette to be empty by default #7289
|
||||
* Added gs_binary to control Ghostscript use on all platforms
|
||||
* Read bounding box information from the trailer of EPS files
|
||||
if specified #7382
|
||||
* Added reading 8-bit color DDS images #7426
|
||||
* Added has_transparency_data #7420
|
||||
* Fixed bug when reading BC5S DDS images #7401
|
||||
* Prevent TIFF orientation from being applied more than once
|
||||
* Use previous pixel alpha for QOI_OP_RGB #7357
|
||||
* Added BC5U reading #7358
|
||||
* Allow getpixel() to accept a list #7355
|
||||
* Allow GaussianBlur and BoxBlur to accept a sequence of x and
|
||||
y radii #7336
|
||||
* Expand JPEG buffer size when saving optimized or progressive
|
||||
* Added session type check for Linux in
|
||||
ImageGrab.grabclipboard() #7332
|
||||
* Allow "loop=None" when saving GIF images #7329
|
||||
* Fixed transparency when saving P mode images to PDF #7323
|
||||
* Added saving LA images as PDFs #7299
|
||||
* Set SMaskInData to 1 for PDFs with alpha #7316, #7317
|
||||
* Changed Image mode property to be read-only by default #7307
|
||||
* Silence exceptions in _repr_jpeg_ and _repr_png_ #7266
|
||||
* Do not use transparency when saving GIF if it has been
|
||||
removed when normalizing mode #7284
|
||||
* Fix missing symbols when libtiff depends on libjpeg #7270
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 15:21:40 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -16,12 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Pillow
|
||||
Version: 10.0.1
|
||||
Version: 10.1.0
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
|
Loading…
Reference in New Issue
Block a user