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:           Wed May  2 06:31:04 UTC 2018

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

Log Message:
py-django2: updated to 2.0.5

2.0.5:
Bugfixes
* Corrected the import paths that inspectdb generates for django.contrib.postgres fields.
* Fixed a regression in Django 1.11.8 where altering a field with a unique constraint may drop and rebuild more foreign keys than necessary.
* Fixed crashes in django.contrib.admindocs when a view is a callable object, such as django.contrib.syndication.views.Feed.
* Fixed a regression in Django 1.11.12 where QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection() crashed due to 
mismatching columns


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/py-django2/Makefile:1.4
--- pkgsrc/www/py-django2/Makefile:1.3  Tue Apr  3 08:57:51 2018
+++ pkgsrc/www/py-django2/Makefile      Wed May  2 06:31:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/04/03 08:57:51 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/05/02 06:31:03 adam Exp $
 
-DISTNAME=      Django-2.0.4
+DISTNAME=      Django-2.0.5
 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.3 pkgsrc/www/py-django2/distinfo:1.4
--- pkgsrc/www/py-django2/distinfo:1.3  Tue Apr  3 08:57:51 2018
+++ pkgsrc/www/py-django2/distinfo      Wed May  2 06:31:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/04/03 08:57:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/05/02 06:31:03 adam Exp $
 
-SHA1 (Django-2.0.4.tar.gz) = a90956b79d4412820d20ee0e50b255b8fceac8ec
-RMD160 (Django-2.0.4.tar.gz) = b4caa8c54e9a97c24ee1462fd4a9997a7ac2b0c4
-SHA512 (Django-2.0.4.tar.gz) = 4fa464f160cd33f515aa53d1c47dc4724d983faade9b2c8f399216e53306796716c130ec4d2c5db3d1630248e5a98c9203f4cd45f8837567d4bb76b9b7b4233d
-Size (Django-2.0.4.tar.gz) = 8017145 bytes
+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



Home | Main Index | Thread Index | Old Index