Commit Graph

68 Commits

Author SHA256 Message Date
9b4282d538 Accepting request 882938 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/882938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=115
2021-04-05 11:29:59 +00:00
b9267f00d9 - update to 8.1.2:
- Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=113
2021-03-08 09:01:22 +00:00
ffd78018a9 - Fix rpmlint warning about duplicate file definition
- Fix package build by relying on %python_subpackages for Obsoletes/Conflicts (bsc#1181281)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=112
2021-03-08 09:00:43 +00:00
865bf15c27 Accepting request 876407 from system:homeautomation:home-assistant:unstable
- Update to 8.1.1
  Security
  * CVE-2021-25289: The previous fix for CVE-2020-35654 was insufficent due to incorrect error checking in TiffDecode.c.
  * CVE-2021-25290: In TiffDecode.c, there is a negative-offset memcpy with an invalid size
  * CVE-2021-25291: In TiffDecode.c, invalid tile boundaries could lead to an OOB Read in TiffReadRGBATile
  * CVE-2021-25292: The PDF parser has a catastrophic backtracking regex that could be used as a DOS attack.
  * CVE-2021-25293: There is an Out of Bounds Read in SGIRleDecode.c, since pillow 4.3.0.
  
  There is an Exhaustion of Memory DOS in the ICNS, ICO, and BLP container formats where Pillow
  did not properly check the reported size of the contained image. These images could cause
  arbitrariliy large memory allocations. This was reported by Jiayi Lin, Luke Shaffer, Xinran Xie,
  and Akshay Ajayan of ASU.edu.
  
  Other Changes
  A crash with the feature flags for LibJpeg and Webp on unreleased Python 3.10 has been fixed

OBS-URL: https://build.opensuse.org/request/show/876407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=111
2021-03-03 15:40:24 +00:00
66df8f07f7 Accepting request 867517 from home:okurz:branches:devel:languages:python
Fix package build by relying on %python_subpackages for Obsoletes/Conflicts (bsc#1181281)

OBS-URL: https://build.opensuse.org/request/show/867517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=109
2021-01-29 09:45:23 +00:00
d873ac647d - update to 8.1.0 (bsc#1180833, bsc#1180834, bsc#1180832):
* Fix TIFF OOB Write error. CVE-2020-35654 
  * Fix for Read Overflow in PCX Decoding. CVE-2020-35653 
  * Fix for SGI Decode buffer overrun. CVE-2020-35655 
  * Fix OOB Read when saving GIF of xsize=1 
  * Makefile updates 
  * Add support for PySide6 
  * Use disposal settings from previous frame in APNG 
  * Added exception explaining that _repr_png_ saves to PNG 
  * Use previous disposal method in GIF load_end 
  * Allow putpalette to accept 1024 integers to include alpha values 
  * Fix OOB Read when writing TIFF with custom Metadata 
  * Added append_images support for ICO 
  * Block TIFFTAG_SUBIFD 
  * Fixed dereferencing potential null pointers 
  * Deprecate FreeType 2.7 
  * Moved warning to end of execution 
  * Removed unused fromstring and tostring C methods 
  * init() if one of the formats is unrecognised 
  * Moved string_dimension CVE image to pillow-depends 
  * Support raw rgba8888 for DDS 
- drop patches python-Pillow-tiff-4.2.0.patch
  python-Pillow-tiff-fix-oob-read.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=108
2021-01-24 11:11:17 +00:00
33b73b3e76 Accepting request 859409 from home:pgajdos:python
- fix build with libtiff 4.2.0
- added patches
  fix https://github.com/python-pillow/Pillow/pull/5153
  + python-Pillow-tiff-4.2.0.patch
  fix 416f12e772
  + python-Pillow-tiff-fix-oob-read.patch

OBS-URL: https://build.opensuse.org/request/show/859409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=106
2020-12-30 14:03:15 +00:00
acfca7ae6b Accepting request 848744 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/848744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=104
2020-11-16 21:01:05 +00:00
d76faa3f4c Accepting request 846840 from home:gmbr3:Active
- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  no == yes.

OBS-URL: https://build.opensuse.org/request/show/846840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=102
2020-11-07 23:40:43 +00:00
Tomáš Chvátal
2a72016c96 - Fix build on leap and do not pull in the pytest-runner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=100
2020-08-19 09:35:06 +00:00
9073bfb27b - Remove dependency on pytest-runner as it is unnecessary
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=98
2020-08-05 18:37:55 +00:00
Tomáš Chvátal
62d69580e0 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
2020-07-12 06:35:51 +00:00
Tomáš Chvátal
691f1863b1 - Update to 7.1.2:
* This fixes a regression introduced in 7.1.0 when adding support
    for APNG files.
  * When calling seek(n) on a regular PNG where n > 0, it failed to
    raise an EOFError as it should have done

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=94
2020-04-30 08:50:26 +00:00
Tomáš Chvátal
7c1ac4de4a Accepting request 793245 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/793245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=93
2020-04-12 07:32:47 +00:00
f0d386eea7 Accepting request 760864 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/760864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=92
2020-01-05 18:31:32 +00:00
Tomáš Chvátal
53630fbf73 - Update to 6.2.1:
* Pillow 6.2.1 supports Python 3.8.
- Skip stroke tests as they both fail

- Update to 6.2.0:
  * text stroking
  * image grab on multi-monitor windows
  * Full notes: https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=90
2019-11-08 08:03:22 +00:00
1d00a83e91 Accepting request 713760 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/713760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=88
2019-07-07 10:23:10 +00:00
Tomáš Chvátal
4a2495930c Accepting request 713193 from home:okurz:branches:devel:languages:python
- Exclude the tests completely on s390x segfault on known and referenced issue

OBS-URL: https://build.opensuse.org/request/show/713193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=87
2019-07-03 10:17:36 +00:00
19353e417f Accepting request 708861 from home:okurz:branches:devel:languages:python
- Fix if/else for arch checkcheck

OBS-URL: https://build.opensuse.org/request/show/708861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=85
2019-06-09 20:08:04 +00:00
8fca96239a - Fix if/else for arch check (skip some tests on some architectures).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=84
2019-06-09 20:07:24 +00:00
Tomáš Chvátal
21305ee14b - Add dependency on libimagequant
- Fix fdupes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=81
2019-04-05 11:00:31 +00:00
Tomáš Chvátal
2d4c2bf8ad - Update to 6.0.0:
* Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk]
  * Add EXIF class #3625 [radarhere]
  * Add ImageOps exif_transpose method #3687 [radarhere]
  * Added warnings to deprecated CMSProfile attributes #3615 [hugovk]
  * Documented reading TIFF multiframe images #3720 [akuchling]
  * Improved speed of opening an MPO file #3658 [Glandos]
  * Update palette in quantize #3721 [radarhere]
  * Improvements to TIFF is_animated and n_frames #3714 [radarhere]
  * Fixed incompatible pointer type warnings #3754 [radarhere]
  * Improvements to PA and LA conversion and palette operations #3728 [radarhere]
  * Consistent DPI rounding #3709 [radarhere]
  * Change size of MPO image to match frame #3588 [radarhere]
  * Read Photoshop resolution data #3701 [radarhere]
  * Ensure image is mutable before saving #3724 [radarhere]
  * Correct remap_palette documentation #3740 [radarhere]
  * Promote P images to PA in putalpha #3726 [radarhere]
  * Allow RGB and RGBA values for new P images #3719 [radarhere]
  * Fixed TIFF bug when seeking backwards and then forwards #3713 [radarhere]
  * Cache EXIF information #3498 [Glandos]
  * Added transparency for all PNG greyscale modes #3744 [radarhere]
  * Fix deprecation warnings in Python 3.8 #3749 [radarhere]
  * Fixed GIF bug when rewinding to a non-zero frame #3716 [radarhere]
  * Only close original fp in __del__ and __exit__ if original fp is exclusive #3683 [radarhere]
  * Fix BytesWarning in Tests/test_numpy.py #3725 [jdufresne]
  * Add missing MIME types and extensions #3520 [pirate486743186]
  * Add I;16 PNG save #3566 [radarhere]
  * Add support for BMP RGBA bitfield compression #3705 [radarhere]
  * Added ability to set language for text rendering #3693 [iwsfutcmd]
  * Only close exclusive fp on Image __exit__ #3698 [radarhere]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=80
2019-04-05 10:55:10 +00:00
Tomáš Chvátal
9af8c0f01e Accepting request 663220 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/663220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=78
2019-01-07 08:51:19 +00:00
Tomáš Chvátal
4da8fd30df - Fix fdupes call
- Fix some version conditionals

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=76
2018-12-06 12:18:31 +00:00
Tomáš Chvátal
ce5c142be7 Accepting request 640649 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/640649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=74
2018-10-08 15:26:35 +00:00
Tomáš Chvátal
5a50448eca Accepting request 620095 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/620095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=72
2018-07-02 09:27:10 +00:00
Tomáš Chvátal
fe490ee59e Accepting request 594555 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/594555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=70
2018-04-08 06:43:57 +00:00
Tomáš Chvátal
286d7e237a - Fix build fails on i586 and ppc and others:
* pillow-non-iterable.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=68
2018-01-15 10:01:38 +00:00
Tomáš Chvátal
6d2f692207 Accepting request 563830 from home:namtrac:branches:devel:languages:python
- Add freetype-2.9.patch to fix tests with FreeType 2.9 gh#2954

OBS-URL: https://build.opensuse.org/request/show/563830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=66
2018-01-12 12:59:12 +00:00
Tomáš Chvátal
1a643de01f - Remove other distro conditions as they can't use singlespec really
- Version update to 5.0.0:
  * Docs: Added docstrings from documentation #2914 [radarhere]
  * Test: Switch from nose to pytest #2815 [hugovk]
  * Rework Source directory layout, preventing accidental import of PIL. #2911 [wiredfool]
  * Dynamically link libraqm #2753 [wiredfool]
  * Removed scripts directory #2901 [wiredfool]
  * TIFF: Run all compressed tiffs through libtiff decoder #2899 [wiredfool]
  * GIF: Add disposal option when saving GIFs #2902 [linnil1, wiredfool]
  * EPS: Allow for an empty line in EPS header data #2903 [radarhere]
  * PNG: Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk present #2898 [wiredfool]
  * Dependencies: Update Tk Tcl to 8.6.8 #2905 [radarhere]
  * Decompression bomb error now raised for images 2x larger than a decompression bomb warning #2583 [wiredfool]
  * Test: avoid random failure in test_effect_noise #2894 [hugovk]
  * Increased epsilon for test_file_eps.py:test_showpage due to Arch update. #2896 [wiredfool]
  * Removed check parameter from _save in BmpImagePlugin, PngImagePlugin, ImImagePlugin, PalmImagePlugin, and PcxImagePlugin. #2873 [radarhere]
  * Make PngImagePlugin.add_text() zip argument type bool #2890 [jdufresne]
  * Depends: Updated libwebp to 0.6.1 #2880 [radarhere]
  * Remove unnecessary bool() calls in Image.registered_extensions and skipKnownBadTests #2891 [jdufresne]
  * Fix count of BITSPERSAMPLE items in broken TIFF files #2883 [homm]
  * Fillcolor parameter for Image.Transform #2852 [wiredfool]
  * Test: Display differences for test failures #2862 [wiredfool]
  * Added executable flag to file with shebang line #2884 [radarhere]
  * Setup: Specify compatible Python versions for pip #2877 [hugovk]
  * Dependencies: Updated libimagequant to 2.11.4 #2878 [radarhere]
  * Setup: Warn if trying to install for Py3.7 on Windows #2855 [hugovk]
  * Doc: Fonts can be loaded from a file-like object, not just filename #2861 [robin-norwood]
  * Add eog support for Ubuntu Image Viewer #2864 [NafisFaysal]
  * Test: Test on 3.7-dev on Travis.ci #2870 [hugovk]
  * Dependencies: Update libtiff to 4.0.9 #2871 [radarhere]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=65
2018-01-10 14:05:00 +00:00
aca4149e4c Accepting request 518118 from home:tbechtold:branches:devel:languages:python
- fix conditional build with tk (bsc#1054719)

OBS-URL: https://build.opensuse.org/request/show/518118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=63
2017-08-22 13:21:15 +00:00
Jan Matejek
b1d02646c8 Accepting request 517892 from home:tbechtold:branches:devel:languages:python
- update to 4.2.1:
  - CI: Fix version specification and test on CI for PyPy/Windows #2608
  - Doc: Clarified Image.save:append_images documentation #2604
  - CI: Amazon Linux and Centos6 docker images added to TravisCI #2585
  - Image.alpha_composite added #2595
  - Complex Text Support #2576
  - Added threshold parameter to ImageDraw.floodfill #2599
  - Added dBATCH parameter to ghostscript command #2588
  - JPEG: Adjust buffer size when icc_profile > MAXBLOCK #2596
  - Specify Pillow Version in one place #2517
  - CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs #2587
  - Fix truncated PNG loading for some images, Fix memory leak on truncated PNG images. #2541, #2598
  - Add decompression bomb check to Image.crop #2410
  - ImageFile: Ensure that the `err_code` variable is initialized in case of exception. #2363
  - Tiff: Support append_images for saving multipage TIFFs #2406
  - Doc: Clarify that draft is only implemented for JPEG and PCD #2409
  - Test: MicImagePlugin #2447
  - Use round() instead of floor() to eliminate zero coefficients in resample #2558
  - Remove deprecated code #2549
  - Added append_images to PDF saving #2526
  - Remove unused function core image function new_array #2548
  - Remove unnecessary calls to dict.keys() #2551
  - Add more ImageDraw.py tests and remove unused Draw.c code #2533
  - Test: More tests for ImageMorph #2554
  - Test: McIDAS area file #2552
  - Update Feature Detection #2520
  - CI: Update pypy on TravisCI #2573
  - ImageMorph: Fix wrong expected size of MRLs read from disk #2561
  - Docs: Update install docs for FreeBSD #2546
  - Build: Ignore OpenJpeg 1.5 on FreeBSD #2544

OBS-URL: https://build.opensuse.org/request/show/517892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=62
2017-08-21 12:25:16 +00:00
Todd R
13208ca0ba Accepting request 516006 from home:TheBlackCat:branches:devel:languages:python
- Improve TK handling.
- Fix self-obsoletes

OBS-URL: https://build.opensuse.org/request/show/516006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=59
2017-08-10 21:50:40 +00:00
Todd R
f6ef1a87a1 Accepting request 515780 from home:TheBlackCat:branches:devel:languages:python
python(3)-tk does not exist on SLE

OBS-URL: https://build.opensuse.org/request/show/515780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=58
2017-08-09 18:33:34 +00:00
Todd R
fc4b3caa6a Accepting request 487694 from home:TheBlackCat:branches:devel:languages:python
Fix download URL.

OBS-URL: https://build.opensuse.org/request/show/487694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=56
2017-04-12 19:02:14 +00:00
Todd R
7638bcfb36 Accepting request 487684 from devel:languages:python:singlespec
1

OBS-URL: https://build.opensuse.org/request/show/487684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=55
2017-04-12 18:20:07 +00:00
5a30ad620a Accepting request 432113 from home:badshah400:freetype27
- Add python-Pillow-tests-update-epsilon-for-freetype27.patch: Fix
  buildfailures against freetype 2.7 by increasing the epsilon
  (gh#python-pillow/Pillow#2116); this seems to be the recommended
  solution by upstream.

OBS-URL: https://build.opensuse.org/request/show/432113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=53
2016-10-04 10:59:41 +00:00
4a2079e7d6 Accepting request 397347 from home:oertel:branches:devel:languages:python
- ignore make check errors on all bigendian archs
  (adding ppc s390 s390x)

OBS-URL: https://build.opensuse.org/request/show/397347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=51
2016-05-23 10:02:04 +00:00
9915abd1c3 - add LICENSE
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=49
2016-03-13 20:33:01 +00:00
1634e4bc9e Accepting request 363815 from home:michel_mno:branches:devel:languages:python
- ignore make check errors ppc64 architecture as upstream issue
  https://github.com/python-pillow/Pillow/issues/1204

OBS-URL: https://build.opensuse.org/request/show/363815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=47
2016-03-02 20:10:45 +00:00
Jan Matejek
ec3cb17229 add bsc identifiers
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=46
2016-03-01 13:11:56 +00:00
Jan Matejek
d06d4b3bf8 Accepting request 362918 from home:stroeder:branches:devel:languages:python
update to version 3.1.1 with security fixes

OBS-URL: https://build.opensuse.org/request/show/362918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=45
2016-03-01 13:05:57 +00:00
Todd R
71143e768c 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
2016-02-01 11:46:53 +00:00
Todd R
faeb95bd9b Accepting request 344484 from home:cboltz:branches:devel:languages:python
- fix wrong macro name in %post - it's %{py_ver}, not %{py-ver}

With the wrong name, the macro wasn't expanded, which lead to funny messages when installing the package:

(10/15) Installation von: python-Pillow-3.0.0-1.1 .....................................................................................................................................................................................................................[fertig]
Zusätzliche rpm-Ausgabe:
update-alternatives: using /usr/bin/pilconvert-2.7 to provide /usr/bin/pilconvert (pilconvert) in auto mode
update-alternatives: warning: skip creation of /usr/bin/createfontdatachunk because associated file /usr/bin/createfontdatachunk-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/enhancer because associated file /usr/bin/enhancer-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/explode because associated file /usr/bin/explode-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/gifmaker because associated file /usr/bin/gifmaker-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/painter because associated file /usr/bin/painter-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/player because associated file /usr/bin/player-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/thresholder because associated file /usr/bin/thresholder-%{py-ver} (of link group pilconvert) doesn't exist
update-alternatives: warning: skip creation of /usr/bin/viewer because associated file /usr/bin/viewer-%{py-ver} (of link group pilconvert) doesn't exist



Please forward this fix to factory.

OBS-URL: https://build.opensuse.org/request/show/344484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=41
2015-11-17 10:22:51 +00:00
Todd R
b9529cf137 Accepting request 336605 from home:apersaud:branches:devel:languages:python
update to latest version.

also see SR 336441 for updated python3 version
(both have update alternatives changed a bit)

OBS-URL: https://build.opensuse.org/request/show/336605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=39
2015-10-06 09:20:34 +00:00
Todd R
4144936c52 Accepting request 319210 from home:winski:python
update to 2.9.0: bug fixes (including memory leak), added features & upstream merge of all outstanding patches

OBS-URL: https://build.opensuse.org/request/show/319210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=37
2015-07-29 09:54:54 +00:00
Todd R
85ecb5d28a Accepting request 318901 from home:seife:OpenStack:Master
fix build and dependencies for RHEL/CentOS 7, this time without update-alternatives hack

OBS-URL: https://build.opensuse.org/request/show/318901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=36
2015-07-27 14:26:41 +00:00
17b1054bc2 - add 0001-Ico-files-are-little-endian-ref-1204.patch: fix for s390x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=34
2015-06-14 20:08:49 +00:00
Michal Čihař
cbcef3ea8b Accepting request 298512 from home:Nijel:branches:devel:languages:python
- Update to 2.8.1:
  - Bug fix: Catch struct.error on invalid JPEG, fixes #1163
  - Fix 32-bit BMP loading (RGBA or RGBX)
  - Fix UnboundLocalError in ImageFile #1131
  - Re-enable test image caching
  - Fix: Cannot identify EPS images, fixes #1104
  - Configure setuptools to run nosetests, fixes #729
  - Style/health fixes
  - Add support for HTTP response objects to Image.open()
  - Improve reference docs for PIL.ImageDraw.Draw.pieslice() #1145
  - Added copy method font_variant() and accessible properties to truetype() #1123
  - Fix ImagingEffectNoise #1128
  - Remove unreachable code
  - Let Python do the endian stuff + tests #1121
  - Fix webp decode memory leak #1114
  - Fast path for opaque pixels in RGBa unpacker #1088
  - Enable basic support for 'RGBa' raw encoding/decoding #1096
- Remove Pillow-fixtests.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/298512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=32
2015-04-22 09:02:36 +00:00
Denisart Benjamin
9c69ffd9ef Accepting request 298321 from home:tbechtold:branches:devel:languages:python
Fix tests for SLE11SP3

OBS-URL: https://build.opensuse.org/request/show/298321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=30
2015-04-21 14:51:58 +00:00