NOTICE: This package has been removed from pkgsrc

./www/py-django-easy-thumbnails, Easy thumbnails for Django

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5, Package name: py37-django-easy-thumbnails-2.5, Maintainer: adam

The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image. So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved).


Required to run:
[www/py-django] [devel/py-setuptools] [graphics/py-Pillow] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d300cea56e8bc3ef2e36cbef29e382fe050473c5
RMD160: a873b84a46abda993803cd2fc3726802517da76d
Filesize: 65.79 KB

Version history: (Expand)


CVS history: (Expand)


   2020-02-19 12:00:56 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-easy-thumbnails: updated to 2.7

2.7.0:
* Add support for Django 3.0
* Drop support for Python 2
* Drop support for Django < 1.11
* Drop support for Django 2.0, 2.1

2.6.0:
* Added testing for Django 2.2 (no code changes required).
   2018-01-11 14:50:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-easy-thumbnails: updated to 2.5

2.5:
Support Django versions up to 1.11. Version 2.0 is in beta.
Fix: Pickle/unpickle machine. The ThumbnailerField fields no longer generated \ 
thumbnails.
Removed all references to South migrations.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2016-05-05 08:30:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove patch that's not in distinfo.
   2016-04-20 19:58:36 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.3:
* New ``Alias`` namer.
* Avoid a potential concurrency issue with creating the cache.
* Fix incorrect use of select_related for source thumbnail model.
* Removed some vestigal processor arguments.
* Allow ``HIGH_RESOLUTION`` argument on thumbnail template tag.
* Add logic to correctly handle thumbnail images on deferred models (e.g. when \ 
using ``.only()``).
* Add a ``data_uri`` filter to allow rendering of an image inline as a data uri.
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
   2014-04-12 12:10:28 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 1.5:
* Better support for multiple source generators.
* Update method used to check for modification dates of source and thumbnail
  images. Thanks Ben Roberts.
* Better thumbnail_high_resolution handling, including the ability to switch on
  and off explicitly with a ``HIGH_RESOLUTION`` thumbnail option.
* Added configuration option to specify the infix used for high resolution
  image handling.
* Optional postprocessor for image optimization. Thanks Jacob Rief!
* More remote storages optimization
* Thumbnail dimensions can now optionally be cached. Thanks David Novakovic.
* New ``zoom`` option to generate a thumbnail of a source image with a
  percentage clipped off each side.
* New ``background`` source processor that can add a border color to ensure
  scaled images fit within the exact dimensions given.