pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-treebeard
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 8 19:10:04 UTC 2020
Modified Files:
pkgsrc/www/py-django-treebeard: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-treebeard/Makefile \
pkgsrc/www/py-django-treebeard/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-treebeard/PLIST
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-treebeard/Makefile
diff -u pkgsrc/www/py-django-treebeard/Makefile:1.10 pkgsrc/www/py-django-treebeard/Makefile:1.11
--- pkgsrc/www/py-django-treebeard/Makefile:1.10 Tue Apr 17 07:19:00 2018
+++ pkgsrc/www/py-django-treebeard/Makefile Wed Jan 8 19:10:04 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/04/17 07:19:00 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/08 19:10:04 adam Exp $
-DISTNAME= django-treebeard-4.3
+DISTNAME= django-treebeard-4.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/}
Index: pkgsrc/www/py-django-treebeard/distinfo
diff -u pkgsrc/www/py-django-treebeard/distinfo:1.10 pkgsrc/www/py-django-treebeard/distinfo:1.11
--- pkgsrc/www/py-django-treebeard/distinfo:1.10 Tue Apr 17 07:19:00 2018
+++ pkgsrc/www/py-django-treebeard/distinfo Wed Jan 8 19:10:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/04/17 07:19:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/01/08 19:10:04 adam Exp $
-SHA1 (django-treebeard-4.3.tar.gz) = 14a95ed3ef7c2891c2c88c607bb6a8b787056bfd
-RMD160 (django-treebeard-4.3.tar.gz) = cbe7bcc3557a21d1d11df14f34e1319a44e582a0
-SHA512 (django-treebeard-4.3.tar.gz) = 4f18862da697789b0ab0bbf12c9ce30a41262168c109edffaace384a090ec55e8f0660465726fbb58814b134fc1c524ba5133f04c44df5af79d65957aca97ff4
-Size (django-treebeard-4.3.tar.gz) = 310617 bytes
+SHA1 (django-treebeard-4.3.1.tar.gz) = d16c9d8418e66277c50d6112150691862c2f3988
+RMD160 (django-treebeard-4.3.1.tar.gz) = bacf5d689ae4a54e4867ea72cd0eb4a6743c929b
+SHA512 (django-treebeard-4.3.1.tar.gz) = 60b0de7248fa504dd3a9465bdc956d3f38ea50c5dc73983f0dcebf8fa9af5ba5c883b6254248dcb8ff41af877d1bcd55e985903f770e8221272c698c8604fcdf
+Size (django-treebeard-4.3.1.tar.gz) = 311071 bytes
Index: pkgsrc/www/py-django-treebeard/PLIST
diff -u pkgsrc/www/py-django-treebeard/PLIST:1.2 pkgsrc/www/py-django-treebeard/PLIST:1.3
--- pkgsrc/www/py-django-treebeard/PLIST:1.2 Sat Feb 4 12:42:06 2017
+++ pkgsrc/www/py-django-treebeard/PLIST Wed Jan 8 19:10:04 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/02/04 12:42:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/08 19:10:04 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,10 @@ ${PYSITELIB}/treebeard/exceptions.pyo
${PYSITELIB}/treebeard/forms.py
${PYSITELIB}/treebeard/forms.pyc
${PYSITELIB}/treebeard/forms.pyo
+${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/djangojs.mo
+${PYSITELIB}/treebeard/locale/de/LC_MESSAGES/djangojs.po
${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/treebeard/locale/es/LC_MESSAGES/djangojs.mo
Home |
Main Index |
Thread Index |
Old Index