Mon Dec 4 14:23:00 2017 UTC ()
py-django: updated to 1.11.8

Django 1.11.8 fixes several bugs in 1.11.7:
* Reallowed, following a regression in Django 1.10, AuthenticationForm to raise the inactive user error when using ModelBackend.
* Added support for QuerySet.values() and values_list() for union(), difference(), and intersection() queries.
* Fixed incorrect index name truncation when using a namespaced db_table.
* Made QuerySet.iterator() use server-side cursors on PostgreSQL after values() and values_list().
* Fixed crash on SQLite and MySQL when ordering by a filtered subquery that uses nulls_first or nulls_last.
* Made query lookups for CICharField, CIEmailField, and CITextField use a citext cast.
* Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses multi-table inheritance.
* Fixed ���Cannot change column ���x���: used in a foreign key constraint��� crash on MySQL with a sequence of AlterField and/or RenameField operations in a migration


(adam)
diff -r1.92 -r1.93 pkgsrc/www/py-django/Makefile
diff -r1.43 -r1.44 pkgsrc/www/py-django/PLIST
diff -r1.72 -r1.73 pkgsrc/www/py-django/distinfo

cvs diff -r1.92 -r1.93 pkgsrc/www/py-django/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django/Makefile 2017/11/02 09:38:43 1.92
+++ pkgsrc/www/py-django/Makefile 2017/12/04 14:23:00 1.93
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.92 2017/11/02 09:38:43 adam Exp $ 1# $NetBSD: Makefile,v 1.93 2017/12/04 14:23:00 adam Exp $
2 2
3DISTNAME= Django-1.11.7 3DISTNAME= Django-1.11.8
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ 6MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://www.djangoproject.com/ 9HOMEPAGE= https://www.djangoproject.com/
10COMMENT= Django, a high-level Python Web framework 10COMMENT= Django, a high-level Python Web framework
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14REPLACE_PYTHON= ${WRKSRC}/django/bin/django-admin.py 14REPLACE_PYTHON= ${WRKSRC}/django/bin/django-admin.py
15REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/manage.py-tpl 15REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/manage.py-tpl
16 16

