pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  7 03:55:16 UTC 2024

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

Log Message:
py-django: updated to 5.0.5

Django 5.0.5 fixes several bugs in 5.0.4.

Fixed a bug in Django 5.0 that caused a crash of Model.save() when creating an instance of a model with a GeneratedField and providing a primary key
Fixed a compatibility issue encountered in Python 3.11.9+ and 3.12.3+ when validating email max line lengths with content decoded using the surrogateescape error handling scheme
Fixed a bug in Django 5.0 that caused a crash when applying migrations including alterations to GeneratedField such as setting db_index=True on SQLite
Allowed importing aprefetch_related_objects from django.db.models
Fixed a bug in Django 5.0 that caused a migration crash when a GeneratedField was added before any of the referenced fields from its expression definition
Fixed a bug in Django 5.0 that caused a migration crash when altering a GeneratedField referencing a renamed field
Fixed a bug in Django 5.0 where the querysets argument of GenericPrefetch was not required


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/www/py-django/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/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.127 pkgsrc/www/py-django/Makefile:1.128
--- pkgsrc/www/py-django/Makefile:1.127 Fri Apr  5 10:40:17 2024
+++ pkgsrc/www/py-django/Makefile       Tue May  7 03:55:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2024/04/05 10:40:17 adam Exp $
+# $NetBSD: Makefile,v 1.128 2024/05/07 03:55:16 adam Exp $
 
-DISTNAME=      Django-5.0.4
+DISTNAME=      Django-5.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.djangoproject.com/
 COMMENT=       Django, a high-level Python Web framework
 LICENSE=       modified-bsd
 
+WRKSRC=                ${WRKDIR}/${DISTNAME:tl}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.8.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.7.0:../../www/py-asgiref

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.103 pkgsrc/www/py-django/distinfo:1.104
--- pkgsrc/www/py-django/distinfo:1.103 Fri Apr  5 10:40:17 2024
+++ pkgsrc/www/py-django/distinfo       Tue May  7 03:55:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.103 2024/04/05 10:40:17 adam Exp $
+$NetBSD: distinfo,v 1.104 2024/05/07 03:55:16 adam Exp $
 
-BLAKE2s (Django-5.0.4.tar.gz) = 3454485079d0f7f3f9e56daf6717cc0dbc6d807851ace67ff6ac171c583128b6
-SHA512 (Django-5.0.4.tar.gz) = 322b0de4e9e533831937b9f50929e150d9c1ff3045e92b3530d49708df05ad0139819a1056c3def529e93826d26ef8e04f1ced655525fe8c9c2d449c2c701f28
-Size (Django-5.0.4.tar.gz) = 10638006 bytes
+BLAKE2s (Django-5.0.5.tar.gz) = f03e7240793e7900d2bc5faf09771c7df73c29f4b275e40d3946db853dfe3487
+SHA512 (Django-5.0.5.tar.gz) = eac0ae8e880fee097fa2a187253429e4b7178d36fba6cfe09587e08a44e4382b503b9605c30a9ac40a48a93915c67f9035144b183cb4bf90dd90dcc4f0144eed
+Size (Django-5.0.5.tar.gz) = 10710759 bytes



Home | Main Index | Thread Index | Old Index