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:           Tue Apr  3 08:58:32 UTC 2018

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

Log Message:
py-django: updated to 1.11.12

Django 1.11.12:
Bugfixes:
Fixed a regression in Django 1.11.8 where combining two annotated values_list() querysets with union(), difference(), or intersection() crashed due to mismatching columns.
Fixed a regression in Django 1.11 where an empty choice could be initially selected for the SelectMultiple and CheckboxSelectMultiple widgets


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.76 -r1.77 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.97 pkgsrc/www/py-django/Makefile:1.98
--- pkgsrc/www/py-django/Makefile:1.97  Tue Mar  6 20:04:06 2018
+++ pkgsrc/www/py-django/Makefile       Tue Apr  3 08:58:32 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2018/03/06 20:04:06 adam Exp $
+# $NetBSD: Makefile,v 1.98 2018/04/03 08:58:32 adam Exp $
 
-DISTNAME=      Django-1.11.11
+DISTNAME=      Django-1.11.12
 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.76 pkgsrc/www/py-django/distinfo:1.77
--- pkgsrc/www/py-django/distinfo:1.76  Tue Mar  6 20:04:06 2018
+++ pkgsrc/www/py-django/distinfo       Tue Apr  3 08:58:32 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2018/03/06 20:04:06 adam Exp $
+$NetBSD: distinfo,v 1.77 2018/04/03 08:58:32 adam Exp $
 
-SHA1 (Django-1.11.11.tar.gz) = f46c6bb21bc03766eae54206a3c1109a18174351
-RMD160 (Django-1.11.11.tar.gz) = 86312b2ca1edc6c41bf186a5d36ed7bc841e6044
-SHA512 (Django-1.11.11.tar.gz) = 38b1a6b4446ccba7b3e276ca680e95cbb14045fede3c1ba0aafe0b210407bf9c586c3ff4d042aecb08f8adc14dd72c72e2922bf032915581f0ff7b82c582940d
-Size (Django-1.11.11.tar.gz) = 7961491 bytes
+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



Home | Main Index | Thread Index | Old Index