Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2021 10:01:23 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f7ca02afd9c3 - 2021Q3 - www/py-django-tables2: Update to 2.4.0
Message-ID:  <202108051001.175A1NJh059605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7ca02afd9c3eeeef320713f152ada5f2d296a1f

commit f7ca02afd9c3eeeef320713f152ada5f2d296a1f
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-08-05 09:52:31 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-08-05 10:00:55 +0000

    www/py-django-tables2: Update to 2.4.0
    
    Changelog:
    
    https://github.com/jieter/django-tables2/blob/v2.4.0/CHANGELOG.md
    
    MFH:            2021Q3
    (cherry picked from commit ff0b457aeb74173430ccaf3ab34ca79699fe9418)
---
 www/py-django-tables2/Makefile | 4 ++--
 www/py-django-tables2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/py-django-tables2/Makefile b/www/py-django-tables2/Makefile
index 004ad20975db..dca6b927df0a 100644
--- a/www/py-django-tables2/Makefile
+++ b/www/py-django-tables2/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
 
 PORTNAME=	django-tables2
-DISTVERSION=	2.3.4
+DISTVERSION=	2.4.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Table/data-grid framework for Django
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	distutils autoplist
diff --git a/www/py-django-tables2/distinfo b/www/py-django-tables2/distinfo
index c79788c4c97e..6f74431aa1a0 100644
--- a/www/py-django-tables2/distinfo
+++ b/www/py-django-tables2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615474006
-SHA256 (django-tables2-2.3.4.tar.gz) = 50ccadbd13740a996d8a4d4f144ef80134745cd0b5ec278061537e341f5ef7a2
-SIZE (django-tables2-2.3.4.tar.gz) = 77706
+TIMESTAMP = 1626792729
+SHA256 (django-tables2-2.4.0.tar.gz) = 4eb526464ee56a0b7d827d1da9a4f257e44edb5e1cbb6a0cfb6ca0fed70d8e4f
+SIZE (django-tables2-2.4.0.tar.gz) = 77919



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