Received: by mail.netbsd.org (Postfix, from userid 605) id A8A5584DBD; Mon, 27 May 2019 16:43:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EC2784DB2 for ; Mon, 27 May 2019 16:43:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Ny5qOZw41xtW for ; Mon, 27 May 2019 16:43:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F5AE84D38 for ; Mon, 27 May 2019 16:43:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 591A5FA81; Mon, 27 May 2019 16:43:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155897543480870" MIME-Version: 1.0 Date: Mon, 27 May 2019 16:43:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-extensions To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190527164354.591A5FA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155897543480870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 27 16:43:54 UTC 2019 Modified Files: pkgsrc/www/py-django-extensions: Makefile PLIST distinfo Log Message: py-django-extensions: updated to 2.1.7 Changes 2.1.7: - New: test, many many more tests :-) thanks everybody - New: docs, many documentation updates - New: graph_model, add simple theming support and django2018 theme - Improvement: ModificationDateTimeField, make modificationfield name modifiable - Improvement: graph_model, option to not showrelations labels in the graph - Improvement: reset_db, allow to override list of backends for database engines - Improvement: reset_db, add psqlextra backend - Improvement: runserver_plus, idle support - Improvement: generate_secret_key, removed get_random_string in favour of get_random_secret_key - Improvement: update_permissions, add create-only and update-only flags - Improvement: update_permissions, update changed names of permission to match correct permission name - Improvement: syncdata, add --database option - Improvement: runscript, allow to override RUNSCRIPT_SCRIPT_DIR - Fix: create_command, fix mknod error on macos - Fix: runserver_plus, fix in resolving ssl certificate path - Fix: sqldiff, fix hstorefield - Deprecate: truncate_letters, use Django's truncatechars - Deprecate: passwd, use Django's changepassword - Deprecate: Keyczar encrypted fields, Keyczar is abandonned / deprecated To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-extensions/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-extensions/PLIST cvs rdiff -u -r1.8 -r1.9 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. --_----------=_155897543480870 Content-Disposition: inline Content-Length: 4218 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-extensions/Makefile diff -u pkgsrc/www/py-django-extensions/Makefile:1.9 pkgsrc/www/py-django-extensions/Makefile:1.10 --- pkgsrc/www/py-django-extensions/Makefile:1.9 Thu May 2 09:16:47 2019 +++ pkgsrc/www/py-django-extensions/Makefile Mon May 27 16:43:54 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/05/02 09:16:47 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/05/27 16:43:54 adam Exp $ -DISTNAME= django-extensions-2.1.6 +DISTNAME= django-extensions-2.1.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-extensions/} Index: pkgsrc/www/py-django-extensions/PLIST diff -u pkgsrc/www/py-django-extensions/PLIST:1.3 pkgsrc/www/py-django-extensions/PLIST:1.4 --- pkgsrc/www/py-django-extensions/PLIST:1.3 Thu Jan 31 08:16:03 2019 +++ pkgsrc/www/py-django-extensions/PLIST Mon May 27 16:43:54 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2019/01/31 08:16:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/05/27 16:43:54 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -329,9 +329,12 @@ ${PYSITELIB}/django_extensions/static/dj ${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js ${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.autocomplete.js ${PYSITELIB}/django_extensions/static/django_extensions/js/jquery.bgiframe.js -${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/digraph.dot -${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/label.dot -${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/relation.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/digraph.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/label.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/django2018/relation.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/digraph.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/label.dot +${PYSITELIB}/django_extensions/templates/django_extensions/graph_models/original/relation.dot ${PYSITELIB}/django_extensions/templates/django_extensions/widgets/foreignkey_searchinput.html ${PYSITELIB}/django_extensions/templatetags/__init__.py ${PYSITELIB}/django_extensions/templatetags/__init__.pyc @@ -363,9 +366,6 @@ ${PYSITELIB}/django_extensions/utils/dep ${PYSITELIB}/django_extensions/utils/dia2django.py ${PYSITELIB}/django_extensions/utils/dia2django.pyc ${PYSITELIB}/django_extensions/utils/dia2django.pyo -${PYSITELIB}/django_extensions/utils/text.py -${PYSITELIB}/django_extensions/utils/text.pyc -${PYSITELIB}/django_extensions/utils/text.pyo ${PYSITELIB}/django_extensions/validators.py ${PYSITELIB}/django_extensions/validators.pyc ${PYSITELIB}/django_extensions/validators.pyo Index: pkgsrc/www/py-django-extensions/distinfo diff -u pkgsrc/www/py-django-extensions/distinfo:1.8 pkgsrc/www/py-django-extensions/distinfo:1.9 --- pkgsrc/www/py-django-extensions/distinfo:1.8 Sun Feb 24 20:35:46 2019 +++ pkgsrc/www/py-django-extensions/distinfo Mon May 27 16:43:54 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/02/24 20:35:46 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/05/27 16:43:54 adam Exp $ -SHA1 (django-extensions-2.1.6.tar.gz) = afd7963fb657daaa73885874ddbaa5618e59109e -RMD160 (django-extensions-2.1.6.tar.gz) = 2a007c9da9b6104c2188bbd6e38727472bd53c5c -SHA512 (django-extensions-2.1.6.tar.gz) = a59d19307d4b81a1406247115fcae1830b453d0b0485fd74d710d70a77b7f5454e6066dfe355324fad44a897cfbaa9212b2af30367d74eab9f4359e26fc0619e -Size (django-extensions-2.1.6.tar.gz) = 486207 bytes +SHA1 (django-extensions-2.1.7.tar.gz) = 32d769ba7e21655e92cfe6d02725ebef5c049a78 +RMD160 (django-extensions-2.1.7.tar.gz) = ab98aa8be4e3be3ea13b52f291cfeb482849eab5 +SHA512 (django-extensions-2.1.7.tar.gz) = 8a71273bd69301699f10776acaaec877331e8207eb7e04bb83e10f18fe8f8c3eab785441162c113167b5afe47145dfc4d727fdf1e67b5bd49145a017b26516eb +Size (django-extensions-2.1.7.tar.gz) = 558972 bytes --_----------=_155897543480870--