diff --git a/Pillow-6.2.1.tar.gz b/Pillow-6.2.1.tar.gz deleted file mode 100644 index 8a0ea67..0000000 --- a/Pillow-6.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4e972a88f8841d8fdc6db1a75e0f8d763e66e3754b03006cbc3854d89f1cb1 -size 37673162 diff --git a/Pillow-7.0.0.tar.gz b/Pillow-7.0.0.tar.gz new file mode 100644 index 0000000..3c8f590 --- /dev/null +++ b/Pillow-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946 +size 38151111 diff --git a/python-Pillow.changes b/python-Pillow.changes index 816e549..331d9ab 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sun Jan 5 02:50:34 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + * drop python2 support + +- update to version 7.0.0: + * Drop support for EOL Python 2.7 #4109 [hugovk, radarhere, + jdufresne] + * Fix rounding error on RGB to L conversion #4320 [homm] + * Exif writing fixes: Rational boundaries and signed/unsigned types + #3980 [kkopachev, radarhere] + * Allow loading of WMF images at a given DPI #4311 [radarhere] + * Added reduce operation #4251 [homm] + * Raise ValueError for io.StringIO in Image.open #4302 [radarhere, + hugovk] + * Fix thumbnail geometry when DCT scaling is used #4231 [homm, + radarhere] + * Use default DPI when exif provides invalid x_resolution #4147 + [beipang2, radarhere] + * Change default resize resampling filter from NEAREST to BICUBIC + #4255 [homm] + * Fixed black lines on upscaled images with the BOX filter #4278 + [homm] + * Better thumbnail aspect ratio preservation #4256 [homm] + * Add La mode packing and unpacking #4248 [homm] + * Include tests in coverage reports #4173 [hugovk] + * Handle broken Photoshop data #4239 [radarhere] + * Raise a specific exception if no data is found for an MPO frame + #4240 [radarhere] + * Fix Unicode support for PyPy #4145 [nulano] + * Added UnidentifiedImageError #4182 [radarhere, hugovk] + * Remove deprecated __version__ from plugins #4197 [hugovk, + radarhere] + * Fixed freeing unallocated pointer when resizing with height too + large #4116 [radarhere] + * Copy info in Image.transform #4128 [radarhere] + * Corrected DdsImagePlugin setting info gamma #4171 [radarhere] + * Depends: Update libtiff to 4.1.0 #4195, Tk Tcl to 8.6.10 #4229, + libimagequant to 2.12.6 #4318 [radarhere] + * Improve handling of file resources #3577 [jdufresne] + * Removed CI testing of Fedora 29 #4165 [hugovk] + * Added pypy3 to tox envlist #4137 [jdufresne] + * Drop support for EOL PyQt4 and PySide #4108 [hugovk, radarhere] + * Removed deprecated setting of TIFF image sizes #4114 [radarhere] + * Removed deprecated PILLOW_VERSION #4107 [hugovk] + * Changed default frombuffer raw decoder args #1730 [radarhere] + ------------------------------------------------------------------- Fri Nov 8 07:54:46 UTC 2019 - Tomáš Chvátal diff --git a/python-Pillow.spec b/python-Pillow.spec index 4c7b778..d8d2cfd 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pillow # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %define oldpython python +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?is_opensuse} || 0%{?suse_version} >= 1500 %bcond_without tk @@ -24,7 +25,7 @@ %bcond_with tk %endif Name: python-Pillow -Version: 6.2.1 +Version: 7.0.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND