From 173ee749ef68212a2d0934ebe9b28b5a4b3b10b11a8916b7455fec8d3eec4cae Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 1 Feb 2016 11:46:53 +0000 Subject: [PATCH] Accepting request 357109 from home:TheBlackCat:branches:devel:languages:python update to version 3.1.0 OBS-URL: https://build.opensuse.org/request/show/357109 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=43 --- Pillow-3.0.0.tar.gz | 3 --- Pillow-3.1.0.tar.gz | 3 +++ python-Pillow.changes | 62 +++++++++++++++++++++++++++++++++++++++++++ python-Pillow.spec | 4 +-- 4 files changed, 67 insertions(+), 5 deletions(-) delete mode 100644 Pillow-3.0.0.tar.gz create mode 100644 Pillow-3.1.0.tar.gz diff --git a/Pillow-3.0.0.tar.gz b/Pillow-3.0.0.tar.gz deleted file mode 100644 index 35b7b3a..0000000 --- a/Pillow-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb -size 9621462 diff --git a/Pillow-3.1.0.tar.gz b/Pillow-3.1.0.tar.gz new file mode 100644 index 0000000..a39ff0e --- /dev/null +++ b/Pillow-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15277f0c46347af1d5686c510c80c0a4c4fa4833493e73066f7bb8c1ed1b003 +size 9858361 diff --git a/python-Pillow.changes b/python-Pillow.changes index 298916a..efe2cc4 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Mon Feb 1 11:13:20 UTC 2016 - toddrme2178@gmail.com + +- update to version 3.1.0: + * Fixing test failures on Python 2.6/Windows #1633 [wiredfool] + * Limit metadata tags when writing using libtiff #1620 [wiredfool] + * Rolling back exif support to pre-3.0 format #1627 [wiredfool] + * Fix Divide by zero in Exif, add IFDRational class #1531 + [wiredfool] + * Catch the IFD error near the source #1622 [wiredfool] + * Added release notes for 3.1.0 #1623 [radarhere] + * Updated spacing to be consistent between multiline methods #1624 + [radarhere] + * Let EditorConfig take care of some basic formatting #1489 [hugovk] + * Restore gpsexif data to the v1 form [wiredfool] + * Add /usr/local include and library directories for freebsd #1613 + [leforestier] + * Updated installation docs for new versions of dependencies #1611 + [radarhere] + * Removed unrunnable test file #1610 [radarhere] + * Changed register calls to use format property #1608 [radarhere] + * Added field type constants to TiffTags #1596 [radarhere] + * Allow saving RowsPerStrip with libtiff #1594 [wiredfool] + * Enabled conversion to numpy array for HSV images #1578 [cartisan] + * Changed some urls in the docs to use https #1580 [hugovk] + * Removed logger.exception from ImageFile.py #1590 [radarhere] + * Removed warnings module check #1587 [radarhere] + * Changed arcs, chords and pie slices to use floats #1577 + [radarhere] + * Update unit test asserts #1584, #1598 [radarhere] + * Fix command to invoke ghostscript for eps files #1478 [baumatron, + radarhere] + * Consistent multiline text spacing #1574 [wiredfool, hugovk] + * Removed unused lines in BDFFontFile #1530 [radarhere] + * Changed ImageQt import of Image #1560 [radarhere, ericfrederich] + * Throw TypeError if no cursors were found in .cur file #1556 + [radarhere] + * Fix crash in ImageTk.PhotoImage on win-amd64 #1553 [cgohlke] + * ExtraSamples tag should be a SHORT, not a BYTE #1555 [Nexuapex] + * Docs and code health fixes #1565 #1566 #1581 #1586 #1591 #1621 + [radarhere] + * Updated freetype to 2.6.2 #1564 [radarhere] + * Updated WebP to 0.5.0 for Travis #1515 #1609 [radarhere] + * Fix missing 'version' key value in __array_interface__ #1519 + [mattip] + * Replaced os.popen with subprocess.Popen to pilprint script #1523 + [radarhere] + * Catch OverflowError in SpiderImagePlugin #1545 [radarhere, + MrShark] + * Fix the definition of icc_profile in TiffTags #1539 [wiredfool] + * Remove old _imagingtiff.c and pilplus stuff #1499 [hugovk] + * Fix Exception when requiring jpeg #1501 [hansmosh] + * Dependency scripts for Debian and Ubuntu #1486 [wiredfool] + * Added Usage message to painter script #1482 [radarhere] + * Add tag info for iccprofile, fixes #1462. #1465 [wiredfool] + * Added some requirements for make release-test #1451 [wiredfool] + * Flatten tiff metadata value SAMPLEFORMAT to initial value, fixes + #1466 [wiredfool] + * Fix handling of pathlib in Image.save. Fixes #1460 [wiredfool] + * Make tests more robust #1469 [hugovk] + * Use correctly sized pointers for windows handle types. #1458 [nu744] + ------------------------------------------------------------------- Sun Nov 15 13:23:56 UTC 2015 - opensuse@cboltz.de diff --git a/python-Pillow.spec b/python-Pillow.spec index 2457675..ee9b8e8 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pillow # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Pillow -Version: 3.0.0 +Version: 3.1.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND