Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BDC841A9217 for ; Fri, 2 Oct 2020 02:14:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B82D84DFA; Fri, 2 Oct 2020 02:14:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B54AA84D71 for ; Fri, 2 Oct 2020 02:14:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id K5TZTL3yorwM for ; Fri, 2 Oct 2020 02:14:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2691384D4C for ; Fri, 2 Oct 2020 02:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1149CFB28; Fri, 2 Oct 2020 02:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601604844105320" MIME-Version: 1.0 Date: Fri, 2 Oct 2020 02:14:04 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/py-django3 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20201002021404.1149CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601604844105320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Fri Oct 2 02:14:03 UTC 2020 Modified Files: pkgsrc/www/py-django3: Makefile distinfo Log Message: Update to 3.1.2 Upstream changes: Django 3.1.2 release notes¶ October 1, 2020 Django 3.1.2 fixes several bugs in 3.1.1. Bugfixes¶ Fixed a bug in Django 3.1 where FileField instances with a callable storage were not correctly deconstructed (#31941). Fixed a regression in Django 3.1 where the QuerySet.ordered attribute returned incorrectly True for GROUP BY queries (e.g. .annotate().values()) on models with Meta.ordering. A model’s Meta.ordering doesn’t affect such queries (#31990). Fixed a regression in Django 3.1 where a queryset would crash if it contained an aggregation and a Q object annotation (#32007). Fixed a bug in Django 3.1 where a test database was not synced during creation when using the MIGRATE test database setting (#32012). Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on a GenericRelation (#32038). Fixed a regression in Django 3.1.1 where the admin changelist filter sidebar would not scroll for a long list of available filters (#31986). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1601604844105320 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django3/Makefile diff -u pkgsrc/www/py-django3/Makefile:1.7 pkgsrc/www/py-django3/Makefile:1.8 --- pkgsrc/www/py-django3/Makefile:1.7 Thu Sep 10 09:37:17 2020 +++ pkgsrc/www/py-django3/Makefile Fri Oct 2 02:14:03 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/09/10 09:37:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/10/02 02:14:03 wen Exp $ -DISTNAME= Django-3.1.1 +DISTNAME= Django-3.1.2 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.7 pkgsrc/www/py-django3/distinfo:1.8 --- pkgsrc/www/py-django3/distinfo:1.7 Thu Sep 10 09:37:17 2020 +++ pkgsrc/www/py-django3/distinfo Fri Oct 2 02:14:03 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/09/10 09:37:17 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/10/02 02:14:03 wen Exp $ -SHA1 (Django-3.1.1.tar.gz) = 85b27794ddeea5b127563ba6cae0f35b59d78289 -RMD160 (Django-3.1.1.tar.gz) = b7658a049afed1f277bf24d79e5fca8ef4f43971 -SHA512 (Django-3.1.1.tar.gz) = 5da4282c2ae712ecb2da654a99d46cd60c99aced90f75e681d5a0765b8c08669f27b6c38287bfe7bac028f12ae0643e2be06742752bdc83c62daf82fee60281f -Size (Django-3.1.1.tar.gz) = 9250616 bytes +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 --_----------=_1601604844105320--