pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django Changes 1.10.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a25a685fe58e
branches:  trunk
changeset: 359542:a25a685fe58e
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 12 18:45:33 2017 +0000

description:
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.

diffstat:

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

diffs (27 lines):

diff -r 58e53ce952fa -r a25a685fe58e www/py-django/Makefile
--- a/www/py-django/Makefile    Sun Mar 12 18:44:13 2017 +0000
+++ b/www/py-django/Makefile    Sun Mar 12 18:45:33 2017 +0000
@@ -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}/
diff -r 58e53ce952fa -r a25a685fe58e www/py-django/distinfo
--- a/www/py-django/distinfo    Sun Mar 12 18:44:13 2017 +0000
+++ b/www/py-django/distinfo    Sun Mar 12 18:45:33 2017 +0000
@@ -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