Wed Jan 8 19:10:04 2020 UTC ()
py-django-treebeard: updated to 4.3.1

Release 4.3.1:
* Added check to avoid unnecessary database query for ``MP_Node.get_ancestors()``
  if the node is a root node.
* Drop support for Python-3.4.
* Play more nicely with other form classes, that implement ``__init__(self, *args, **kwargs)``,
  e.g. django-parler's ``TranslatableModelForm``, where `kwargs.get('instance')` is ``None``
  when called from here.
* Sorting on path on necessary queries, fixes some issues and stabilizes the whole MP section.
* Add German translation strings.


(adam)
diff -r1.10 -r1.11 pkgsrc/www/py-django-treebeard/Makefile
diff -r1.10 -r1.11 pkgsrc/www/py-django-treebeard/distinfo
diff -r1.2 -r1.3 pkgsrc/www/py-django-treebeard/PLIST

cvs diff -r1.10 -r1.11 pkgsrc/www/py-django-treebeard/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-treebeard/Makefile 2018/04/17 07:19:00 1.10
+++ pkgsrc/www/py-django-treebeard/Makefile 2020/01/08 19:10:04 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2018/04/17 07:19:00 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2020/01/08 19:10:04 adam Exp $
2 2
3DISTNAME= django-treebeard-4.3 3DISTNAME= django-treebeard-4.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://github.com/django-treebeard/django-treebeard 9HOMEPAGE= https://github.com/django-treebeard/django-treebeard
10COMMENT= Efficient tree implementations for the Django Web Framework 10COMMENT= Efficient tree implementations for the Django Web Framework
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django 13DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.10 -r1.11 pkgsrc/www/py-django-treebeard/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-treebeard/distinfo 2018/04/17 07:19:00 1.10
+++ pkgsrc/www/py-django-treebeard/distinfo 2020/01/08 19:10:04 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2018/04/17 07:19:00 adam Exp $ 1$NetBSD: distinfo,v 1.11 2020/01/08 19:10:04 adam Exp $
2 2
3SHA1 (django-treebeard-4.3.tar.gz) = 14a95ed3ef7c2891c2c88c607bb6a8b787056bfd 3SHA1 (django-treebeard-4.3.1.tar.gz) = d16c9d8418e66277c50d6112150691862c2f3988
4RMD160 (django-treebeard-4.3.tar.gz) = cbe7bcc3557a21d1d11df14f34e1319a44e582a0 4RMD160 (django-treebeard-4.3.1.tar.gz) = bacf5d689ae4a54e4867ea72cd0eb4a6743c929b
5SHA512 (django-treebeard-4.3.tar.gz) = 4f18862da697789b0ab0bbf12c9ce30a41262168c109edffaace384a090ec55e8f0660465726fbb58814b134fc1c524ba5133f04c44df5af79d65957aca97ff4 5SHA512 (django-treebeard-4.3.1.tar.gz) = 60b0de7248fa504dd3a9465bdc956d3f38ea50c5dc73983f0dcebf8fa9af5ba5c883b6254248dcb8ff41af877d1bcd55e985903f770e8221272c698c8604fcdf
6Size (django-treebeard-4.3.tar.gz) = 310617 bytes 6Size (django-treebeard-4.3.1.tar.gz) = 311071 bytes

cvs diff -r1.2 -r1.3 pkgsrc/www/py-django-treebeard/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-treebeard/PLIST 2017/02/04 12:42:06 1.2
+++ pkgsrc/www/py-django-treebeard/PLIST 2020/01/08 19:10:04 1.3
@@ -1,34 +1,38 @@ @@ -1,34 +1,38 @@
1@comment $NetBSD: PLIST,v 1.2 2017/02/04 12:42:06 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/01/08 19:10:04 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/treebeard/__init__.py 7${PYSITELIB}/treebeard/__init__.py
8${PYSITELIB}/treebeard/__init__.pyc 8${PYSITELIB}/treebeard/__init__.pyc
9${PYSITELIB}/treebeard/__init__.pyo 9${PYSITELIB}/treebeard/__init__.pyo
10${PYSITELIB}/treebeard/admin.py 10${PYSITELIB}/treebeard/admin.py
11${PYSITELIB}/treebeard/admin.pyc 11${PYSITELIB}/treebeard/admin.pyc
12${PYSITELIB}/treebeard/admin.pyo 12${PYSITELIB}/treebeard/admin.pyo
13${PYSITELIB}/treebeard/al_tree.py 13${PYSITELIB}/treebeard/al_tree.py
14${PYSITELIB}/treebeard/al_tree.pyc 14${PYSITELIB}/treebeard/al_tree.pyc
15${PYSITELIB}/treebeard/al_tree.pyo 15${PYSITELIB}/treebeard/al_tree.pyo
16${PYSITELIB}/treebeard/exceptions.py 16${PYSITELIB}/treebeard/exceptions.py
17${PYSITELIB}/treebeard/exceptions.pyc 17${PYSITELIB}/treebeard/exceptions.pyc
18${PYSITELIB}/treebeard/exceptions.pyo 18${PYSITELIB}/treebeard/exceptions.pyo
19${PYSITELIB}/treebeard/forms.py 19${PYSITELIB}/treebeard/forms.py
20${PYSITELIB}/treebeard/forms.pyc 20${PYSITELIB}/treebeard/forms.pyc
21${PYSITELIB}/treebeard/forms.pyo 21${PYSITELIB}/treebeard/forms.pyo
 22${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/django.mo
 23${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/django.po
 24${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/djangojs.mo
 25${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/djangojs.po
22${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.mo 26${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.mo
23${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.po 27${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.po
24${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/djangojs.mo 28${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/djangojs.mo
25${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/djangojs.po 29${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/djangojs.po
26${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/django.mo 30${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/django.mo
27${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/django.po 31${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/django.po
28${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/djangojs.mo 32${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/djangojs.mo
29${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/djangojs.po 33${PYSITELIB}/treebeard/locale/nl/LC_MESSAGES/djangojs.po
30${PYSITELIB}/treebeard/locale/pl/LC_MESSAGES/django.mo 34${PYSITELIB}/treebeard/locale/pl/LC_MESSAGES/django.mo
31${PYSITELIB}/treebeard/locale/pl/LC_MESSAGES/django.po 35${PYSITELIB}/treebeard/locale/pl/LC_MESSAGES/django.po
32${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/django.mo 36${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/django.mo
33${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/django.po 37${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/django.po
34${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/djangojs.mo 38${PYSITELIB}/treebeard/locale/ru/LC_MESSAGES/djangojs.mo