Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 21:39:39 +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: r527137 - head/www/py-django-tables2
Message-ID:  <202002252139.01PLddqX084513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Feb 25 21:39:39 2020
New Revision: 527137
URL: https://svnweb.freebsd.org/changeset/ports/527137

Log:
  www/py-django-tables2: Update to 2.1.1:
  
  * Drop support for Python 2.7 as it was removed with the 2.1.0 release.
  
  Changelog since 2.0.6:
  
  https://github.com/jieter/django-tables2/blob/v2.2.1/CHANGELOG.md

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	Tue Feb 25 21:38:00 2020	(r527136)
+++ head/www/py-django-tables2/Makefile	Tue Feb 25 21:39:39 2020	(r527137)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-tables2
-DISTVERSION=	2.0.6
+DISTVERSION=	2.2.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=		yes

Modified: head/www/py-django-tables2/distinfo
==============================================================================
--- head/www/py-django-tables2/distinfo	Tue Feb 25 21:38:00 2020	(r527136)
+++ head/www/py-django-tables2/distinfo	Tue Feb 25 21:39:39 2020	(r527137)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556216399
-SHA256 (django-tables2-2.0.6.tar.gz) = 98038606603a157b79bb7564e589d1f21050c463d12c59d5b3848eba9e10a0ae
-SIZE (django-tables2-2.0.6.tar.gz) = 71283
+TIMESTAMP = 1576250496
+SHA256 (django-tables2-2.2.1.tar.gz) = 0d9b17f5c030ba1b5fcaeb206d8397bf58f1fdfc6beaf56e7874841b8647aa94
+SIZE (django-tables2-2.2.1.tar.gz) = 71769



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002252139.01PLddqX084513>