Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 18:52:23 +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: r500062 - head/www/py-django-tables2
Message-ID:  <201904251852.x3PIqNKT000871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 25 18:52:23 2019
New Revision: 500062
URL: https://svnweb.freebsd.org/changeset/ports/500062

Log:
  www/py-django-tables2: Update to 2.0.6
  
  Notable changes since 1.21.2:
  
  * Fixed issue with wrong time format for TimeColumn.
  * Improvements in packaging and publishing helper scripts reducing the
    package size considerably.
  * 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.6/CHANGELOG.md
  
  Approved by:	mentors (implicit)

Modified:
  head/www/py-django-tables2/Makefile
  head/www/py-django-tables2/distinfo

Modified: head/www/py-django-tables2/Makefile
==============================================================================
--- head/www/py-django-tables2/Makefile	Thu Apr 25 18:40:29 2019	(r500061)
+++ head/www/py-django-tables2/Makefile	Thu Apr 25 18:52:23 2019	(r500062)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-tables2
-DISTVERSION=	1.21.2
-PORTREVISION=	1
+DISTVERSION=	2.0.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-django-tables2/distinfo
==============================================================================
--- head/www/py-django-tables2/distinfo	Thu Apr 25 18:40:29 2019	(r500061)
+++ head/www/py-django-tables2/distinfo	Thu Apr 25 18:52:23 2019	(r500062)
@@ -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 = 1556216399
+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?201904251852.x3PIqNKT000871>