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:           Tue Apr  3 08:57:51 UTC 2018

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

Log Message:
py-django2: updated to 2.0.4

Django 2.0.4:
Bugfixes:
Fixed a crash when filtering with an Exists() annotation of a queryset containing a single field.
Fixed admin autocomplete widget’s translations for zh-hans and zh-hant languages.
Corrected admin’s autocomplete widget to add a space after custom classes.
Fixed PasswordResetConfirmView crash when using a user model with a UUIDField primary key and the reset URL contains an encoded primary key value that decodes to an invalid UUID.
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.
Fixed a regression in Django 2.0 where OpenLayersWidget deserialization ignored the widget map’s SRID and assumed 4326


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/py-django2/Makefile:1.3
--- pkgsrc/www/py-django2/Makefile:1.2  Tue Mar  6 20:06:32 2018
+++ pkgsrc/www/py-django2/Makefile      Tue Apr  3 08:57:51 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/03/06 20:06:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 08:57:51 adam Exp $
 
-DISTNAME=      Django-2.0.3
+DISTNAME=      Django-2.0.4
 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.2 pkgsrc/www/py-django2/distinfo:1.3
--- pkgsrc/www/py-django2/distinfo:1.2  Tue Mar  6 20:06:32 2018
+++ pkgsrc/www/py-django2/distinfo      Tue Apr  3 08:57:51 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/06 20:06:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/04/03 08:57:51 adam Exp $
 
-SHA1 (Django-2.0.3.tar.gz) = 52e0d317a5dcc8fa89f1ae143eff093d83b98d1d
-RMD160 (Django-2.0.3.tar.gz) = 6edce294a6a59fdd62eb27a05a35a4f54b1da021
-SHA512 (Django-2.0.3.tar.gz) = 75272abe88ffc5f0beb15222cab499d93605838b5bf0a5f0de461209825b8a61f9aff1105366aa5a036a2b7790b53962706ff27505f400ffc8bda2bccda64446
-Size (Django-2.0.3.tar.gz) = 8114604 bytes
+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



Home | Main Index | Thread Index | Old Index