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:           Sat Jan  7 19:05:46 UTC 2017

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

Log Message:
Changes 1.10.5:
Bugfixes
* Fixed a crash in the debug view if request.user can’t be retrieved, such as if the database is unavailable.
* Fixed occasional missing plural forms in JavaScriptCatalog.
* Fixed a regression in the timesince and timeuntil filters that caused incorrect results for dates in a leap year.
* Fixed a regression where collectstatic overwrote newer files in remote storages.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.62 -r1.63 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.81 pkgsrc/www/py-django/Makefile:1.82
--- pkgsrc/www/py-django/Makefile:1.81  Tue Jan  3 13:23:04 2017
+++ pkgsrc/www/py-django/Makefile       Sat Jan  7 19:05:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2017/01/03 13:23:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.82 2017/01/07 19:05:46 adam Exp $
 
-DISTNAME=      Django-1.10.4
+DISTNAME=      Django-1.10.5
 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.62 pkgsrc/www/py-django/distinfo:1.63
--- pkgsrc/www/py-django/distinfo:1.62  Fri Dec  2 12:21:17 2016
+++ pkgsrc/www/py-django/distinfo       Sat Jan  7 19:05:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2016/12/02 12:21:17 adam Exp $
+$NetBSD: distinfo,v 1.63 2017/01/07 19:05:46 adam Exp $
 
-SHA1 (Django-1.10.4.tar.gz) = 8629ec973aa868f03cd24fbd772ef9c0cf037e38
-RMD160 (Django-1.10.4.tar.gz) = 682378cd8f44866ef3453900daef0471d777cdfd
-SHA512 (Django-1.10.4.tar.gz) = 0ea5d0eb4779c5e87de959be5f77205775c27853fd4baab63ca6a2628306471467c5d772957cde10d78a8aa0416c9ec8f6598721f51b6cba93ecb223dc90eac6
-Size (Django-1.10.4.tar.gz) = 7735213 bytes
+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



Home | Main Index | Thread Index | Old Index