From owner-svn-ports-head@freebsd.org Thu Apr 25 18:56:36 2019 Return-Path: Delivered-To: svn-ports-head@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 AA7AB159FB8E; Thu, 25 Apr 2019 18:56:36 +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 1AFBB95689; Thu, 25 Apr 2019 18:56:36 +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 0082627F93; Thu, 25 Apr 2019 18:56:35 +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 x3PIuZGK002164; Thu, 25 Apr 2019 18:56:35 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3PIuZb9002162; Thu, 25 Apr 2019 18:56:35 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201904251856.x3PIuZb9002162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 25 Apr 2019 18:56:35 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-dj21-django-tables2 X-SVN-Commit-Revision: 500063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1AFBB95689 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 18:56:37 -0000 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