cvs diff -r1.43 -r1.44 pkgsrc/www/py-django/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django/Attic/PLIST 2017/05/08 04:58:58 1.43
+++ pkgsrc/www/py-django/Attic/PLIST 2017/12/04 14:23:00 1.44
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.43 2017/05/08 04:58:58 adam Exp $ 1@comment $NetBSD: PLIST,v 1.44 2017/12/04 14:23:00 adam Exp $
2bin/django-admin${PYVERSSUFFIX} 2bin/django-admin${PYVERSSUFFIX}
3bin/django-admin${PYVERSSUFFIX}.py 3bin/django-admin${PYVERSSUFFIX}.py
4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 4${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 7${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/django/__init__.py 11${PYSITELIB}/django/__init__.py
12${PYSITELIB}/django/__init__.pyc 12${PYSITELIB}/django/__init__.pyc
13${PYSITELIB}/django/__init__.pyo 13${PYSITELIB}/django/__init__.pyo
14${PYSITELIB}/django/__main__.py 14${PYSITELIB}/django/__main__.py
@@ -4345,26 +4345,29 @@ ${PYSITELIB}/django/db/migrations/operat @@ -4345,26 +4345,29 @@ ${PYSITELIB}/django/db/migrations/operat
4345${PYSITELIB}/django/db/migrations/operations/__init__.pyo 4345${PYSITELIB}/django/db/migrations/operations/__init__.pyo
4346${PYSITELIB}/django/db/migrations/operations/base.py 4346${PYSITELIB}/django/db/migrations/operations/base.py
4347${PYSITELIB}/django/db/migrations/operations/base.pyc 4347${PYSITELIB}/django/db/migrations/operations/base.pyc
4348${PYSITELIB}/django/db/migrations/operations/base.pyo 4348${PYSITELIB}/django/db/migrations/operations/base.pyo
4349${PYSITELIB}/django/db/migrations/operations/fields.py 4349${PYSITELIB}/django/db/migrations/operations/fields.py
4350${PYSITELIB}/django/db/migrations/operations/fields.pyc 4350${PYSITELIB}/django/db/migrations/operations/fields.pyc
4351${PYSITELIB}/django/db/migrations/operations/fields.pyo 4351${PYSITELIB}/django/db/migrations/operations/fields.pyo
4352${PYSITELIB}/django/db/migrations/operations/models.py 4352${PYSITELIB}/django/db/migrations/operations/models.py
4353${PYSITELIB}/django/db/migrations/operations/models.pyc 4353${PYSITELIB}/django/db/migrations/operations/models.pyc
4354${PYSITELIB}/django/db/migrations/operations/models.pyo 4354${PYSITELIB}/django/db/migrations/operations/models.pyo
4355${PYSITELIB}/django/db/migrations/operations/special.py 4355${PYSITELIB}/django/db/migrations/operations/special.py
4356${PYSITELIB}/django/db/migrations/operations/special.pyc 4356${PYSITELIB}/django/db/migrations/operations/special.pyc
4357${PYSITELIB}/django/db/migrations/operations/special.pyo 4357${PYSITELIB}/django/db/migrations/operations/special.pyo
 4358${PYSITELIB}/django/db/migrations/operations/utils.py
 4359${PYSITELIB}/django/db/migrations/operations/utils.pyc
 4360${PYSITELIB}/django/db/migrations/operations/utils.pyo
4358${PYSITELIB}/django/db/migrations/optimizer.py 4361${PYSITELIB}/django/db/migrations/optimizer.py
4359${PYSITELIB}/django/db/migrations/optimizer.pyc 4362${PYSITELIB}/django/db/migrations/optimizer.pyc
4360${PYSITELIB}/django/db/migrations/optimizer.pyo 4363${PYSITELIB}/django/db/migrations/optimizer.pyo
4361${PYSITELIB}/django/db/migrations/questioner.py 4364${PYSITELIB}/django/db/migrations/questioner.py
4362${PYSITELIB}/django/db/migrations/questioner.pyc 4365${PYSITELIB}/django/db/migrations/questioner.pyc
4363${PYSITELIB}/django/db/migrations/questioner.pyo 4366${PYSITELIB}/django/db/migrations/questioner.pyo
4364${PYSITELIB}/django/db/migrations/recorder.py 4367${PYSITELIB}/django/db/migrations/recorder.py
4365${PYSITELIB}/django/db/migrations/recorder.pyc 4368${PYSITELIB}/django/db/migrations/recorder.pyc
4366${PYSITELIB}/django/db/migrations/recorder.pyo 4369${PYSITELIB}/django/db/migrations/recorder.pyo
4367${PYSITELIB}/django/db/migrations/serializer.py 4370${PYSITELIB}/django/db/migrations/serializer.py
4368${PYSITELIB}/django/db/migrations/serializer.pyc 4371${PYSITELIB}/django/db/migrations/serializer.pyc
4369${PYSITELIB}/django/db/migrations/serializer.pyo 4372${PYSITELIB}/django/db/migrations/serializer.pyo
4370${PYSITELIB}/django/db/migrations/state.py 4373${PYSITELIB}/django/db/migrations/state.py

cvs diff -r1.72 -r1.73 pkgsrc/www/py-django/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django/distinfo 2017/11/02 09:38:43 1.72
+++ pkgsrc/www/py-django/distinfo 2017/12/04 14:23:00 1.73
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.72 2017/11/02 09:38:43 adam Exp $ 1$NetBSD: distinfo,v 1.73 2017/12/04 14:23:00 adam Exp $
2 2
3SHA1 (Django-1.11.7.tar.gz) = f38f1cfa34a725011472e09e25ba1bcca88c461f 3SHA1 (Django-1.11.8.tar.gz) = 185f29e3b613205b4ea97add7003dbefc120cde7
4RMD160 (Django-1.11.7.tar.gz) = a7a64a93e56ba5e425f61752801c8083f9b2bff4 4RMD160 (Django-1.11.8.tar.gz) = e9d90d7eb437fd85f9c38cf5d39d17a6fad97875
5SHA512 (Django-1.11.7.tar.gz) = a854e76e213a5df27d9d657454c0c2bf7cc353db92a439b6097c48f827539037ef35732e99e03b2a1e1618aeb78290641647e39ef3f5573d579105cc4651dd0b 5SHA512 (Django-1.11.8.tar.gz) = a8c6e02c57dc01d2e6aa7e98477e448699beb178df42d43468088f7bf16a572b5d896c65a3d69f9a0af990c71683e18e17c34ae64eb454136433dc28e2702ae8
6Size (Django-1.11.7.tar.gz) = 7877132 bytes 6Size (Django-1.11.8.tar.gz) = 7879685 bytes