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: Wed Jan 6 12:17:15 UTC 2021
Modified Files:
pkgsrc/www/py-django3: Makefile distinfo
Log Message:
py-django3: updated to 3.1.5
Django 3.1.5 fixes several bugs in 3.1.4.
Fixed __isnull=True lookup on key transforms for JSONField with Oracle and SQLite.
Fixed a bug in Django 3.1 that caused a crash when processing middlewares in an async context with a middleware that raises a MiddlewareNotUsed exception.
Fixed a regression in Django 3.1 that caused the incorrect prefixing of STATIC_URL and MEDIA_URL settings, by the server-provided value of SCRIPT_NAME (or / if not set), when set to a URL specifying
the protocol but without a top-level domain, e.g. http://myhost/
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/www/py-django3/Makefile:1.11
--- pkgsrc/www/py-django3/Makefile:1.10 Thu Dec 3 18:10:48 2020
+++ pkgsrc/www/py-django3/Makefile Wed Jan 6 12:17:15 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/12/03 18:10:48 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/06 12:17:15 adam Exp $
-DISTNAME= Django-3.1.4
+DISTNAME= Django-3.1.5
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.10 pkgsrc/www/py-django3/distinfo:1.11
--- pkgsrc/www/py-django3/distinfo:1.10 Thu Dec 3 18:10:48 2020
+++ pkgsrc/www/py-django3/distinfo Wed Jan 6 12:17:15 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/12/03 18:10:48 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/01/06 12:17:15 adam Exp $
-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
+SHA1 (Django-3.1.5.tar.gz) = b5933f22e2b7f132ddc057bcecf1e56237f91a07
+RMD160 (Django-3.1.5.tar.gz) = 02482834b21846c4b850195d1bba8e1579c3b32e
+SHA512 (Django-3.1.5.tar.gz) = b8f0e034fcd282d6e4a9e42565da5d5f4750c900264bed10e72b8c1866370f75fd1bc856d22950e1d3ad03229c38559989a26ccc9f1252ea31d407410134a548
+Size (Django-3.1.5.tar.gz) = 9257571 bytes
Home |
Main Index |
Thread Index |
Old Index