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:           Tue Oct  5 18:33:49 UTC 2021

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

Log Message:
py-django3: updated to 3.2.8

Django 3.2.8 fixes two bugs in 3.2.7.

Bugfixes

Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in the admin.
Fixed a regression in Django 3.2 that caused incorrect selection of items across all pages when actions were placed both on the top and bottom of the admin change-list view.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/www/py-django3/Makefile:1.20
--- pkgsrc/www/py-django3/Makefile:1.19 Sun Sep  5 09:41:38 2021
+++ pkgsrc/www/py-django3/Makefile      Tue Oct  5 18:33:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/09/05 09:41:38 wen Exp $
+# $NetBSD: Makefile,v 1.20 2021/10/05 18:33:49 adam Exp $
 
-DISTNAME=      Django-3.2.7
+DISTNAME=      Django-3.2.8
 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.19 pkgsrc/www/py-django3/distinfo:1.20
--- pkgsrc/www/py-django3/distinfo:1.19 Sun Sep  5 09:41:38 2021
+++ pkgsrc/www/py-django3/distinfo      Tue Oct  5 18:33:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2021/09/05 09:41:38 wen Exp $
+$NetBSD: distinfo,v 1.20 2021/10/05 18:33:49 adam Exp $
 
-SHA1 (Django-3.2.7.tar.gz) = 88bc8e057f6173d8171c5f01b0392570a80b0bb5
-RMD160 (Django-3.2.7.tar.gz) = 7a7755f6ae9f967b458161d35d153ea26c023d46
-SHA512 (Django-3.2.7.tar.gz) = 6dc497fdeee24dbca85654999ae98cb776cf32b7c38e4431eeed66befb7d663e3880bf5dec0a9573e64678938c443282c3e5b9be9d25b6863481c5208a1ed98c
-Size (Django-3.2.7.tar.gz) = 9808777 bytes
+SHA1 (Django-3.2.8.tar.gz) = 9eda23ba467fae06f70d917e729b185f88feaaf2
+RMD160 (Django-3.2.8.tar.gz) = 7afdd615f5c0a67ab59a25891de5c8c8f40b3f7f
+SHA512 (Django-3.2.8.tar.gz) = 0d1d745fc7ebc20a2c3c1d18e270210ec57d605aafafb2bc2bee4229727469dfea6fbd510073ee6509b389eff2a7bdb75765aecafc4506d4489c2ce37a97bfbe
+Size (Django-3.2.8.tar.gz) = 9820955 bytes



Home | Main Index | Thread Index | Old Index