fe5f71f984
- Use versioned provides and conflicts to fix installation on SLE11 OBS-URL: https://build.opensuse.org/request/show/245072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=21
148 lines
5.9 KiB
Plaintext
148 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 18 13:07:38 UTC 2014 - mcihar@suse.cz
|
|
|
|
- Use versioned provides and conflicts to fix installation on SLE11
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 11 09:05:47 UTC 2014 - mcihar@suse.cz
|
|
|
|
- enable build time testing, but not for i586 as it's broken there due to some
|
|
rounding error (see https://github.com/python-pillow/Pillow/issues/819)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 11 08:57:55 UTC 2014 - mcihar@suse.cz
|
|
|
|
- Update to 2.5.1:
|
|
* 2.5.1 (2014-07-10)
|
|
Fixed install issue if Multiprocessing.Pool is not available [wiredfool]
|
|
32bit mult overflow fix #782 [wiredfool]
|
|
* 2.5.0 (2014-07-01)
|
|
Imagedraw rewrite [terseus, wiredfool]
|
|
Add support for multithreaded test execution [wiredfool]
|
|
Prevent shell injection #748 [mbrown1413, wiredfool]
|
|
Support for Resolution in BMP files #734 [gcq]
|
|
Fix error in setup.py for Python 3 [matthew-brett]
|
|
Pyroma fix and add Python 3.4 to setup metadata #742 [wirefool]
|
|
Top level flake8 fixes #741 [aclark]
|
|
Remove obsolete Animated Raster Graphics (ARG) support [hugovk]
|
|
Fix test_imagedraw failures #727 [cgohlke]
|
|
Fix AttributeError: class Image has no attribute 'DEBUG' #726 [cgohlke]
|
|
Fix msvc warning: 'inline' : macro redefinition #725 [cgohlke]
|
|
Cleanup #654 [dvska, hugovk, wiredfool]
|
|
16-bit monochrome support for JPEG2000 [videan42]
|
|
Fixed ImagePalette.save [brightpisces]
|
|
Support JPEG qtables [csinchok]
|
|
Add binary morphology addon [dov, wiredfool]
|
|
Decompression bomb protection [hugovk]
|
|
Put images in a single directory [hugovk]
|
|
Support OpenJpeg 2.1 [al45tair]
|
|
Remove unistd.h #include for all platforms [wiredfool]
|
|
Use unittest for tests [hugovk]
|
|
ImageCms fixes [hugovk]
|
|
Added more ImageDraw tests [hugovk]
|
|
Added tests for Spider files [hugovk]
|
|
Use libtiff to write any compressed tiff files [wiredfool]
|
|
Support for pickling Image objects [hugovk]
|
|
Fixed resolution handling for EPS thumbnails [eliempje]
|
|
Fixed rendering of some binary EPS files (Issue #302) [eliempje]
|
|
Rename variables not to use built-in function names [hugovk]
|
|
Ignore junk JPEG markers [hugovk]
|
|
Change default interpolation for Image.thumbnail to Image.ANTIALIAS [hugovk]
|
|
Add tests and fixes for saving PDFs [hugovk]
|
|
Remove transparency resource after P->RGBA conversion [hugovk]
|
|
Clean up preprocessor cruft for Windows [CounterPillow]
|
|
Adjust Homebrew freetype detection logic [jacknagel]
|
|
Added Image.close, context manager support. [wiredfool]
|
|
Added support for 16 bit PGM files. [wiredfool]
|
|
Updated OleFileIO to version 0.30 from upstream [hugovk]
|
|
Added support for additional TIFF floating point format [Hijackal]
|
|
Have the tempfile use a suffix with a dot [wiredfool]
|
|
Fix variable name used for transparency manipulations [nijel]
|
|
- adjusted testsuite execution
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 1 15:40:48 CEST 2014 - tiwai@suse.de
|
|
|
|
- Add missing PIL.pth installation (bnc#889973)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 28 08:24:20 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Fixing conflicting provides/conflicts that prevent installation
|
|
of the tk subpackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 27 08:25:54 UTC 2014 - mcihar@suse.com
|
|
|
|
- Adjust openjpeg2 dependency for older distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 8 14:22:57 UTC 2014 - hpj@urpla.net
|
|
|
|
- New upstream release 2.4.0. For details see
|
|
https://pypi.python.org/pypi/Pillow/2.4.0
|
|
- New dependency: openjpeg2 for JPEG 2000 support
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 27 21:30:58 UTC 2014 - hpj@urpla.net
|
|
|
|
- provide python-imaging in order to act as a drop in replacement
|
|
for it.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 14 07:28:32 UTC 2014 - mcihar@suse.cz
|
|
|
|
- Fix build for older distributions which do not include lcms2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 10:53:08 UTC 2014 - hpj@urpla.net
|
|
|
|
- symlink alternatives files, as requested from Coolo, in order to
|
|
get rid of suse version conditional
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 17 21:59:13 UTC 2014 - hpj@urpla.net
|
|
|
|
- also exclude 12.2 from ghost etc/alternatives/* as this results in
|
|
failed builds with: Explicit file attributes required in spec for:
|
|
$BUILDROOT/etc/alternatives/pil*
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 19:19:05 UTC 2014 - marko.kohtala@gmail.com
|
|
|
|
- New upstream release 2.3.0. For details see
|
|
https://pypi.python.org/pypi/Pillow/2.3.0
|
|
- Drop use-recommended-freetype-include.patch: merged on upstream
|
|
- Build with liblcms2 instead of liblcms due to upstream switching
|
|
library.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 11 20:08:40 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Added use-recommended-freetype-include.patch -- Freetype upstream
|
|
recommends using their macros together with ft2build include.
|
|
Positive sideeffect is that this patch makes it build with both
|
|
freetype2 2.5.1, and older version
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 18 09:07:13 UTC 2013 - speilicke@suse.com
|
|
|
|
- Move away from pkgconfig-style buildrequires to support SLE
|
|
- Implement update-alternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 11:38:42 UTC 2013 - cfarrell@suse.com
|
|
|
|
- License update: HPND
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 12 10:18:12 UTC 2013 - speilicke@suse.com
|
|
|
|
- Add split-provides inside tk sub-package to get rid of python-imaging-tk
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 13:09:45 UTC 2013 - speilicke@suse.com
|
|
|
|
- Initial version
|
|
|