pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django3 py-django: updated to 3.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60780023aa6f
branches:  trunk
changeset: 442939:60780023aa6f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 03 18:10:48 2020 +0000

description:
py-django: updated to 3.1.4

Django 3.1.4 fixes several bugs in 3.1.3.

Bugfixes

Fixed setting the Content-Length HTTP header in AsyncRequestFactory.
Fixed passing extra HTTP headers to AsyncRequestFactory request methods.
Fixed crash of key transforms for JSONField on PostgreSQL when using on a Subquery() annotation.
Fixed a regression in Django 3.1 that caused a crash of auto-reloader for certain invocations of runserver on Windows with Python 3.7 and below.
Fixed a regression in Django 3.1 that caused the incorrect grouping by a Q object annotation.
Fixed a regression in Django 3.1 that caused suppressing connection errors when JSONField is used on SQLite.
Fixed a crash on SQLite, when QuerySet.values()/values_list() contained key transforms for JSONField returning non-string primitive values

diffstat:

 www/py-django3/Makefile |   4 ++--
 www/py-django3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 57d601c57a4e -r 60780023aa6f www/py-django3/Makefile
--- a/www/py-django3/Makefile   Thu Dec 03 16:57:04 2020 +0000
+++ b/www/py-django3/Makefile   Thu Dec 03 18:10:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/11/02 11:12:01 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/12/03 18:10:48 adam Exp $
 
-DISTNAME=      Django-3.1.3
+DISTNAME=      Django-3.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 57d601c57a4e -r 60780023aa6f www/py-django3/distinfo
--- a/www/py-django3/distinfo   Thu Dec 03 16:57:04 2020 +0000
+++ b/www/py-django3/distinfo   Thu Dec 03 18:10:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/11/02 11:12:01 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/12/03 18:10:48 adam Exp $
 
-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
+SHA1 (Django-3.1.4.tar.gz) = 91bb5a69a68feffda121038108dc404e76d2574a
+RMD160 (Django-3.1.4.tar.gz) = f5e0369c5932c59eacdbc32787e2a822030ba9e6
+SHA512 (Django-3.1.4.tar.gz) = 02cfaabb25e5f932dcbf659faba2f0afe298e4bee4f510f7adebfff181bdd13c3a0b08e8ce379bcc59326d904be8699db4ce31065d93566b93cad758365207f5
+Size (Django-3.1.4.tar.gz) = 9392125 bytes



Home | Main Index | Thread Index | Old Index