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:           Fri Oct  6 08:52:59 UTC 2017

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

Log Message:
py-django: update to 1.11.6

Bugfixes:
* Made the CharField form field convert whitespace-only values to the empty_value when strip is enabled.
* Fixed crash when using the name of a model’s autogenerated primary key (id) in an Index’s fields.
* Fixed a regression in Django 1.9 where a custom view error handler such as handler404 that accesses csrf_token could cause CSRF verification failures on other pages


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.70 -r1.71 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.90 pkgsrc/www/py-django/Makefile:1.91
--- pkgsrc/www/py-django/Makefile:1.90  Wed Sep  6 15:19:17 2017
+++ pkgsrc/www/py-django/Makefile       Fri Oct  6 08:52:58 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2017/09/06 15:19:17 adam Exp $
+# $NetBSD: Makefile,v 1.91 2017/10/06 08:52:58 adam Exp $
 
-DISTNAME=      Django-1.11.5
+DISTNAME=      Django-1.11.6
 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.70 pkgsrc/www/py-django/distinfo:1.71
--- pkgsrc/www/py-django/distinfo:1.70  Wed Sep  6 15:19:17 2017
+++ pkgsrc/www/py-django/distinfo       Fri Oct  6 08:52:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2017/09/06 15:19:17 adam Exp $
+$NetBSD: distinfo,v 1.71 2017/10/06 08:52:58 adam Exp $
 
-SHA1 (Django-1.11.5.tar.gz) = c16f8090c2251ff03e041afda77264474777a2d7
-RMD160 (Django-1.11.5.tar.gz) = 76c2246e8e292109dcb1462f96cd7891cc63baf9
-SHA512 (Django-1.11.5.tar.gz) = bd43524d80721f10e98ca1cb2d487b51258c5e66febcda4ff4487c4c057f2920bb84452ff966b1cfe5dbb7d11138b467f7e1d65017ac9dd92f76497147fce89c
-Size (Django-1.11.5.tar.gz) = 7875054 bytes
+SHA1 (Django-1.11.6.tar.gz) = a3d2e59f5bccff436e59caa4f5e8aadbd490893a
+RMD160 (Django-1.11.6.tar.gz) = 5865cb8eb78f4d81255320ab5a4e1c7ddc3fecc3
+SHA512 (Django-1.11.6.tar.gz) = 62ef5d6d7158d6030cc0a0faac09a8b85d7b06084f94b9e568aac0293f95c0e971875ae1ec75e62e42e33fd50f6294d9cfe54a10683f5b4b7327368a8ec63cf9
+Size (Django-1.11.6.tar.gz) = 7874450 bytes



Home | Main Index | Thread Index | Old Index