Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3a7a88fa125 - main - www/py-django-model-utils: Update to 4.3.1
Message-ID:  <202305270428.34R4SV64027041@gitrepo.freebsd.org>

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

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

commit c3a7a88fa12572bf33f8c7d9343d61cac96baad6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:11:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:11:00 +0000

    www/py-django-model-utils: Update to 4.3.1
    
    Changes:        https://github.com/jazzband/django-model-utils/releases
                    https://github.com/jazzband/django-model-utils/blob/master/CHANGES.rst
---
 www/py-django-model-utils/Makefile | 7 +++----
 www/py-django-model-utils/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/py-django-model-utils/Makefile b/www/py-django-model-utils/Makefile
index 399801a6d020..c69a09e1d8c2 100644
--- a/www/py-django-model-utils/Makefile
+++ b/www/py-django-model-utils/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	django-model-utils
-PORTVERSION=	4.2.0
-PORTREVISION=	1
+PORTVERSION=	4.3.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +12,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=2.0.1:www/py-django32@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/www/py-django-model-utils/distinfo b/www/py-django-model-utils/distinfo
index c43c350a908f..df1cfb52a6ba 100644
--- a/www/py-django-model-utils/distinfo
+++ b/www/py-django-model-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634391164
-SHA256 (django-model-utils-4.2.0.tar.gz) = e7a95e102f9c9653427eadab980d5d59e1dea972913b9c9e01ac37f86bba0ddf
-SIZE (django-model-utils-4.2.0.tar.gz) = 71565
+TIMESTAMP = 1684104572
+SHA256 (django-model-utils-4.3.1.tar.gz) = 2e2e4f13e4f14613134a9777db7ad4265f59a1d8f1384107bcaa3028fe3c87c1
+SIZE (django-model-utils-4.3.1.tar.gz) = 73913



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