Up to [cvs.NetBSD.org] / pkgsrc / www / py-django-easy-thumbnails
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8, Wed Feb 19 11:00:56 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1
lines
FILE REMOVED
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).
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 11 13:50:39 2018 UTC (5 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.6: +5 -4
lines
Diff to previous 1.6 (colored)
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.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:44 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 20 17:58:36 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 31 13:57:30 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Improve EGG_NAME default to work for packages with '-' in their name. Remove now unnecessary overrides in various packages.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 12 10:10:27 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.2: +4 -7
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 20 15:45:14 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.1: +8 -5
lines
Diff to previous 1.1 (colored)
Use distutils.mk. Mark as not for python-3.x. Bump PKGREVISION.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 28 21:15:26 2013 UTC (10 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
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).