Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2023 13:31:06 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 99d08205e5d3 - main - www/py-django-tables2: Update to 2.5.2
Message-ID:  <202302261331.31QDV6N3004337@gitrepo.freebsd.org>

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

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

commit 99d08205e5d3da268357ed68723f205cbe8bfbc4
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-02-26 13:27:27 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-02-26 13:27:27 +0000

    www/py-django-tables2: Update to 2.5.2
    
    Changelog since 2.4.1:
    
    https://github.com/jieter/django-tables2/blob/v2.5.2/CHANGELOG.md
---
 www/py-django-tables2/Makefile | 5 ++---
 www/py-django-tables2/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/www/py-django-tables2/Makefile b/www/py-django-tables2/Makefile
index 2d80cddf54e7..3be0217ea91e 100644
--- a/www/py-django-tables2/Makefile
+++ b/www/py-django-tables2/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	django-tables2
-DISTVERSION=	2.4.1
-PORTREVISION=	1
+DISTVERSION=	2.5.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,7 @@ WWW=		https://github.com/jieter/django-tables2
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${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 151f1103a4fd..ed681b019429 100644
--- a/www/py-django-tables2/distinfo
+++ b/www/py-django-tables2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633552255
-SHA256 (django-tables2-2.4.1.tar.gz) = 6c72dd208358539e789e4c0efd7d151e43283a4aa4093a35f44c43489e7ddeaa
-SIZE (django-tables2-2.4.1.tar.gz) = 78516
+TIMESTAMP = 1676994506
+SHA256 (django-tables2-2.5.2.tar.gz) = 6e22dd27fcddb1aa2f1c3cb089fcfa4df9094dae1ec16314c7c774289a3bf1fc
+SIZE (django-tables2-2.5.2.tar.gz) = 79119



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