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.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c46b4af772db
branches:  trunk
changeset: 373489:c46b4af772db
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 03 07:23:45 2018 +0000

description:
py-django: updated to 1.11.9

Bugfixes:
Fixed a regression in Django 1.11 that added newlines between MultiWidget?s subwidgets.
Fixed incorrect class-based model index name generation for models with quoted db_table.
Fixed incorrect foreign key constraint name for models with quoted db_table.
Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses more than one level of multi-table inheritance.

diffstat:

 www/py-django/Makefile |   4 ++--
 www/py-django/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 73b76d110739 -r c46b4af772db www/py-django/Makefile
--- a/www/py-django/Makefile    Wed Jan 03 01:04:54 2018 +0000
+++ b/www/py-django/Makefile    Wed Jan 03 07:23:45 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2017/12/25 09:18:24 adam Exp $
+# $NetBSD: Makefile,v 1.95 2018/01/03 07:23:45 adam Exp $
 
-DISTNAME=      Django-1.11.8
+DISTNAME=      Django-1.11.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 73b76d110739 -r c46b4af772db www/py-django/distinfo
--- a/www/py-django/distinfo    Wed Jan 03 01:04:54 2018 +0000
+++ b/www/py-django/distinfo    Wed Jan 03 07:23:45 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2017/12/04 14:23:00 adam Exp $
+$NetBSD: distinfo,v 1.74 2018/01/03 07:23:45 adam Exp $
 
-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
+SHA1 (Django-1.11.9.tar.gz) = 8c3f72bcfebd84749523c137a5f3e4cfa1740a48
+RMD160 (Django-1.11.9.tar.gz) = d228b413a8da82bb8aaca1028bd9c7deac782dc2
+SHA512 (Django-1.11.9.tar.gz) = 140e59126bb278777adb9a89e00e3d2458c50175f48fd48b92574cdf05ea9378ea06f2e9488890d75622931e35c5dc1b0a0206b311e0a2e7738e409feef14152
+Size (Django-1.11.9.tar.gz) = 7879870 bytes



Home | Main Index | Thread Index | Old Index