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 Nov  5 08:35:58 UTC 2024

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

Log Message:
py-django: updated to 5.1.3

Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python 3.13.

Bugfixes

Fixed a bug in Django 5.1 where DomainNameValidator accepted any input value that contained a valid domain name, rather than only input values that were a valid domain name

Fixed a regression in Django 5.1 that prevented the use of DB-IP databases with GeoIP2

Fixed a regression in Django 5.1 where non-ASCII fieldset names were not displayed when rendering admin fieldsets


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.109 -r1.110 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.134 pkgsrc/www/py-django/Makefile:1.135
--- pkgsrc/www/py-django/Makefile:1.134 Mon Oct 14 06:46:05 2024
+++ pkgsrc/www/py-django/Makefile       Tue Nov  5 08:35:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2024/10/14 06:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2024/11/05 08:35:58 adam Exp $
 
-DISTNAME=      Django-5.1.2
+DISTNAME=      Django-5.1.3
 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.109 pkgsrc/www/py-django/distinfo:1.110
--- pkgsrc/www/py-django/distinfo:1.109 Tue Oct  8 17:42:20 2024
+++ pkgsrc/www/py-django/distinfo       Tue Nov  5 08:35:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.109 2024/10/08 17:42:20 adam Exp $
+$NetBSD: distinfo,v 1.110 2024/11/05 08:35:58 adam Exp $
 
-BLAKE2s (Django-5.1.2.tar.gz) = c3c2df58be3f9e14ad13983739af18ba0994c9d018086618eec7fc7abba328fd
-SHA512 (Django-5.1.2.tar.gz) = 7c7199fe5884f184ce6460df2186c6638110d77b06a37a5fc5cdfe359561b67d3ee8bb80d405c67fbbe16f10c50bfd0270a8e382d18c4366cb0da46d3ef7b4d2
-Size (Django-5.1.2.tar.gz) = 10711674 bytes
+BLAKE2s (Django-5.1.3.tar.gz) = ce1e2de78a06a8469c1e78770b388ee6ad21f463176280b43cfa8d3f10244d7d
+SHA512 (Django-5.1.3.tar.gz) = 43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be
+Size (Django-5.1.3.tar.gz) = 10698518 bytes



Home | Main Index | Thread Index | Old Index