CVS commit: pkgsrc/www/py-django-treebeard

"Adam Ciarcinski" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Aug 12 08:02:24 UTC 2026

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

Log Message:
py-django-treebeard: updated to 7.0.0

7.0.0

Treebeard's Django admin integration (AdminTree) has been rewritten. The new implementation is significantly more performant and scalable, and implements lazy-loading for node children. Projects that had overridden TreeAdmin behaviour should consult the code for changes.
Added a max_depth argument to the get_tree() and get_descendants() methods, to allow control over the depth of the tree that is returned.
Improved the efficiency of get_descendant_count() to use a database count instead of fetching the entire queryset (for MP, NS and LT implementations).
Added support for Django 6.1.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django-treebeard/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-treebeard/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-django-treebeard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 3.6 KB)
Modified files:

Index: pkgsrc/www/py-django-treebeard/Makefile
diff -u pkgsrc/www/py-django-treebeard/Makefile:1.25 pkgsrc/www/py-django-treebeard/Makefile:1.26
--- pkgsrc/www/py-django-treebeard/Makefile:1.25	Mon Jun 29 12:41:17 2026
+++ pkgsrc/www/py-django-treebeard/Makefile	Wed Aug 12 08:02:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2026/06/29 12:41:17 adam Exp $
+# $NetBSD: Makefile,v 1.26 2026/08/12 08:02:24 adam Exp $
 
-DISTNAME=	django_treebeard-5.3.0
+DISTNAME=	django_treebeard-7.0.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-treebeard/}

Index: pkgsrc/www/py-django-treebeard/PLIST
diff -u pkgsrc/www/py-django-treebeard/PLIST:1.11 pkgsrc/www/py-django-treebeard/PLIST:1.12
--- pkgsrc/www/py-django-treebeard/PLIST:1.11	Mon Jun 29 12:41:17 2026
+++ pkgsrc/www/py-django-treebeard/PLIST	Wed Aug 12 08:02:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2026/06/29 12:41:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/08/12 08:02:24 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -15,6 +15,9 @@ ${PYSITELIB}/treebeard/admin.pyo
 ${PYSITELIB}/treebeard/al_tree.py
 ${PYSITELIB}/treebeard/al_tree.pyc
 ${PYSITELIB}/treebeard/al_tree.pyo
+${PYSITELIB}/treebeard/deprecation.py
+${PYSITELIB}/treebeard/deprecation.pyc
+${PYSITELIB}/treebeard/deprecation.pyo
 ${PYSITELIB}/treebeard/exceptions.py
 ${PYSITELIB}/treebeard/exceptions.pyc
 ${PYSITELIB}/treebeard/exceptions.pyo
@@ -65,20 +68,16 @@ ${PYSITELIB}/treebeard/ns_tree.pyo
 ${PYSITELIB}/treebeard/numconv.py
 ${PYSITELIB}/treebeard/numconv.pyc
 ${PYSITELIB}/treebeard/numconv.pyo
-${PYSITELIB}/treebeard/static/treebeard/expand-collapse.png
+${PYSITELIB}/treebeard/static/treebeard/drag.svg
 ${PYSITELIB}/treebeard/static/treebeard/treebeard-admin.css
 ${PYSITELIB}/treebeard/static/treebeard/treebeard-admin.js
 ${PYSITELIB}/treebeard/templates/admin/tree_change_list.html
-${PYSITELIB}/treebeard/templates/admin/tree_list.html
 ${PYSITELIB}/treebeard/templatetags/__init__.py
 ${PYSITELIB}/treebeard/templatetags/__init__.pyc
 ${PYSITELIB}/treebeard/templatetags/__init__.pyo
 ${PYSITELIB}/treebeard/templatetags/admin_tree.py
 ${PYSITELIB}/treebeard/templatetags/admin_tree.pyc
 ${PYSITELIB}/treebeard/templatetags/admin_tree.pyo
-${PYSITELIB}/treebeard/templatetags/admin_tree_list.py
-${PYSITELIB}/treebeard/templatetags/admin_tree_list.pyc
-${PYSITELIB}/treebeard/templatetags/admin_tree_list.pyo
 ${PYSITELIB}/treebeard/utils.py
 ${PYSITELIB}/treebeard/utils.pyc
 ${PYSITELIB}/treebeard/utils.pyo

Index: pkgsrc/www/py-django-treebeard/distinfo
diff -u pkgsrc/www/py-django-treebeard/distinfo:1.23 pkgsrc/www/py-django-treebeard/distinfo:1.24
--- pkgsrc/www/py-django-treebeard/distinfo:1.23	Mon Jun 29 12:41:17 2026
+++ pkgsrc/www/py-django-treebeard/distinfo	Wed Aug 12 08:02:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/06/29 12:41:17 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/08/12 08:02:24 adam Exp $
 
-BLAKE2s (django_treebeard-5.3.0.tar.gz) = 185e5d9cdeca6fd1e46a21877c61db1cabf53859fd6048d501ddf2b1d87ab11d
-SHA512 (django_treebeard-5.3.0.tar.gz) = 377128f2f2c643d0c735ee826c65fb86e51f089cdd1d23cc89f061d82f3d8235cb38faebd21de5b31208206f2362f1213df499eee534ead70757b7b5aeb812d6
-Size (django_treebeard-5.3.0.tar.gz) = 312630 bytes
+BLAKE2s (django_treebeard-7.0.0.tar.gz) = 86ba635b0ab3b512db94b65a13fdf0428d407e4b92c64ce74df91b774540fb59
+SHA512 (django_treebeard-7.0.0.tar.gz) = 6a4782703b17ca1afbcf0fb234d3833df6a0df5c6bb24f3ac1de6a2322e8c1bbeed64c30e2cdb81cb2fcd113cb3ef5e9c8de2caef83435a8e49e7c6928ad201c
+Size (django_treebeard-7.0.0.tar.gz) = 229757 bytes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.