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 Aug 11 05:52:52 UTC 2026

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

Log Message:
py-django: updated to 6.1

The Django team is happy to announce the release of Django 6.1.

The release notes offer a harmonious mélange of new features and usability improvements. A few highlights are:

- Model field fetch modes for configuring on-demand fetching behavior
- Database-level delete options for ForeignKey.on_delete
- Dictionary-based email settings


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/py-django/PLIST
cvs rdiff -u -r1.129 -r1.130 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.157 pkgsrc/www/py-django/Makefile:1.158
--- pkgsrc/www/py-django/Makefile:1.157 Fri Jul 10 08:33:36 2026
+++ pkgsrc/www/py-django/Makefile       Tue Aug 11 05:52:52 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.157 2026/07/10 08:33:36 adam Exp $
+# $NetBSD: Makefile,v 1.158 2026/08/11 05:52:52 adam Exp $
 
-DISTNAME=      django-6.0.7
+DISTNAME=      django-6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
+MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/py-django/PLIST
diff -u pkgsrc/www/py-django/PLIST:1.54 pkgsrc/www/py-django/PLIST:1.55
--- pkgsrc/www/py-django/PLIST:1.54     Wed Apr 22 07:25:39 2026
+++ pkgsrc/www/py-django/PLIST  Tue Aug 11 05:52:52 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2026/04/22 07:25:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.55 2026/08/11 05:52:52 adam Exp $
 bin/django-admin-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -1339,6 +1339,7 @@ ${PYSITELIB}/django/contrib/admin/templa
 ${PYSITELIB}/django/contrib/admin/templates/admin/base.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/base_site.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/change_form.html
+${PYSITELIB}/django/contrib/admin/templates/admin/change_form_actions.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/change_form_object_tools.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/change_list.html
 ${PYSITELIB}/django/contrib/admin/templates/admin/change_list_object_tools.html
@@ -1382,6 +1383,9 @@ ${PYSITELIB}/django/contrib/admin/templa
 ${PYSITELIB}/django/contrib/admin/templatetags/__init__.py
 ${PYSITELIB}/django/contrib/admin/templatetags/__init__.pyc
 ${PYSITELIB}/django/contrib/admin/templatetags/__init__.pyo
+${PYSITELIB}/django/contrib/admin/templatetags/admin_filters.py
+${PYSITELIB}/django/contrib/admin/templatetags/admin_filters.pyc
+${PYSITELIB}/django/contrib/admin/templatetags/admin_filters.pyo
 ${PYSITELIB}/django/contrib/admin/templatetags/admin_list.py
 ${PYSITELIB}/django/contrib/admin/templatetags/admin_list.pyc
 ${PYSITELIB}/django/contrib/admin/templatetags/admin_list.pyo
@@ -4297,6 +4301,9 @@ ${PYSITELIB}/django/core/checks/database
 ${PYSITELIB}/django/core/checks/files.py
 ${PYSITELIB}/django/core/checks/files.pyc
 ${PYSITELIB}/django/core/checks/files.pyo
+${PYSITELIB}/django/core/checks/mail.py
+${PYSITELIB}/django/core/checks/mail.pyc
+${PYSITELIB}/django/core/checks/mail.pyo
 ${PYSITELIB}/django/core/checks/messages.py
 ${PYSITELIB}/django/core/checks/messages.pyc
 ${PYSITELIB}/django/core/checks/messages.pyo
@@ -4414,6 +4421,15 @@ ${PYSITELIB}/django/core/mail/backends/l
 ${PYSITELIB}/django/core/mail/backends/smtp.py
 ${PYSITELIB}/django/core/mail/backends/smtp.pyc
 ${PYSITELIB}/django/core/mail/backends/smtp.pyo
+${PYSITELIB}/django/core/mail/deprecation.py
+${PYSITELIB}/django/core/mail/deprecation.pyc
+${PYSITELIB}/django/core/mail/deprecation.pyo
+${PYSITELIB}/django/core/mail/exceptions.py
+${PYSITELIB}/django/core/mail/exceptions.pyc
+${PYSITELIB}/django/core/mail/exceptions.pyo
+${PYSITELIB}/django/core/mail/handler.py
+${PYSITELIB}/django/core/mail/handler.pyc
+${PYSITELIB}/django/core/mail/handler.pyo
 ${PYSITELIB}/django/core/mail/message.py
 ${PYSITELIB}/django/core/mail/message.pyc
 ${PYSITELIB}/django/core/mail/message.pyo
@@ -4810,6 +4826,9 @@ ${PYSITELIB}/django/db/models/enums.pyo
 ${PYSITELIB}/django/db/models/expressions.py
 ${PYSITELIB}/django/db/models/expressions.pyc
 ${PYSITELIB}/django/db/models/expressions.pyo
+${PYSITELIB}/django/db/models/fetch_modes.py
+${PYSITELIB}/django/db/models/fetch_modes.pyc
+${PYSITELIB}/django/db/models/fetch_modes.pyo
 ${PYSITELIB}/django/db/models/fields/__init__.py
 ${PYSITELIB}/django/db/models/fields/__init__.pyc
 ${PYSITELIB}/django/db/models/fields/__init__.pyo
@@ -4867,6 +4886,9 @@ ${PYSITELIB}/django/db/models/functions/
 ${PYSITELIB}/django/db/models/functions/text.py
 ${PYSITELIB}/django/db/models/functions/text.pyc
 ${PYSITELIB}/django/db/models/functions/text.pyo
+${PYSITELIB}/django/db/models/functions/uuid.py
+${PYSITELIB}/django/db/models/functions/uuid.pyc
+${PYSITELIB}/django/db/models/functions/uuid.pyo
 ${PYSITELIB}/django/db/models/functions/window.py
 ${PYSITELIB}/django/db/models/functions/window.pyc
 ${PYSITELIB}/django/db/models/functions/window.pyo

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.129 pkgsrc/www/py-django/distinfo:1.130
--- pkgsrc/www/py-django/distinfo:1.129 Fri Jul 10 08:33:36 2026
+++ pkgsrc/www/py-django/distinfo       Tue Aug 11 05:52:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.129 2026/07/10 08:33:36 adam Exp $
+$NetBSD: distinfo,v 1.130 2026/08/11 05:52:52 adam Exp $
 
-BLAKE2s (django-6.0.7.tar.gz) = 0e09fda8642a1ba5556007cdc90eef2efd942d5b4b86d9a1aed4097a9cb2e8fe
-SHA512 (django-6.0.7.tar.gz) = c9566b26b31d1f6a10de99621e8e9d8e0be1c6b33c643fad00c46f8a2049c7fa47a38b7a9fe51605ee41c0d8a14c27a3ff6bc771910190daf473fe05379690db
-Size (django-6.0.7.tar.gz) = 10921299 bytes
+BLAKE2s (django-6.1.tar.gz) = fc1adbc267a591984b2344902fe5b2a4a70f5f4d252e5626e71cd772c75bcec2
+SHA512 (django-6.1.tar.gz) = 5fa4d78b67790d07560fa19269006b08f5ea3053bd0f3df2a1e54589ad19d46cdcbb5c14d7e4d339ec1106419b3cbbfe3e05c7c563958668498dfe421c6f4ca7
+Size (django-6.1.tar.gz) = 11223034 bytes



Home | Main Index | Thread Index | Old Index