From owner-svn-ports-all@freebsd.org Wed Feb 13 09:12:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C82914E8E64; Wed, 13 Feb 2019 09:12:14 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0425C80861; Wed, 13 Feb 2019 09:12:14 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0A3C252D6; Wed, 13 Feb 2019 09:12:13 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1D9CDBB070058; Wed, 13 Feb 2019 09:12:13 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1D9CDHO070056; Wed, 13 Feb 2019 09:12:13 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201902130912.x1D9CDHO070056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 13 Feb 2019 09:12:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj21-django-tables2 X-SVN-Commit-Revision: 492836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0425C80861 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 09:12:14 -0000 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 ( 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