Date: Thu, 25 Apr 2019 18:56:35 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500063 - head/www/py-dj21-django-tables2 Message-ID: <201904251856.x3PIuZb9002162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Apr 25 18:56:35 2019 New Revision: 500063 URL: https://svnweb.freebsd.org/changeset/ports/500063 Log: www/py-dj21-django-tables2: Update to 2.0.6 Changes since 2.0.3: * Add optional 'table' kwarg to row_attrs callables. * Fixed issue with wrong time format for TimeColumn. * The "ValueError" raised if the QuerySet passed to a table instance did not match the value declared in Meta.model is now turned into a warning. * Make sure the templates do not raise errors when thead/tfoot attributes are not defined. https://github.com/jieter/django-tables2/blob/v2.0.6/CHANGELOG.md Approved by: mentors (implicit) Modified: head/www/py-dj21-django-tables2/Makefile head/www/py-dj21-django-tables2/distinfo Modified: head/www/py-dj21-django-tables2/Makefile ============================================================================== --- head/www/py-dj21-django-tables2/Makefile Thu Apr 25 18:52:23 2019 (r500062) +++ head/www/py-dj21-django-tables2/Makefile Thu Apr 25 18:56:35 2019 (r500063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tables2 -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- Modified: head/www/py-dj21-django-tables2/distinfo ============================================================================== --- head/www/py-dj21-django-tables2/distinfo Thu Apr 25 18:52:23 2019 (r500062) +++ head/www/py-dj21-django-tables2/distinfo Thu Apr 25 18:56:35 2019 (r500063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549896139 -SHA256 (django-tables2-2.0.3.tar.gz) = 100fe1be2faa620b807dc0c2a49016f466e1ce7e3a2845dc6ecf3aaf9a96df67 -SIZE (django-tables2-2.0.3.tar.gz) = 8411743 +TIMESTAMP = 1556216522 +SHA256 (django-tables2-2.0.6.tar.gz) = 98038606603a157b79bb7564e589d1f21050c463d12c59d5b3848eba9e10a0ae +SIZE (django-tables2-2.0.6.tar.gz) = 71283
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251856.x3PIuZb9002162>