pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  2 11:12:01 UTC 2020

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

Log Message:
py-django3: updated to 3.1.3

Django 3.1.3 fixes several bugs in 3.1.2 and adds compatibility with Python 3.9.

Bugfixes

Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist search bar
Fixed a regression in Django 3.1.2 that caused the incorrect width of the admin changelist search bar on a filtered page
Fixed displaying Unicode characters in forms.JSONField and read-only models.JSONField values in the admin
Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and StringAgg with ordering on key transforms for JSONField
Fixed a regression in Django 3.1 that caused a crash of __in lookup when using key transforms for JSONField in the lookup value
Fixed a regression in Django 3.1 that caused a crash of ExpressionWrapper with key transforms for JSONField
Fixed a regression in Django 3.1 that caused a migrations crash on PostgreSQL when adding an ExclusionConstraint with key transforms for JSONField in expressions
Fixed a regression in Django 3.1 where ProtectedError.protected_objects and RestrictedError.restricted_objects attributes returned iterators instead of set of objects
Fixed a regression in Django 3.1.2 that caused incorrect form input layout on small screens in the admin change form view
Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password reset tokens
Added support for asgiref 3.3
Fixed a regression in Django 3.1 that caused incorrect textarea layout on medium-sized screens in the admin change form view with the sidebar open
Fixed a regression in Django 3.0.7 that didn’t use Subquery() aliases in the GROUP BY clause


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django3/Makefile \
    pkgsrc/www/py-django3/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-django3/Makefile
diff -u pkgsrc/www/py-django3/Makefile:1.8 pkgsrc/www/py-django3/Makefile:1.9
--- pkgsrc/www/py-django3/Makefile:1.8  Fri Oct  2 02:14:03 2020
+++ pkgsrc/www/py-django3/Makefile      Mon Nov  2 11:12:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/10/02 02:14:03 wen Exp $
+# $NetBSD: Makefile,v 1.9 2020/11/02 11:12:01 adam Exp $
 
-DISTNAME=      Django-3.1.2
+DISTNAME=      Django-3.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django3/distinfo
diff -u pkgsrc/www/py-django3/distinfo:1.8 pkgsrc/www/py-django3/distinfo:1.9
--- pkgsrc/www/py-django3/distinfo:1.8  Fri Oct  2 02:14:03 2020
+++ pkgsrc/www/py-django3/distinfo      Mon Nov  2 11:12:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/10/02 02:14:03 wen Exp $
+$NetBSD: distinfo,v 1.9 2020/11/02 11:12:01 adam Exp $
 
-SHA1 (Django-3.1.2.tar.gz) = c246bfed77f6f2683c036edf3f706a11a6fad74e
-RMD160 (Django-3.1.2.tar.gz) = 7b2da2816f4a2d05e3cd191c07bdd55142afff79
-SHA512 (Django-3.1.2.tar.gz) = 39115e942c26c9af27c4079f590e15caa86cc5c0e012873d7be23809e39de178b2dd935919dee21bbee153bccb17463abcece1db3b1f7dfa95b7b55879488876
-Size (Django-3.1.2.tar.gz) = 9387482 bytes
+SHA1 (Django-3.1.3.tar.gz) = 6ef24a32d85fd05898178cf039fc2c253730ef98
+RMD160 (Django-3.1.3.tar.gz) = df031cd1357c8b83bcf2c7f1a460b6f5026da95a
+SHA512 (Django-3.1.3.tar.gz) = 0f49316dc61a299a257313c27051852e948337491047bacb2221c9c753a5cf4bafb2ed686311ad5345dd3045260331afccb013c21503891538340225a469d1ad
+Size (Django-3.1.3.tar.gz) = 9253273 bytes



Home | Main Index | Thread Index | Old Index