pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  4 15:21:03 UTC 2018

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

Log Message:
py-django2: updated to 2.0.6

2.0.6:
Bugfixes
* Fixed a regression that broke custom template filters that use decorators
* Fixed detection of custom URL converters in included patterns
* Fixed a regression that added an unnecessary subquery to the GROUP BY
  clause on MySQL when using a RawSQL annotation.
* Fixed WKBWriter.write() and write_hex() for empty polygons on
  GEOS 3.6.1+.
* Fixed a regression in Django 1.10 that could result in large memory usage
  when making edits using ModelAdmin.list_editable


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django2/Makefile \
    pkgsrc/www/py-django2/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-django2/Makefile
diff -u pkgsrc/www/py-django2/Makefile:1.4 pkgsrc/www/py-django2/Makefile:1.5
--- pkgsrc/www/py-django2/Makefile:1.4  Wed May  2 06:31:03 2018
+++ pkgsrc/www/py-django2/Makefile      Mon Jun  4 15:21:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/05/02 06:31:03 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/04 15:21:03 adam Exp $
 
-DISTNAME=      Django-2.0.5
+DISTNAME=      Django-2.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django2/distinfo
diff -u pkgsrc/www/py-django2/distinfo:1.4 pkgsrc/www/py-django2/distinfo:1.5
--- pkgsrc/www/py-django2/distinfo:1.4  Wed May  2 06:31:03 2018
+++ pkgsrc/www/py-django2/distinfo      Mon Jun  4 15:21:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/05/02 06:31:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/06/04 15:21:03 adam Exp $
 
-SHA1 (Django-2.0.5.tar.gz) = f24ede7978a829aa8a209252222f065ee6bf2ef8
-RMD160 (Django-2.0.5.tar.gz) = b1169570282cbaf892f40b784b36bcad09ac382d
-SHA512 (Django-2.0.5.tar.gz) = 3555a713a0bd9106a9cb20b6b83348ef1c20714b584f9f8777d15b1d7ab19812ccd232cb0f9715666bb4a1fc308b4c8e0ee8b88869f180fa58d5bddf03f88501
-Size (Django-2.0.5.tar.gz) = 8016448 bytes
+SHA1 (Django-2.0.6.tar.gz) = 731f73a002149c1142cb63891901cd489acbf78b
+RMD160 (Django-2.0.6.tar.gz) = 6472da14e93747e951e8fa8511469b8c69317b88
+SHA512 (Django-2.0.6.tar.gz) = 68a09047fe681d192f44df2287977f6c8a49d02af41e87ca86b64d8522c8ff4ceeb1e61f4521f3cdd05a586d58224ae3e6bc9d95dc7d623719486a9a085701b5
+Size (Django-2.0.6.tar.gz) = 7989435 bytes



Home | Main Index | Thread Index | Old Index