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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cbc44e919b2
branches:  trunk
changeset: 356911:0cbc44e919b2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 07 19:05:46 2017 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 3cfa84e8c3b2 -r 0cbc44e919b2 www/py-django/Makefile
--- a/www/py-django/Makefile    Sat Jan 07 19:01:33 2017 +0000
+++ b/www/py-django/Makefile    Sat Jan 07 19:05:46 2017 +0000
@@ -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}/
diff -r 3cfa84e8c3b2 -r 0cbc44e919b2 www/py-django/distinfo
--- a/www/py-django/distinfo    Sat Jan 07 19:01:33 2017 +0000
+++ b/www/py-django/distinfo    Sat Jan 07 19:05:46 2017 +0000
@@ -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