Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 455E87A27F for ; Wed, 5 Apr 2017 17:08:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E23CA855C9; Wed, 5 Apr 2017 17:08:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7371E855C0 for ; Wed, 5 Apr 2017 17:08:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o7dF3dBRuc-b for ; Wed, 5 Apr 2017 17:08:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3134584CD8 for ; Wed, 5 Apr 2017 17:08:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21682FBE4; Wed, 5 Apr 2017 17:08:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491412129111250" MIME-Version: 1.0 Date: Wed, 5 Apr 2017 17:08:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170405170849.21682FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1491412129111250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 5 17:08:49 UTC 2017 Modified Files: pkgsrc/www/py-django: Makefile PLIST distinfo Log Message: Changes 1.11: As always, the release notes cover the medley of new features in detail, but a few highlights are: * Class-based model indexes for creating database indexes. * Template-based widget rendering to ease customizing form widgets. * Subquery expressions to create explicit subqueries using the ORM. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/www/py-django/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/py-django/PLIST cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/py-django/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491412129111250 Content-Disposition: inline Content-Length: 19399 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django/Makefile diff -u pkgsrc/www/py-django/Makefile:1.83 pkgsrc/www/py-django/Makefile:1.84 --- pkgsrc/www/py-django/Makefile:1.83 Sun Mar 12 18:45:33 2017 +++ pkgsrc/www/py-django/Makefile Wed Apr 5 17:08:48 2017 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.83 2017/03/12 18:45:33 adam Exp $ +# $NetBSD: Makefile,v 1.84 2017/04/05 17:08:48 adam Exp $ -DISTNAME= Django-1.10.6 +DISTNAME= Django-1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python -MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ +MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.djangoproject.com/ @@ -14,7 +14,7 @@ USE_LANGUAGES= # empty REPLACE_PYTHON= ${WRKSRC}/django/bin/django-admin.py REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/manage.py-tpl -PYTHON_VERSIONED_DEPENDENCIES= flup +DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz post-install: ${MV} ${DESTDIR}${PREFIX}/bin/django-admin \ Index: pkgsrc/www/py-django/PLIST diff -u pkgsrc/www/py-django/PLIST:1.41 pkgsrc/www/py-django/PLIST:1.42 --- pkgsrc/www/py-django/PLIST:1.41 Sun Nov 6 09:08:52 2016 +++ pkgsrc/www/py-django/PLIST Wed Apr 5 17:08:48 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.41 2016/11/06 09:08:52 wen Exp $ +@comment $NetBSD: PLIST,v 1.42 2017/04/05 17:08:48 adam Exp $ bin/django-admin${PYVERSSUFFIX} bin/django-admin${PYVERSSUFFIX}.py ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -1138,6 +1138,13 @@ ${PYSITELIB}/django/contrib/admin/templa ${PYSITELIB}/django/contrib/admin/templates/admin/related_widget_wrapper.html ${PYSITELIB}/django/contrib/admin/templates/admin/search_form.html ${PYSITELIB}/django/contrib/admin/templates/admin/submit_line.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/clearable_file_input.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/radio.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/split_datetime.html +${PYSITELIB}/django/contrib/admin/templates/admin/widgets/url.html ${PYSITELIB}/django/contrib/admin/templates/registration/logged_out.html ${PYSITELIB}/django/contrib/admin/templates/registration/password_change_done.html ${PYSITELIB}/django/contrib/admin/templates/registration/password_change_form.html @@ -1375,12 +1382,6 @@ ${PYSITELIB}/django/contrib/admindocs/te ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_tag_index.html ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_detail.html ${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_index.html -${PYSITELIB}/django/contrib/admindocs/tests/__init__.py -${PYSITELIB}/django/contrib/admindocs/tests/__init__.pyc -${PYSITELIB}/django/contrib/admindocs/tests/__init__.pyo -${PYSITELIB}/django/contrib/admindocs/tests/test_fields.py -${PYSITELIB}/django/contrib/admindocs/tests/test_fields.pyc -${PYSITELIB}/django/contrib/admindocs/tests/test_fields.pyo ${PYSITELIB}/django/contrib/admindocs/urls.py ${PYSITELIB}/django/contrib/admindocs/urls.pyc ${PYSITELIB}/django/contrib/admindocs/urls.pyo @@ -1655,6 +1656,7 @@ ${PYSITELIB}/django/contrib/auth/passwor ${PYSITELIB}/django/contrib/auth/signals.py ${PYSITELIB}/django/contrib/auth/signals.pyc ${PYSITELIB}/django/contrib/auth/signals.pyo +${PYSITELIB}/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html ${PYSITELIB}/django/contrib/auth/templates/registration/password_reset_subject.txt ${PYSITELIB}/django/contrib/auth/tests/__init__.py ${PYSITELIB}/django/contrib/auth/tests/__init__.pyc @@ -1866,9 +1868,15 @@ ${PYSITELIB}/django/contrib/contenttypes ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po -${PYSITELIB}/django/contrib/contenttypes/management.py -${PYSITELIB}/django/contrib/contenttypes/management.pyc -${PYSITELIB}/django/contrib/contenttypes/management.pyo +${PYSITELIB}/django/contrib/contenttypes/management/__init__.py +${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyc +${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyo +${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.py +${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyc +${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyo +${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py +${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyc +${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyo ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.py ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyc ${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyo @@ -2642,27 +2650,12 @@ ${PYSITELIB}/django/contrib/gis/manageme ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.py ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyc ${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyo -${PYSITELIB}/django/contrib/gis/maps/__init__.py -${PYSITELIB}/django/contrib/gis/maps/__init__.pyc -${PYSITELIB}/django/contrib/gis/maps/__init__.pyo -${PYSITELIB}/django/contrib/gis/maps/google/__init__.py -${PYSITELIB}/django/contrib/gis/maps/google/__init__.pyc -${PYSITELIB}/django/contrib/gis/maps/google/__init__.pyo -${PYSITELIB}/django/contrib/gis/maps/google/gmap.py -${PYSITELIB}/django/contrib/gis/maps/google/gmap.pyc -${PYSITELIB}/django/contrib/gis/maps/google/gmap.pyo -${PYSITELIB}/django/contrib/gis/maps/google/overlays.py -${PYSITELIB}/django/contrib/gis/maps/google/overlays.pyc -${PYSITELIB}/django/contrib/gis/maps/google/overlays.pyo -${PYSITELIB}/django/contrib/gis/maps/google/zoom.py -${PYSITELIB}/django/contrib/gis/maps/google/zoom.pyc -${PYSITELIB}/django/contrib/gis/maps/google/zoom.pyo -${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.py -${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.pyc -${PYSITELIB}/django/contrib/gis/maps/openlayers/__init__.pyo ${PYSITELIB}/django/contrib/gis/measure.py ${PYSITELIB}/django/contrib/gis/measure.pyc ${PYSITELIB}/django/contrib/gis/measure.pyo +${PYSITELIB}/django/contrib/gis/ptr.py +${PYSITELIB}/django/contrib/gis/ptr.pyc +${PYSITELIB}/django/contrib/gis/ptr.pyo ${PYSITELIB}/django/contrib/gis/serializers/__init__.py ${PYSITELIB}/django/contrib/gis/serializers/__init__.pyc ${PYSITELIB}/django/contrib/gis/serializers/__init__.pyo @@ -2681,15 +2674,18 @@ ${PYSITELIB}/django/contrib/gis/sitemaps ${PYSITELIB}/django/contrib/gis/sitemaps/views.py ${PYSITELIB}/django/contrib/gis/sitemaps/views.pyc ${PYSITELIB}/django/contrib/gis/sitemaps/views.pyo +${PYSITELIB}/django/contrib/gis/static/gis/css/ol3.css +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_off.svg +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_on.svg +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_off.svg +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_on.svg +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_off.svg +${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_on.svg ${PYSITELIB}/django/contrib/gis/static/gis/js/OLMapWidget.js ${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.html ${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.js ${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.html ${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.js -${PYSITELIB}/django/contrib/gis/templates/gis/google/google-map.html -${PYSITELIB}/django/contrib/gis/templates/gis/google/google-map.js -${PYSITELIB}/django/contrib/gis/templates/gis/google/google-multi.js -${PYSITELIB}/django/contrib/gis/templates/gis/google/google-single.js ${PYSITELIB}/django/contrib/gis/templates/gis/kml/base.kml ${PYSITELIB}/django/contrib/gis/templates/gis/kml/placemarks.kml ${PYSITELIB}/django/contrib/gis/templates/gis/openlayers-osm.html @@ -2963,6 +2959,9 @@ ${PYSITELIB}/django/contrib/postgres/fie ${PYSITELIB}/django/contrib/postgres/fields/array.py ${PYSITELIB}/django/contrib/postgres/fields/array.pyc ${PYSITELIB}/django/contrib/postgres/fields/array.pyo +${PYSITELIB}/django/contrib/postgres/fields/citext.py +${PYSITELIB}/django/contrib/postgres/fields/citext.pyc +${PYSITELIB}/django/contrib/postgres/fields/citext.pyo ${PYSITELIB}/django/contrib/postgres/fields/hstore.py ${PYSITELIB}/django/contrib/postgres/fields/hstore.pyc ${PYSITELIB}/django/contrib/postgres/fields/hstore.pyo @@ -2993,6 +2992,9 @@ ${PYSITELIB}/django/contrib/postgres/for ${PYSITELIB}/django/contrib/postgres/functions.py ${PYSITELIB}/django/contrib/postgres/functions.pyc ${PYSITELIB}/django/contrib/postgres/functions.pyo +${PYSITELIB}/django/contrib/postgres/indexes.py +${PYSITELIB}/django/contrib/postgres/indexes.pyc +${PYSITELIB}/django/contrib/postgres/indexes.pyo ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo @@ -3025,6 +3027,8 @@ ${PYSITELIB}/django/contrib/postgres/loc ${PYSITELIB}/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo @@ -3033,24 +3037,36 @@ ${PYSITELIB}/django/contrib/postgres/loc ${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po +${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo +${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo ${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po ${PYSITELIB}/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo @@ -4409,6 +4425,9 @@ ${PYSITELIB}/django/db/models/functions/ ${PYSITELIB}/django/db/models/functions/datetime.py ${PYSITELIB}/django/db/models/functions/datetime.pyc ${PYSITELIB}/django/db/models/functions/datetime.pyo +${PYSITELIB}/django/db/models/indexes.py +${PYSITELIB}/django/db/models/indexes.pyc +${PYSITELIB}/django/db/models/indexes.pyo ${PYSITELIB}/django/db/models/lookups.py ${PYSITELIB}/django/db/models/lookups.pyc ${PYSITELIB}/django/db/models/lookups.pyo @@ -4488,9 +4507,68 @@ ${PYSITELIB}/django/forms/forms.pyo ${PYSITELIB}/django/forms/formsets.py ${PYSITELIB}/django/forms/formsets.pyc ${PYSITELIB}/django/forms/formsets.pyo +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/attrs.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_option.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_select.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/clearable_file_input.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/date.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/datetime.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/email.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/file.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/hidden.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input_option.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_hidden.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_input.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiwidget.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/number.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/password.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio_option.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_date.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_option.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splitdatetime.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/text.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/textarea.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/time.html +${PYSITELIB}/django/forms/jinja2/django/forms/widgets/url.html ${PYSITELIB}/django/forms/models.py ${PYSITELIB}/django/forms/models.pyc ${PYSITELIB}/django/forms/models.pyo +${PYSITELIB}/django/forms/renderers.py +${PYSITELIB}/django/forms/renderers.pyc +${PYSITELIB}/django/forms/renderers.pyo +${PYSITELIB}/django/forms/templates/django/forms/widgets/attrs.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_option.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_select.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/clearable_file_input.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/date.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/datetime.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/email.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/file.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/hidden.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/input.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/input_option.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_hidden.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_input.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/multiwidget.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/number.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/password.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/radio.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/radio_option.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/select.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/select_date.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/select_option.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/splitdatetime.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/splithiddendatetime.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/text.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/textarea.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/time.html +${PYSITELIB}/django/forms/templates/django/forms/widgets/url.html ${PYSITELIB}/django/forms/utils.py ${PYSITELIB}/django/forms/utils.pyc ${PYSITELIB}/django/forms/utils.pyo @@ -4806,6 +4884,9 @@ ${PYSITELIB}/django/utils/timezone.pyo ${PYSITELIB}/django/utils/translation/__init__.py ${PYSITELIB}/django/utils/translation/__init__.pyc ${PYSITELIB}/django/utils/translation/__init__.pyo +${PYSITELIB}/django/utils/translation/template.py +${PYSITELIB}/django/utils/translation/template.pyc +${PYSITELIB}/django/utils/translation/template.pyo ${PYSITELIB}/django/utils/translation/trans_null.py ${PYSITELIB}/django/utils/translation/trans_null.pyc ${PYSITELIB}/django/utils/translation/trans_null.pyo Index: pkgsrc/www/py-django/distinfo diff -u pkgsrc/www/py-django/distinfo:1.64 pkgsrc/www/py-django/distinfo:1.65 --- pkgsrc/www/py-django/distinfo:1.64 Sun Mar 12 18:45:33 2017 +++ pkgsrc/www/py-django/distinfo Wed Apr 5 17:08:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.64 2017/03/12 18:45:33 adam Exp $ +$NetBSD: distinfo,v 1.65 2017/04/05 17:08:48 adam Exp $ -SHA1 (Django-1.10.6.tar.gz) = fd39b2134bafbd5b4af4500a948158abf3961e2b -RMD160 (Django-1.10.6.tar.gz) = d99102bea5bc04bce8df383b72259eae96915465 -SHA512 (Django-1.10.6.tar.gz) = 1a841a508ad79834790bab2e2b8499352678271e1284515e63dab7a636951bfadd89ce1713bfe018613f89f87c31010a9e41bc364092907f762b21e6d088cf1f -Size (Django-1.10.6.tar.gz) = 7734864 bytes +SHA1 (Django-1.11.tar.gz) = 7f6f1f8c7275cd503058cd847b80ffad9321f7d4 +RMD160 (Django-1.11.tar.gz) = d8e897f1c3dd394b40e90458516fc1d2febdc3a4 +SHA512 (Django-1.11.tar.gz) = 31e14ec186d1b0dade0b7c0132c38177c4d5a3f5e8f755b81b556b6884912674bd1a3f8488194f4d7647804426a06663f0a19e2d56502a84c75553a459a64c55 +Size (Django-1.11.tar.gz) = 7853479 bytes --_----------=_1491412129111250--