pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-modelcluster



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  9 13:21:07 UTC 2025

Modified Files:
        pkgsrc/www/py-django-modelcluster: Makefile distinfo

Log Message:
py-django-modelcluster: updated to 6.4

6.4 (18.12.2024)

* Add `UniqueConstraint` support for uniqueness validation (Sage Abdullah)
* Remove `pytz` dependency (Sage Abdullah)
* Added Django 5.1 and Python 3.13 support
* Removed Django 3.2 and Python 3.8 support


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-modelcluster/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-modelcluster/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.8 pkgsrc/www/py-django-modelcluster/Makefile:1.9
--- pkgsrc/www/py-django-modelcluster/Makefile:1.8      Mon Nov 11 07:29:19 2024
+++ pkgsrc/www/py-django-modelcluster/Makefile  Thu Jan  9 13:21:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/09 13:21:07 adam Exp $
 
-DISTNAME=      django-modelcluster-6.3
+DISTNAME=      django-modelcluster-6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-modelcluster/}
@@ -11,14 +11,11 @@ COMMENT=    Django extension for offline mo
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django4
-DEPENDS+=      ${PYPKGPREFIX}-pytz>=2022.4:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django4
 # taggit
 DEPENDS+=      ${PYPKGPREFIX}-django-taggit>=3.1:../../www/py-django-taggit
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.7 pkgsrc/www/py-django-modelcluster/distinfo:1.8
--- pkgsrc/www/py-django-modelcluster/distinfo:1.7      Sun Mar  3 15:27:09 2024
+++ pkgsrc/www/py-django-modelcluster/distinfo  Thu Jan  9 13:21:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/03/03 15:27:09 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/01/09 13:21:07 adam Exp $
 
-BLAKE2s (django-modelcluster-6.3.tar.gz) = fa5de529be02a8995c1ac0f6bcb6082f5ed24a4da610e9332b1c4b808c215ed0
-SHA512 (django-modelcluster-6.3.tar.gz) = d98dd78919df620540c8616c73d7f838ad996eb6306fcb9d4ffa4e53c4d8b1041bf141d230665de8955da95fc87dacf2d9d733e06fda385ae0b9dd0d9bc9f74c
-Size (django-modelcluster-6.3.tar.gz) = 28903 bytes
+BLAKE2s (django-modelcluster-6.4.tar.gz) = 7b6e960033ab2452e5ded40b17f7bd3b5b8987f78936e014c02d49f586a5bd5b
+SHA512 (django-modelcluster-6.4.tar.gz) = dc49c93d77a41e4e8f2768b31ee990806b5bbf0bc96e702839d8ccdead9880aa917a261efdffe34917c57ac8bf1012836fbe33c86a534175f3f89e2ce19ffd1c
+Size (django-modelcluster-6.4.tar.gz) = 28966 bytes



Home | Main Index | Thread Index | Old Index