pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django py-django: updated to 1.11.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/386cd28e68bf
branches:  trunk
changeset: 372366:386cd28e68bf
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 04 14:23:00 2017 +0000

description:
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

diffstat:

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

diffs (46 lines):

diff -r 1b59ca1a09c2 -r 386cd28e68bf www/py-django/Makefile
--- a/www/py-django/Makefile    Mon Dec 04 10:29:03 2017 +0000
+++ b/www/py-django/Makefile    Mon Dec 04 14:23:00 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2017/11/02 09:38:43 adam Exp $
+# $NetBSD: Makefile,v 1.93 2017/12/04 14:23:00 adam Exp $
 
-DISTNAME=      Django-1.11.7
+DISTNAME=      Django-1.11.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 1b59ca1a09c2 -r 386cd28e68bf www/py-django/PLIST
--- a/www/py-django/PLIST       Mon Dec 04 10:29:03 2017 +0000
+++ b/www/py-django/PLIST       Mon Dec 04 14:23:00 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2017/05/08 04:58:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2017/12/04 14:23:00 adam Exp $
 bin/django-admin${PYVERSSUFFIX}
 bin/django-admin${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -4355,6 +4355,9 @@
 ${PYSITELIB}/django/db/migrations/operations/special.py
 ${PYSITELIB}/django/db/migrations/operations/special.pyc
 ${PYSITELIB}/django/db/migrations/operations/special.pyo
+${PYSITELIB}/django/db/migrations/operations/utils.py
+${PYSITELIB}/django/db/migrations/operations/utils.pyc
+${PYSITELIB}/django/db/migrations/operations/utils.pyo
 ${PYSITELIB}/django/db/migrations/optimizer.py
 ${PYSITELIB}/django/db/migrations/optimizer.pyc
 ${PYSITELIB}/django/db/migrations/optimizer.pyo
diff -r 1b59ca1a09c2 -r 386cd28e68bf www/py-django/distinfo
--- a/www/py-django/distinfo    Mon Dec 04 10:29:03 2017 +0000
+++ b/www/py-django/distinfo    Mon Dec 04 14:23:00 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2017/11/02 09:38:43 adam Exp $
+$NetBSD: distinfo,v 1.73 2017/12/04 14:23:00 adam Exp $
 
-SHA1 (Django-1.11.7.tar.gz) = f38f1cfa34a725011472e09e25ba1bcca88c461f
-RMD160 (Django-1.11.7.tar.gz) = a7a64a93e56ba5e425f61752801c8083f9b2bff4
-SHA512 (Django-1.11.7.tar.gz) = a854e76e213a5df27d9d657454c0c2bf7cc353db92a439b6097c48f827539037ef35732e99e03b2a1e1618aeb78290641647e39ef3f5573d579105cc4651dd0b
-Size (Django-1.11.7.tar.gz) = 7877132 bytes
+SHA1 (Django-1.11.8.tar.gz) = 185f29e3b613205b4ea97add7003dbefc120cde7
+RMD160 (Django-1.11.8.tar.gz) = e9d90d7eb437fd85f9c38cf5d39d17a6fad97875
+SHA512 (Django-1.11.8.tar.gz) = a8c6e02c57dc01d2e6aa7e98477e448699beb178df42d43468088f7bf16a572b5d896c65a3d69f9a0af990c71683e18e17c34ae64eb454136433dc28e2702ae8
+Size (Django-1.11.8.tar.gz) = 7879685 bytes



Home | Main Index | Thread Index | Old Index