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: Mon Jul 7 08:00:26 UTC 2025
Modified Files:
pkgsrc/www/py-django: Makefile distinfo
Log Message:
py-django: updated to 5.2.4
5.2.4
Bugfixes
Fixed a regression in Django 5.2.2 where HttpRequest.get_preferred_type() incorrectly preferred more specific media types with a lower quality.
Fixed a regression in Django 5.2.3 where Value(None, JSONField()) used in a When condition was incorrectly serialized as SQL NULL instead of JSON null.
Fixed a crash in Django 5.2 when performing an __in lookup involving a composite primary key and a subquery on backends that lack native support for tuple lookups.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.118 -r1.119 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.145 pkgsrc/www/py-django/Makefile:1.146
--- pkgsrc/www/py-django/Makefile:1.145 Tue Jun 10 14:41:50 2025
+++ pkgsrc/www/py-django/Makefile Mon Jul 7 08:00:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.145 2025/06/10 14:41:50 adam Exp $
+# $NetBSD: Makefile,v 1.146 2025/07/07 08:00:26 adam Exp $
-DISTNAME= django-5.2.3
+DISTNAME= django-5.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.118 pkgsrc/www/py-django/distinfo:1.119
--- pkgsrc/www/py-django/distinfo:1.118 Tue Jun 10 14:41:50 2025
+++ pkgsrc/www/py-django/distinfo Mon Jul 7 08:00:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.118 2025/06/10 14:41:50 adam Exp $
+$NetBSD: distinfo,v 1.119 2025/07/07 08:00:26 adam Exp $
-BLAKE2s (django-5.2.3.tar.gz) = bb2e2a2ba928ecd20ccb2b350ffbb62a2739814bb6c41885b5da0fd96e35b596
-SHA512 (django-5.2.3.tar.gz) = 255da3b0fde2df7294c3c76a09002d78fde795a6829138687a8308aef55d6ed8d6d52d20860022f78dd44d1f4893bd54e1d61b887b52945c90363a494d5046e3
-Size (django-5.2.3.tar.gz) = 10850303 bytes
+BLAKE2s (django-5.2.4.tar.gz) = 7531a819e55d45527efb2e28a6c3e6ca4d6f439694db7466c9cf6d0b291f58ac
+SHA512 (django-5.2.4.tar.gz) = af2ec6cfa6e17c6b348c165947ac76287f51e5ab6edc90682b57f8412ec22aaa0cd326516f65b63438d2ef48a70d306a59bfb7a235adeae0e753b654a3b0059c
+Size (django-5.2.4.tar.gz) = 10831909 bytes
Home |
Main Index |
Thread Index |
Old Index