pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-timezone-field



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 26 10:23:29 UTC 2024

Modified Files:
        pkgsrc/www/py-django-timezone-field: Makefile PLIST distinfo

Log Message:
py-django-timezone-field: updated to 7.0

7.0 (2024-07-07)

Better default sorting of choices
Convert string value to timezone object immediately on creation/assignment. Accessing a TimeZoneField will always return a timezone or None (never a string). (Potentially BREAKING: Unknown timezone 
names now raise ValidationError at time of assignment. Previously, conversion was delayed until model full_clean or save.)
Add support for django 5.1
Drop support for django 3.2, 4.0, 4.1
Change base class of TimeZoneSerializerField from DJRF's Field to CharField


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-timezone-field/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-timezone-field/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-timezone-field/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-timezone-field/Makefile
diff -u pkgsrc/www/py-django-timezone-field/Makefile:1.8 pkgsrc/www/py-django-timezone-field/Makefile:1.9
--- pkgsrc/www/py-django-timezone-field/Makefile:1.8    Thu Aug 15 21:55:18 2024
+++ pkgsrc/www/py-django-timezone-field/Makefile        Tue Nov 26 10:23:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/08/15 21:55:18 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/11/26 10:23:29 adam Exp $
 
-DISTNAME=      django_timezone_field-6.1.0
+DISTNAME=      django_timezone_field-7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-timezone-field/}
@@ -15,7 +15,5 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=3.2:../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-timezone-field/PLIST
diff -u pkgsrc/www/py-django-timezone-field/PLIST:1.3 pkgsrc/www/py-django-timezone-field/PLIST:1.4
--- pkgsrc/www/py-django-timezone-field/PLIST:1.3       Tue Jan 23 07:56:20 2024
+++ pkgsrc/www/py-django-timezone-field/PLIST   Tue Nov 26 10:23:29 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/23 07:56:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/11/26 10:23:29 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -33,3 +33,6 @@ ${PYSITELIB}/timezone_field/models.pyo
 ${PYSITELIB}/timezone_field/rest_framework.py
 ${PYSITELIB}/timezone_field/rest_framework.pyc
 ${PYSITELIB}/timezone_field/rest_framework.pyo
+${PYSITELIB}/timezone_field/utils.py
+${PYSITELIB}/timezone_field/utils.pyc
+${PYSITELIB}/timezone_field/utils.pyo

Index: pkgsrc/www/py-django-timezone-field/distinfo
diff -u pkgsrc/www/py-django-timezone-field/distinfo:1.6 pkgsrc/www/py-django-timezone-field/distinfo:1.7
--- pkgsrc/www/py-django-timezone-field/distinfo:1.6    Tue Jan 23 07:56:20 2024
+++ pkgsrc/www/py-django-timezone-field/distinfo        Tue Nov 26 10:23:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/23 07:56:20 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/11/26 10:23:29 adam Exp $
 
-BLAKE2s (django_timezone_field-6.1.0.tar.gz) = 3404dbda48391517f3f8de75f1d71ff344362e99c1bf5e65776854ebb209deed
-SHA512 (django_timezone_field-6.1.0.tar.gz) = ae834f92b643463cb670f02ad8ec29506ae161920fe2c1523cff3ff4719791dfa5c2adf777c487699a4026f61509eb004272b18f47db7886e26bbef6373fd632
-Size (django_timezone_field-6.1.0.tar.gz) = 12430 bytes
+BLAKE2s (django_timezone_field-7.0.tar.gz) = c721daba67a5426d11dfc82c19f69446189c9b5f070b9bd686c8814b72255390
+SHA512 (django_timezone_field-7.0.tar.gz) = fbda37267f1b6deb14b63b61f79b7862b15358820d44d7ddfe274559a081b4bec85d85d1f256ba452c4111d859c9ba7c02f8a4ccc397bdd59af5bf15a489370b
+Size (django_timezone_field-7.0.tar.gz) = 13683 bytes



Home | Main Index | Thread Index | Old Index