Date: Wed, 13 Feb 2019 09:12:13 +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: r492836 - head/www/py-dj21-django-tables2 Message-ID: <201902130912.x1D9CDHO070056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Wed Feb 13 09:12:13 2019 New Revision: 492836 URL: https://svnweb.freebsd.org/changeset/ports/492836 Log: www/py-dj21-django-tables2: Update to 2.0.3 Notable changes since 1.21.2: * Appearance of the paginators might be different from the current 1.x templates. * Removed the template argument to the table constructor, use template_name instead. * Stopped adding column names to the class attribute of table cells (<td> tags) by default. * "verbose_names" derived from model fields are not passed through "title()" anymore, only the first character is converted to upper case. This follows Django's convention for verbose field names: "The convention is not to capitalize the first letter of the verbose_name. Django will automatically capitalize the first letter where it needs to." * Many other bugfixes, for a full changelog see here: https://github.com/jieter/django-tables2/blob/v2.0.3/CHANGELOG.md Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19159 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 Wed Feb 13 09:07:15 2019 (r492835) +++ head/www/py-dj21-django-tables2/Makefile Wed Feb 13 09:12:13 2019 (r492836) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-tables2 -DISTVERSION= 1.21.2 +DISTVERSION= 2.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- @@ -13,7 +13,7 @@ COMMENT= Table/data-grid framework for Django LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=0:www/py-django21@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=1.11:www/py-django21@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR} USES= python:3.5+ Modified: head/www/py-dj21-django-tables2/distinfo ============================================================================== --- head/www/py-dj21-django-tables2/distinfo Wed Feb 13 09:07:15 2019 (r492835) +++ head/www/py-dj21-django-tables2/distinfo Wed Feb 13 09:12:13 2019 (r492836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522914211 -SHA256 (django-tables2-1.21.2.tar.gz) = c5c979201b7a2f7e88f2784dcd478e0c809d3a2053dea576cb71ce51676bbf7a -SIZE (django-tables2-1.21.2.tar.gz) = 2680587 +TIMESTAMP = 1549896139 +SHA256 (django-tables2-2.0.3.tar.gz) = 100fe1be2faa620b807dc0c2a49016f466e1ce7e3a2845dc6ecf3aaf9a96df67 +SIZE (django-tables2-2.0.3.tar.gz) = 8411743
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902130912.x1D9CDHO070056>