Blob Blame History Raw
-------------------------------------------------------------------
Fri Jan 13 09:50:12 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 2.8.5:
  * Fix regression introduced in version 2.8.4. Argument ``quality`` is not
    removed for images of type ``.webp``.

-------------------------------------------------------------------
Wed Jan  4 16:49:26 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 2.8.4:
  * Fix problem when thumbnailing images of type TIFF. PIL's
    ``TiffImagePlugin`` doesn't like argument ``quality``.
  * Replace deprecated Pillow constants against newer counterparts. Check
  https://pillow.readthedocs.io/en/stable/releasenotes/9.1.0.html#deprecations for details.

-------------------------------------------------------------------
Fri Dec 24 06:03:51 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

- Update to v2.8
  * Add support for thumbnailing SVG images.
- from v2.7.2
  * Add support for Django 3.2 and Python-3.10.
  * Do not close image after loading content.
  * In management command thumbnail_cleanup, replace print-statements
    against stdout.write.
  * Use Python format strings whereever possible.
- from v2.7.1
  * Add support for Django 3.1

-------------------------------------------------------------------
Thu Oct 14 08:18:24 UTC 2021 - pgajdos@suse.com

- %check: do not use setup.py test

-------------------------------------------------------------------
Tue Dec 31 09:22:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

- Update to v1.7

-------------------------------------------------------------------
Wed Jan 23 00:45:42 UTC 2013 - alexandre@exatati.com.br

- Update to 1.2:
  * Django 1.5 compatibility.
  * Fixed a problem with the ImageClearableFileInput widget.

-------------------------------------------------------------------
Wed Aug 29 12:52:33 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1:
  * Added a way to avoid generating thumbnails if they don't exist
    already (with a signal to deal with them elsewhere).
  * Added a thumbnailer_passive filter to allow templates to use the
    non-generating thumbnails functionality when dealing with aliases.

-------------------------------------------------------------------
Wed May 30 14:28:40 UTC 2012 - alexandre@exatati.com.br

- Update to 1.0.3:
  - Changed the exception to catch from 1.0.2 to IOError.

-------------------------------------------------------------------
Mon May 28 22:28:26 UTC 2012 - alexandre@exatati.com.br

- Update to 1.0.2:
  - Catch an OSError exception when trying to get the EXIF data of
    a touchy image.

-------------------------------------------------------------------
Wed Dec 21 14:14:39 UTC 2011 - alexandre@exatati.com.br

- Update to 1.0-alpha-21:
  - Sorry, no changelog.

-------------------------------------------------------------------
Wed Dec  7 01:34:10 UTC 2011 - alexandre@exatati.com.br

- Update to 1.0-alpha-20:
  - Sorry, no changelog.

-------------------------------------------------------------------
Tue Dec  6 05:21:06 UTC 2011 - alexandre@exatati.com.br

- Update to 1.0-alpha-19:
  - Sorry, no changelog.
- Regenerate spec file with py2pack.

-------------------------------------------------------------------
Thu Nov  4 00:59:39 UTC 2010 - alexandre@exatati.com.br

- Initial package (1.0-alpha-13) for openSUSE.