pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 23 08:57:48 UTC 2018

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

Log Message:
py-django-extensions: updated to 2.1.4

Changes 2.1.4:
Fix: shell_plus, fix 1261 check for --notebook-dir=... argument style
Fix: graph_models, Excluded models displayed as an underscore
Fix: set_fake_password, requires_model_validation has been replaced with requires_system_checks since 1.9
Docs: admin_generator, new documentation and examples
Improvement: JSONField, use new from_db_value syntax on Django 2 and up
Improvement: EncryptedTextField, use new from_db_value syntax on Django 2 and up
Improvement: graph_models, add --dot option
Improvement: graph_models, allow to redirect (text) output to file
Improvement: sqldiff, better support for indexes, index_together and unique_together


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-extensions/Makefile \
    pkgsrc/www/py-django-extensions/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-extensions/Makefile
diff -u pkgsrc/www/py-django-extensions/Makefile:1.5 pkgsrc/www/py-django-extensions/Makefile:1.6
--- pkgsrc/www/py-django-extensions/Makefile:1.5        Wed Oct  3 10:05:35 2018
+++ pkgsrc/www/py-django-extensions/Makefile    Fri Nov 23 08:57:48 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/10/03 10:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/23 08:57:48 adam Exp $
 
-DISTNAME=      django-extensions-2.1.3
+DISTNAME=      django-extensions-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-extensions/}
@@ -14,7 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=1.8:../
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.2:../../lang/py-six
 
 .include "../../lang/python/pyversion.mk"
-.if "${_PYTHON_VERSION}" == 27 || "${_PYTHON_VERSION}" == 34
+.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
 DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
 .endif
 
Index: pkgsrc/www/py-django-extensions/distinfo
diff -u pkgsrc/www/py-django-extensions/distinfo:1.5 pkgsrc/www/py-django-extensions/distinfo:1.6
--- pkgsrc/www/py-django-extensions/distinfo:1.5        Wed Oct  3 10:05:35 2018
+++ pkgsrc/www/py-django-extensions/distinfo    Fri Nov 23 08:57:48 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/10/03 10:05:35 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/11/23 08:57:48 adam Exp $
 
-SHA1 (django-extensions-2.1.3.tar.gz) = c8fb4b7f10278de6d898d40df2f39fba3dd32ffe
-RMD160 (django-extensions-2.1.3.tar.gz) = 1ff1cf413b46efd6c4eee0e12c39ca5e7cf1b12d
-SHA512 (django-extensions-2.1.3.tar.gz) = c876b3ffac940c045a5b9c70bda2d6ed77414c201141a67e38668f3060ffb5580fb99d1494e3503cb1ab063845cdc5bc72fdebac256bac6322a76a933320ef0d
-Size (django-extensions-2.1.3.tar.gz) = 482562 bytes
+SHA1 (django-extensions-2.1.4.tar.gz) = 4ecd354bf4a71787f9e0ed4bf8358d4df0ef7664
+RMD160 (django-extensions-2.1.4.tar.gz) = 2c04b77e3ca9c647d0e6397519ef4ea471762609
+SHA512 (django-extensions-2.1.4.tar.gz) = bc35d0001d3f2499b33fa8347047c31975a48f27f24019c28d9482ba603a8fbe3fff90282435b979263a3812860b1d1007f96148a416913157d015448ef6ee7a
+Size (django-extensions-2.1.4.tar.gz) = 484790 bytes



Home | Main Index | Thread Index | Old Index