From 6c9ec8821af6424127ba5bd13d81e3c1f5b5c3ba3be2d9e926d8baa745cf4e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 12 Jul 2020 06:35:51 +0000 Subject: [PATCH] Accepting request 820450 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/820450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=96 --- Pillow-7.1.2.tar.gz | 3 --- Pillow-7.2.0.tar.gz | 3 +++ python-Pillow.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-Pillow.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 Pillow-7.1.2.tar.gz create mode 100644 Pillow-7.2.0.tar.gz diff --git a/Pillow-7.1.2.tar.gz b/Pillow-7.1.2.tar.gz deleted file mode 100644 index 3973ef9..0000000 --- a/Pillow-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b49960110bc6ff5fead46013bcb8825d101026d466f3a4de3476defe0fb0dd -size 38939582 diff --git a/Pillow-7.2.0.tar.gz b/Pillow-7.2.0.tar.gz new file mode 100644 index 0000000..60b4d27 --- /dev/null +++ b/Pillow-7.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626 +size 39081948 diff --git a/python-Pillow.changes b/python-Pillow.changes index 6ff0c4a..0dc169e 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Jul 11 18:36:52 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-Pillow.spec b/python-Pillow.spec index 0b31615..7ebfc7d 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -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