pkgsrc-WIP-changes archive

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

py-django4: Update to 4.2.5



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Wed Sep 6 18:41:22 2023 +0200
Changeset:	4b7988e24fcf66dc7d6e8b67a84b70325e5c92f5

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

Log Message:
py-django4: Update to 4.2.5

upstream changes:
-----------------
Bugfixes
  o Fixed a regression in Django 4.2 that caused an incorrect validation
    of CheckConstraints on __isnull lookups against JSONField (#34754).
  o Fixed a bug in Django 4.2 where the deprecated DEFAULT_FILE_STORAGE
    and STATICFILES_STORAGE settings were not synced with STORAGES
    (#34773).
  o Fixed a regression in Django 4.2.2 that caused an unnecessary
    selection of a non-nullable ManyToManyField without a natural key
    during serialization (#34779).
  o Fixed a regression in Django 4.2 that caused a crash of a queryset
    when filtering against deeply nested OuterRef() annotations
    (#34803).

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

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/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-django4/Makefile b/py-django4/Makefile
index 14530a3af7..3aad5bc932 100644
--- a/py-django4/Makefile
+++ b/py-django4/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	Django-4.2.4
+DISTNAME=	Django-4.2.5
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	www python
 MASTER_SITES=	https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff --git a/py-django4/distinfo b/py-django4/distinfo
index c04cc84ae9..20a7a02bbc 100644
--- a/py-django4/distinfo
+++ b/py-django4/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (Django-4.2.5.tar.gz) = 6e8f89b22fcc5154c01fd59fd9764292500c2502066143ac8b66f062e5c6f45a
+SHA512 (Django-4.2.5.tar.gz) = bf6a7bbb8f0a47d1e97ad9a231340567e5ee10bf399be6ff0edc2538db8cb8a082ea93529954140e7fab0672654e6fe9238d61381419495b53737b4a6dc9de1e
+Size (Django-4.2.5.tar.gz) = 10418606 bytes


Home | Main Index | Thread Index | Old Index