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:           Wed May  2 06:28:35 UTC 2018

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

Log Message:
py-django: updated to 1.11.13

1.11.13:
Bugfixes
* 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.98 -r1.99 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.77 -r1.78 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.98 pkgsrc/www/py-django/Makefile:1.99
--- pkgsrc/www/py-django/Makefile:1.98  Tue Apr  3 08:58:32 2018
+++ pkgsrc/www/py-django/Makefile       Wed May  2 06:28:35 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2018/04/03 08:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.99 2018/05/02 06:28:35 adam Exp $
 
-DISTNAME=      Django-1.11.12
+DISTNAME=      Django-1.11.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.77 pkgsrc/www/py-django/distinfo:1.78
--- pkgsrc/www/py-django/distinfo:1.77  Tue Apr  3 08:58:32 2018
+++ pkgsrc/www/py-django/distinfo       Wed May  2 06:28:35 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2018/04/03 08:58:32 adam Exp $
+$NetBSD: distinfo,v 1.78 2018/05/02 06:28:35 adam Exp $
 
-SHA1 (Django-1.11.12.tar.gz) = 2267e052b1be81a61421d2f607a164ad486b56c9
-RMD160 (Django-1.11.12.tar.gz) = ed452977728661bd00e71242d7845caadd19efe0
-SHA512 (Django-1.11.12.tar.gz) = 56146d953ffe5f961b9c83eaf2ebd8e70e8e8614640be049e200861284f592b69b0ca6d1bb2a5fcaea472493e8c658562318ce8bab2ce5c45d4e73830586ba69
-Size (Django-1.11.12.tar.gz) = 7882396 bytes
+SHA1 (Django-1.11.13.tar.gz) = 52a110506aae3ac499c2969e455fdec96926c8b5
+RMD160 (Django-1.11.13.tar.gz) = 5a736f86b38d183e6b2b4ec098c73063966b3546
+SHA512 (Django-1.11.13.tar.gz) = 9552b76f693d2e47681bc24cc8ee19c9c42e194a21e578f28d1705641b2490a1d9289d9870105fb480ebd3f7ad2746b1bee8382857c55ba632192d72426ada06
+Size (Django-1.11.13.tar.gz) = 7884529 bytes



Home | Main Index | Thread Index | Old Index