pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-extensions py-django-extensions: updated...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1807c96fae35
branches:  trunk
changeset: 422240:1807c96fae35
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 22 21:20:28 2020 +0000

description:
py-django-extensions: updated to 2.2.6

2.2.6
Changes:
- Improvement: travis, update pypy and pypy3 versions
- Improvement: shell_plus, ability to print location/traceback besides sql
- Improvement: runserver_plus, ability to print location/traceback besides sql
- Improvement: UniqueFieldMixin, Support Django 2.2 UniqueConstraint.condition
- Improvement: DEFAULT_MYSQL_ENGINES, add mysql.connector.django
- Improvement: shell_plus, allow setting SHELL_PLUS="notebook"
- Improvement: shell_plus, add -c/--command to shell_plus mirroring django's shell command
- Fix: shell_plus, fix postgresql debug wrapper on django 3.0 or higher
- Fix: runserver_plus, fix postgresql debug wrapper on django 3.0 or higher

diffstat:

 www/py-django-extensions/Makefile |   4 ++--
 www/py-django-extensions/PLIST    |  11 ++++++++++-
 www/py-django-extensions/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r d8fd113dae79 -r 1807c96fae35 www/py-django-extensions/Makefile
--- a/www/py-django-extensions/Makefile Wed Jan 22 21:18:26 2020 +0000
+++ b/www/py-django-extensions/Makefile Wed Jan 22 21:20:28 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/10/21 11:33:42 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/22 21:20:28 adam Exp $
 
-DISTNAME=      django-extensions-2.2.5
+DISTNAME=      django-extensions-2.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-extensions/}
diff -r d8fd113dae79 -r 1807c96fae35 www/py-django-extensions/PLIST
--- a/www/py-django-extensions/PLIST    Wed Jan 22 21:18:26 2020 +0000
+++ b/www/py-django-extensions/PLIST    Wed Jan 22 21:20:28 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/07/21 08:00:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/01/22 21:20:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -16,6 +16,12 @@
 ${PYSITELIB}/django_extensions/admin/widgets.py
 ${PYSITELIB}/django_extensions/admin/widgets.pyc
 ${PYSITELIB}/django_extensions/admin/widgets.pyo
+${PYSITELIB}/django_extensions/auth/__init__.py
+${PYSITELIB}/django_extensions/auth/__init__.pyc
+${PYSITELIB}/django_extensions/auth/__init__.pyo
+${PYSITELIB}/django_extensions/auth/mixins.py
+${PYSITELIB}/django_extensions/auth/mixins.pyc
+${PYSITELIB}/django_extensions/auth/mixins.pyo
 ${PYSITELIB}/django_extensions/collision_resolvers.py
 ${PYSITELIB}/django_extensions/collision_resolvers.pyc
 ${PYSITELIB}/django_extensions/collision_resolvers.pyo
@@ -276,6 +282,9 @@
 ${PYSITELIB}/django_extensions/management/commands/validate_templates.py
 ${PYSITELIB}/django_extensions/management/commands/validate_templates.pyc
 ${PYSITELIB}/django_extensions/management/commands/validate_templates.pyo
+${PYSITELIB}/django_extensions/management/debug_cursor.py
+${PYSITELIB}/django_extensions/management/debug_cursor.pyc
+${PYSITELIB}/django_extensions/management/debug_cursor.pyo
 ${PYSITELIB}/django_extensions/management/email_notifications.py
 ${PYSITELIB}/django_extensions/management/email_notifications.pyc
 ${PYSITELIB}/django_extensions/management/email_notifications.pyo
diff -r d8fd113dae79 -r 1807c96fae35 www/py-django-extensions/distinfo
--- a/www/py-django-extensions/distinfo Wed Jan 22 21:18:26 2020 +0000
+++ b/www/py-django-extensions/distinfo Wed Jan 22 21:20:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/10/21 11:33:42 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/01/22 21:20:28 adam Exp $
 
-SHA1 (django-extensions-2.2.5.tar.gz) = c14be99b2e3c38cffc918efac16303b1390e813c
-RMD160 (django-extensions-2.2.5.tar.gz) = 0ec1696fcc9a6cc0a7787e1a5556cb3846f16d58
-SHA512 (django-extensions-2.2.5.tar.gz) = a6dc143d60f6fe98495b1247170ca772576d129357ba0b2c10deaea234b51099ea75c3d75db30bcd7ce710973a55d261964b6ce1281a8e4d0a616d7c0fbefb9d
-Size (django-extensions-2.2.5.tar.gz) = 582491 bytes
+SHA1 (django-extensions-2.2.6.tar.gz) = 0184cef7e8271bcf90f725f0d60fffafef4d2f1c
+RMD160 (django-extensions-2.2.6.tar.gz) = 55467ddadba8ce13a76a195ef4f7e0189b57b678
+SHA512 (django-extensions-2.2.6.tar.gz) = 5c5d13df2668224f77195614378ee78017e25875db5f341626187438b9d40ce053628a5be611e1639a08db6831e97cb9fd85f4c0dceba230ad1e72105d22bfeb
+Size (django-extensions-2.2.6.tar.gz) = 585230 bytes



Home | Main Index | Thread Index | Old Index