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: Thu Dec 3 18:10:48 UTC 2020
Modified Files:
pkgsrc/www/py-django3: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/www/py-django3/Makefile:1.10
--- pkgsrc/www/py-django3/Makefile:1.9 Mon Nov 2 11:12:01 2020
+++ pkgsrc/www/py-django3/Makefile Thu Dec 3 18:10:48 2020
@@ -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}/
Index: pkgsrc/www/py-django3/distinfo
diff -u pkgsrc/www/py-django3/distinfo:1.9 pkgsrc/www/py-django3/distinfo:1.10
--- pkgsrc/www/py-django3/distinfo:1.9 Mon Nov 2 11:12:01 2020
+++ pkgsrc/www/py-django3/distinfo Thu Dec 3 18:10:48 2020
@@ -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