Accepting request 820507 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/820507 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=39
This commit is contained in:
commit
40e5342fc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0b49960110bc6ff5fead46013bcb8825d101026d466f3a4de3476defe0fb0dd
|
||||
size 38939582
|
3
Pillow-7.2.0.tar.gz
Normal file
3
Pillow-7.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626
|
||||
size 39081948
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 11 18:36:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.2.0:
|
||||
* Do not convert I;16 images when showing PNGs #4744 [radarhere]
|
||||
* Fixed ICNS file pointer saving #4741 [radarhere]
|
||||
* Fixed loading non-RGBA mode APNGs with dispose background #4742
|
||||
[radarhere]
|
||||
* Deprecated _showxv #4714 [radarhere]
|
||||
* Deprecate Image.show(command="...") #4646 [nulano, hugovk,
|
||||
radarhere]
|
||||
* Updated JPEG magic number #4707 [Cykooz, radarhere]
|
||||
* Change STRIPBYTECOUNTS to LONG if necessary when saving #4626
|
||||
[radarhere, hugovk]
|
||||
* Write JFIF header when saving JPEG #4639 [radarhere]
|
||||
* Replaced tiff_jpeg with jpeg compression when saving TIFF images
|
||||
#4627 [radarhere]
|
||||
* Writing TIFF tags: improved BYTE, added UNDEFINED #4605
|
||||
[radarhere]
|
||||
* Consider transparency when pasting text on an RGBA image #4566
|
||||
[radarhere]
|
||||
* Added method argument to single frame WebP saving #4547
|
||||
[radarhere]
|
||||
* Use ImageFileDirectory_v2 in Image.Exif #4637 [radarhere]
|
||||
* Corrected reading EXIF metadata without prefix #4677 [radarhere]
|
||||
* Fixed drawing a jointed line with a sequence of numeric values
|
||||
#4580 [radarhere]
|
||||
* Added support for 1-D NumPy arrays #4608 [radarhere]
|
||||
* Parse orientation from XMP tags #4560 [radarhere]
|
||||
* Speed up text layout by not rendering glyphs #4652 [nulano]
|
||||
* Fixed ZeroDivisionError in Image.thumbnail #4625 [radarhere]
|
||||
* Replaced TiffImagePlugin DEBUG with logging #4550 [radarhere]
|
||||
* Fix repeatedly loading .gbr #4620 [ElinksFr, radarhere]
|
||||
* JPEG: Truncate icclist instead of setting to None #4613 [homm]
|
||||
* Fixes default offset for Exif #4594 [rodrigob, radarhere]
|
||||
* Fixed bug when unpickling TIFF images #4565 [radarhere]
|
||||
* Fix pickling WebP #4561 [hugovk, radarhere]
|
||||
* Replace IOError and WindowsError aliases with OSError #4536
|
||||
[hugovk, radarhere]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 08:47:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Pillow
|
||||
Version: 7.1.2
|
||||
Version: 7.2.0
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
@ -31,6 +31,7 @@ BuildRequires: %{python_module olefile}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module tk}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libimagequant-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -46,7 +47,6 @@ BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(tk)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: python-olefile
|
||||
BuildRequires: %{python_module tk}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: pkgconfig(libopenjp2)
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user