Accepting request 620187 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/620187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=30
This commit is contained in:
commit
2cc40546cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cee9bc75bff455d317b6947081df0824a8f118de2786dc3d74a3503fd631f4ef
|
||||
size 14286366
|
3
Pillow-5.2.0.tar.gz
Normal file
3
Pillow-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b3d413c5a8f84b12cd4c5df1d8e211777c9852c6be3ee9c094b626644d3eab
|
||||
size 14499068
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 00:59:10 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 5.2.0:
|
||||
* Fixed saving a multiframe image as a single frame PDF #3137
|
||||
[radarhere]
|
||||
* If a Qt version is already imported, attempt to use it first #3143
|
||||
[radarhere]
|
||||
* Fix transform fill color for alpha images #3147 [fozcode]
|
||||
* TGA: Add support for writing RLE data #3186 [danpla]
|
||||
* TGA: Read and write LA data #3178 [danpla]
|
||||
* QuantOctree.c: Remove erroneous attempt to average over an empty
|
||||
range #3196 [tkoeppe]
|
||||
* Changed ICNS format tests to pass on OS X 10.11 #3202 [radarhere]
|
||||
* Fixed bug in ImageDraw.multiline_textsize() #3114 [tianyu139]
|
||||
* Added getsize_multiline support for PIL.ImageFont #3113
|
||||
[tianyu139]
|
||||
* Added ImageFile get_format_mimetype method #3190 [radarhere]
|
||||
* Changed mmap file pointer to use context manager #3216 [radarhere]
|
||||
* Changed ellipse point calculations to be more evenly distributed
|
||||
#3142 [radarhere]
|
||||
* Only extract first Exif segment #2946 [hugovk]
|
||||
* Tests: Test ImageDraw2, WalImageFile #3135, #2989 [hugovk]
|
||||
* Remove unnecessary '#if 0' code #3075 [hugovk]
|
||||
* Tests: Added GD tests #1817 [radarhere]
|
||||
* Fix collections ABCs DeprecationWarning in Python 3.7 #3123
|
||||
[hugovk]
|
||||
* unpack_from is faster than unpack of slice #3201 [landfillbaby]
|
||||
* Docs: Add coordinate system links and file handling links in
|
||||
documentation #3204, #3214 [radarhere]
|
||||
* Tests: TestFilePng: Fix test_save_l_transparency() #3182 [danpla]
|
||||
* Docs: Correct argument name #3171 [radarhere]
|
||||
* Docs: Update CMake download URL #3166 [radarhere]
|
||||
* Docs: Improve Image.transform documentation #3164 [radarhere]
|
||||
* Fix transform fillcolor argument when image mode is RGBA or LA
|
||||
#3163 [radarhere]
|
||||
* Tests: More specific Exception testing #3158 [radarhere]
|
||||
* Add getrgb HSB/HSV color strings #3148 [radarhere]
|
||||
* Allow float values in getrgb HSL color string #3146 [radarhere]
|
||||
* AppVeyor: Upgrade to Python 2.7.15 and 3.4.4 #3140 [radarhere]
|
||||
* AppVeyor: Upgrade to PyPy 6.0.0 #3133 [hugovk]
|
||||
* Deprecate PILLOW_VERSION and VERSION #3090 [hugovk]
|
||||
* Support Python 3.7 #3076 [hugovk]
|
||||
* Depends: Update freetype to 2.9.1, libjpeg to 9c, libwebp to 1.0.0
|
||||
#3121, #3136, #3108 [radarhere]
|
||||
* Build macOS wheels with Xcode 6.4, supporting older macOS versions
|
||||
#3068 [wiredfool]
|
||||
* Fix _i2f compilation on some GCC versions #3067 [homm]
|
||||
* Changed encoderinfo to have priority over info when saving GIF
|
||||
images #3086 [radarhere]
|
||||
* Rename PIL.version to PIL._version and remove it from module #3083
|
||||
[homm]
|
||||
* Enable background colour parameter on rotate #3057 [storesource]
|
||||
* Remove unnecessary #if 1 directive #3072 [jdufresne]
|
||||
* Remove unused Python class, Path #3070 [jdufresne]
|
||||
* Fix dereferencing type-punned pointer will break strict-aliasing
|
||||
#3069 [jdufresne]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 7 19:14:10 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -24,12 +24,12 @@
|
||||
%bcond_with tk
|
||||
%endif
|
||||
Name: python-Pillow
|
||||
Version: 5.1.0
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
Group: Development/Languages/Python
|
||||
Url: http://python-imaging.github.io/
|
||||
URL: http://python-imaging.github.io/
|
||||
Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module olefile}
|
||||
|
Loading…
Reference in New Issue
Block a user