pkgsrc-WIP-changes archive

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

py-django4: Update to 4.2.4



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Sun Aug 20 08:18:58 2023 +0200
Changeset:	210f38fd9f95818a914e3d2ff478d8fc6926c986

Modified Files:
	py-django4/Makefile
	py-django4/PLIST
	py-django4/distinfo

Log Message:
py-django4: Update to 4.2.4

upstream changes:
-----------------
Django 4.2.4 fixes several bugs in 4.2.3.

Bugfixes
========

* Fixed a regression in Django 4.2 that caused a crash of
``QuerySet.aggregate()`` with aggregates referencing window functions
(:ticket:`34717`).

* Fixed a regression in Django 4.2 that caused a crash when grouping by a
reference in a subquery (:ticket:`34748`).

* Fixed a regression in Django 4.2 that caused aggregation over query that
uses explicit grouping by multi-valued annotations to group against the wrong
columns (:ticket:`34750`).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=210f38fd9f95818a914e3d2ff478d8fc6926c986

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-django4/Makefile | 2 +-
 py-django4/PLIST    | 1 -
 py-django4/distinfo | 6 +++---
 3 files changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-django4/Makefile b/py-django4/Makefile
index eb41f9a869..14530a3af7 100644
--- a/py-django4/Makefile
+++ b/py-django4/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	Django-4.2.3
+DISTNAME=	Django-4.2.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	www python
 MASTER_SITES=	https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff --git a/py-django4/PLIST b/py-django4/PLIST
index 28b88e0b49..b4a93ea263 100644
--- a/py-django4/PLIST
+++ b/py-django4/PLIST
@@ -1,6 +1,5 @@
 @comment $NetBSD$
 bin/django-admin-${PYVERSSUFFIX}
-bin/django-admin-${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff --git a/py-django4/distinfo b/py-django4/distinfo
index b86f7758d4..c04cc84ae9 100644
--- a/py-django4/distinfo
+++ b/py-django4/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (Django-4.2.3.tar.gz) = 9935bab31e2880caf8c0c59b731261f28eabd845fdfaac61bc38a82efb8dc467
-SHA512 (Django-4.2.3.tar.gz) = 33c84a3fe16f8188a2c8090177d6bfd235004271ee1cee9c840e33dd22f60e0d54276c0dbc4127faaba82ae7d6a219a07c5638b19c701c3f36db238d2aae33f0
-Size (Django-4.2.3.tar.gz) = 10419003 bytes
+BLAKE2s (Django-4.2.4.tar.gz) = 51d14a214280e586ada1d0a00b901adcc0a51792b564fb6f7c48ddb4c1ec9928
+SHA512 (Django-4.2.4.tar.gz) = e773a54ce6ad82abfac462f543c54e414c216ecb28025fab9bf92e4f1add4fbc9acf831e765b638f560a71f6d7591eaa1a8ed6175c3379d5662a94b6a64f2c77
+Size (Django-4.2.4.tar.gz) = 10393648 bytes


Home | Main Index | Thread Index | Old Index