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:           Thu Aug  7 04:56:19 UTC 2025

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

Log Message:
py-django: updated to 5.2.5

5.2.5

Fixed a regression in Django 5.2.1 that prevented the usage of UNNEST PostgreSQL strategy of QuerySet.bulk_create() with foreign keys

Fixed a crash in Django 5.2 when filtering against a composite primary key using a tuple containing expressions

Fixed a crash in Django 5.2 when validating a model that uses GeneratedField or constraints composed of Q and Case lookups

Added compatibility for docutils 0.22

Fixed a crash in Django 5.2 when using a ManyToManyField on a model with a composite primary key, by extending the fields.E347 system check


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.119 -r1.120 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.146 pkgsrc/www/py-django/Makefile:1.147
--- pkgsrc/www/py-django/Makefile:1.146 Mon Jul  7 08:00:26 2025
+++ pkgsrc/www/py-django/Makefile       Thu Aug  7 04:56:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2025/07/07 08:00:26 adam Exp $
+# $NetBSD: Makefile,v 1.147 2025/08/07 04:56:19 adam Exp $
 
-DISTNAME=      django-5.2.4
+DISTNAME=      django-5.2.5
 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.119 pkgsrc/www/py-django/distinfo:1.120
--- pkgsrc/www/py-django/distinfo:1.119 Mon Jul  7 08:00:26 2025
+++ pkgsrc/www/py-django/distinfo       Thu Aug  7 04:56:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.119 2025/07/07 08:00:26 adam Exp $
+$NetBSD: distinfo,v 1.120 2025/08/07 04:56:19 adam Exp $
 
-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
+BLAKE2s (django-5.2.5.tar.gz) = 3c6493d98eff4ef67249233c15521e5c6517bb37619af2ecb42c092ae9990251
+SHA512 (django-5.2.5.tar.gz) = b65e59596a2c3b4d219d0b37b54bbcead10b1f9760d499cb5cd603b0025995415f3883531f3274ca56a66f3c809933859a079d829403ca8160e6f6cadf7591a4
+Size (django-5.2.5.tar.gz) = 10859748 bytes



Home | Main Index | Thread Index | Old Index