pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec  4 17:25:15 UTC 2023

Modified Files:
        pkgsrc/www/py-django: Makefile distinfo

Log Message:
py-django: updated to 4.2.8

Django 4.2.8 fixes several bugs in 4.2.7 and adds compatibility with Python 3.12.

Bugfixes

Fixed a regression in Django 4.2 that caused makemigrations --check to stop displaying pending migrations
Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate() with aggregates referencing other aggregates or window functions through conditional expressions
Fixed a regression in Django 4.2 that caused a crash when annotating a QuerySet with a Window expressions composed of a partition_by clause mixing field types and aggregation expressions
Fixed a regression in Django 4.2 where the admin’s change list page had misaligned pagination links and inputs when using list_editable
Fixed a regression in Django 4.2 where checkboxes in the admin would be centered on narrower screen widths
Fixed a regression in Django 4.2 that caused a crash of querysets with aggregations on MariaDB when the ONLY_FULL_GROUP_BY SQL mode was enabled
Fixed a regression in Django 4.2 where the admin’s read-only password widget and some help texts were incorrectly aligned at tablet widths
Fixed a regression in Django 4.2 that caused a migration crash on SQLite when altering unsupported Meta.db_table_comment


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/py-django/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-django/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.122 pkgsrc/www/py-django/Makefile:1.123
--- pkgsrc/www/py-django/Makefile:1.122 Wed Nov  1 20:14:51 2023
+++ pkgsrc/www/py-django/Makefile       Mon Dec  4 17:25:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2023/11/01 20:14:51 adam Exp $
+# $NetBSD: Makefile,v 1.123 2023/12/04 17:25:15 adam Exp $
 
-DISTNAME=      Django-4.2.7
+DISTNAME=      Django-4.2.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
@@ -18,8 +18,6 @@ DEPENDS+=     ${PYPKGPREFIX}-sqlparse>=0.3.1
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.98 pkgsrc/www/py-django/distinfo:1.99
--- pkgsrc/www/py-django/distinfo:1.98  Wed Nov  1 20:14:51 2023
+++ pkgsrc/www/py-django/distinfo       Mon Dec  4 17:25:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2023/11/01 20:14:51 adam Exp $
+$NetBSD: distinfo,v 1.99 2023/12/04 17:25:15 adam Exp $
 
-BLAKE2s (Django-4.2.7.tar.gz) = 4c1dea68fbffb664b83510f5ea35420546758ecb376d41c5f8cb921be89072c2
-SHA512 (Django-4.2.7.tar.gz) = c9e9849cf6582075febaa64e22ace5c1211db4c86f2150a43b345cd2c8d471e335b6b903769a1d20e85ab016d52761cd688994e85b5257d5fdf908df8b7035de
-Size (Django-4.2.7.tar.gz) = 10425073 bytes
+BLAKE2s (Django-4.2.8.tar.gz) = 5e93960646c686939b9735f9ab3184e9564dc50638477a50241da18a3adaae8e
+SHA512 (Django-4.2.8.tar.gz) = 9a60d2202886656a239e764c79b3638d4bc9e549bba8a822b36c745ab32468e3ddd813e7cda4a9e69c867ede0fca02da63391a2efe1462798e5c2e4f35625b63
+Size (Django-4.2.8.tar.gz) = 10425581 bytes



Home | Main Index | Thread Index | Old Index