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:           Sun Mar 12 18:45:33 UTC 2017

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

Log Message:
Changes 1.10.6:

Bugfixes:
* Fixed ClearableFileInput’s “Clear” checkbox on model form fields where the model field has a default.
* Fixed RequestDataTooBig and TooManyFieldsSent exceptions crashing rather than generating a bad request response.
* Fixed a crash on Oracle and PostgreSQL when subtracting DurationField or IntegerField from DateField.
* Fixed query expression date subtraction accuracy on PostgreSQL for differences larger than a month.
* Fixed a GDALException raised by GDALClose on GDAL ≥ 2.0.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.63 -r1.64 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.82 pkgsrc/www/py-django/Makefile:1.83
--- pkgsrc/www/py-django/Makefile:1.82  Sat Jan  7 19:05:46 2017
+++ pkgsrc/www/py-django/Makefile       Sun Mar 12 18:45:33 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2017/01/07 19:05:46 adam Exp $
+# $NetBSD: Makefile,v 1.83 2017/03/12 18:45:33 adam Exp $
 
-DISTNAME=      Django-1.10.5
+DISTNAME=      Django-1.10.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.63 pkgsrc/www/py-django/distinfo:1.64
--- pkgsrc/www/py-django/distinfo:1.63  Sat Jan  7 19:05:46 2017
+++ pkgsrc/www/py-django/distinfo       Sun Mar 12 18:45:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2017/01/07 19:05:46 adam Exp $
+$NetBSD: distinfo,v 1.64 2017/03/12 18:45:33 adam Exp $
 
-SHA1 (Django-1.10.5.tar.gz) = 07b638e6039ef9b04bd59f0e94f000b3889dde91
-RMD160 (Django-1.10.5.tar.gz) = 90173ca13c9476e0b6eb61f3a9021bd1af4561b2
-SHA512 (Django-1.10.5.tar.gz) = 75f0b213a94ce7f83a096456976f91683b2fa1fbdd65fe343a5cd356687fa4af50133eacf0f76ac7ee067d4f388be268ca388a673bd216a3ebf1afa09dd6a341
-Size (Django-1.10.5.tar.gz) = 7734715 bytes
+SHA1 (Django-1.10.6.tar.gz) = fd39b2134bafbd5b4af4500a948158abf3961e2b
+RMD160 (Django-1.10.6.tar.gz) = d99102bea5bc04bce8df383b72259eae96915465
+SHA512 (Django-1.10.6.tar.gz) = 1a841a508ad79834790bab2e2b8499352678271e1284515e63dab7a636951bfadd89ce1713bfe018613f89f87c31010a9e41bc364092907f762b21e6d088cf1f
+Size (Django-1.10.6.tar.gz) = 7734864 bytes



Home | Main Index | Thread Index | Old Index