pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec  4 14:23:00 UTC 2017

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/py-django/PLIST
cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/py-django/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/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.92 pkgsrc/www/py-django/Makefile:1.93
--- pkgsrc/www/py-django/Makefile:1.92  Thu Nov  2 09:38:43 2017
+++ pkgsrc/www/py-django/Makefile       Mon Dec  4 14:23:00 2017
@@ -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}/

Index: pkgsrc/www/py-django/PLIST
diff -u pkgsrc/www/py-django/PLIST:1.43 pkgsrc/www/py-django/PLIST:1.44
--- pkgsrc/www/py-django/PLIST:1.43     Mon May  8 04:58:58 2017
+++ pkgsrc/www/py-django/PLIST  Mon Dec  4 14:23:00 2017
@@ -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/operat
 ${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

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.72 pkgsrc/www/py-django/distinfo:1.73
--- pkgsrc/www/py-django/distinfo:1.72  Thu Nov  2 09:38:43 2017
+++ pkgsrc/www/py-django/distinfo       Mon Dec  4 14:23:00 2017
@@ -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