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:           Wed Feb  5 20:51:59 UTC 2025

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

Log Message:
py-django: updated to 5.1.6

Django 5.1.6 fixes several bugs in 5.1.5.

Bugfixes

Fixed a regression in Django 5.1.5 that caused validate_ipv6_address() and validate_ipv46_address() to crash when handling non-string values

Fixed a regression in Django 5.1 where password fields, despite being set to required=False, were still treated as required in forms derived from BaseUserCreationForm


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.112 -r1.113 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.138 pkgsrc/www/py-django/Makefile:1.139
--- pkgsrc/www/py-django/Makefile:1.138 Tue Jan 14 15:55:07 2025
+++ pkgsrc/www/py-django/Makefile       Wed Feb  5 20:51:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2025/01/14 15:55:07 adam Exp $
+# $NetBSD: Makefile,v 1.139 2025/02/05 20:51:59 adam Exp $
 
-DISTNAME=      Django-5.1.5
+DISTNAME=      Django-5.1.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 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.112 pkgsrc/www/py-django/distinfo:1.113
--- pkgsrc/www/py-django/distinfo:1.112 Tue Jan 14 15:55:07 2025
+++ pkgsrc/www/py-django/distinfo       Wed Feb  5 20:51:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.112 2025/01/14 15:55:07 adam Exp $
+$NetBSD: distinfo,v 1.113 2025/02/05 20:51:59 adam Exp $
 
-BLAKE2s (Django-5.1.5.tar.gz) = 8af009a388dc3b0020a69452f617b8714510ed23c067ae04ae195ce5368d8909
-SHA512 (Django-5.1.5.tar.gz) = cc28eb7166d9babdb3f3d61cc87eb9ed038d7115bd7de7da5b9cff33da114c334fd51140d32c597229cd07e400520bc92ebf69611c6a455ac926f3e9eaa5ee88
-Size (Django-5.1.5.tar.gz) = 10700031 bytes
+BLAKE2s (Django-5.1.6.tar.gz) = 1ec529a1afcfe562f147723ad4400143b358cf0e6d3837b5f3e968b80c9a8b6e
+SHA512 (Django-5.1.6.tar.gz) = a76a8e523aa90d62ed0fa003bc9117900644d93c62e78bd879b709c107bb18d3e9a5b4fbd475a213398d99f9b9052a31a54cef9c5861a923b66d639c037cc177
+Size (Django-5.1.6.tar.gz) = 10700620 bytes



Home | Main Index | Thread Index | Old Index