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:           Wed Jan  3 07:23:45 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.73 -r1.74 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.94 pkgsrc/www/py-django/Makefile:1.95
--- pkgsrc/www/py-django/Makefile:1.94  Mon Dec 25 09:18:24 2017
+++ pkgsrc/www/py-django/Makefile       Wed Jan  3 07:23:45 2018
@@ -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}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.73 pkgsrc/www/py-django/distinfo:1.74
--- pkgsrc/www/py-django/distinfo:1.73  Mon Dec  4 14:23:00 2017
+++ pkgsrc/www/py-django/distinfo       Wed Jan  3 07:23:45 2018
@@ -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