Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1F3747A467 for ; Wed, 20 Apr 2016 17:58:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8EB2985F40; Wed, 20 Apr 2016 17:58:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C4A485F1A for ; Wed, 20 Apr 2016 17:58:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Vj6zJXH9_JjU for ; Wed, 20 Apr 2016 17:58:36 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B5DFE85EB4 for ; Wed, 20 Apr 2016 17:58:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0D65FBBA; Wed, 20 Apr 2016 17:58:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 20 Apr 2016 17:58:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-easy-thumbnails To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160420175836.B0D65FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed Apr 20 17:58:36 UTC 2016 Modified Files: pkgsrc/www/py-django-easy-thumbnails: Makefile PLIST distinfo 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-easy-thumbnails/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-easy-thumbnails/PLIST \ pkgsrc/www/py-django-easy-thumbnails/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.