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:           Tue Oct  8 17:42:20 UTC 2024

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

Log Message:
py-django: updated to 5.1.2

5.1.2

Fixed a regression in Django 5.1 that caused a crash when using the PostgreSQL lookup trigram_similar on output fields from Concat
Fixed a regression in Django 5.1 that caused a crash of JSONObject() when using server-side binding with PostgreSQL 16+
Fixed a regression in Django 5.1 that made selected items in multi-select widgets indistinguishable from non-selected items in the admin dark theme


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-django/PLIST
cvs rdiff -u -r1.108 -r1.109 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.132 pkgsrc/www/py-django/Makefile:1.133
--- pkgsrc/www/py-django/Makefile:1.132 Fri Sep  6 07:08:44 2024
+++ pkgsrc/www/py-django/Makefile       Tue Oct  8 17:42:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.132 2024/09/06 07:08:44 adam Exp $
+# $NetBSD: Makefile,v 1.133 2024/10/08 17:42:20 adam Exp $
 
-DISTNAME=      Django-5.1.1
+DISTNAME=      Django-5.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-django/PLIST
diff -u pkgsrc/www/py-django/PLIST:1.50 pkgsrc/www/py-django/PLIST:1.51
--- pkgsrc/www/py-django/PLIST:1.50     Fri Sep  6 07:08:44 2024
+++ pkgsrc/www/py-django/PLIST  Tue Oct  8 17:42:20 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2024/09/06 07:08:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.51 2024/10/08 17:42:20 adam Exp $
 bin/django-admin-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -3340,6 +3340,8 @@ ${PYSITELIB}/django/contrib/postgres/loc
 ${PYSITELIB}/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/django/contrib/postgres/locale/ga/LC_MESSAGES/django.mo
+${PYSITELIB}/django/contrib/postgres/locale/ga/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo
 ${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po
 ${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo

Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.108 pkgsrc/www/py-django/distinfo:1.109
--- pkgsrc/www/py-django/distinfo:1.108 Fri Sep  6 07:08:44 2024
+++ pkgsrc/www/py-django/distinfo       Tue Oct  8 17:42:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.108 2024/09/06 07:08:44 adam Exp $
+$NetBSD: distinfo,v 1.109 2024/10/08 17:42:20 adam Exp $
 
-BLAKE2s (Django-5.1.1.tar.gz) = e9aa0077bcd8c707795d61ad6853f533fc4b992f5bfe83fa2ed7df2b7916b360
-SHA512 (Django-5.1.1.tar.gz) = c5c75f0b36ef4316c4b7306ec4f8cb612ec554c79f1ac2346b56485ca025b1ca7c048a294568b71f989f2f19cb2c3849f01e5fe62dad00b6591989f274ec8c5b
-Size (Django-5.1.1.tar.gz) = 10675933 bytes
+BLAKE2s (Django-5.1.2.tar.gz) = c3c2df58be3f9e14ad13983739af18ba0994c9d018086618eec7fc7abba328fd
+SHA512 (Django-5.1.2.tar.gz) = 7c7199fe5884f184ce6460df2186c6638110d77b06a37a5fc5cdfe359561b67d3ee8bb80d405c67fbbe16f10c50bfd0270a8e382d18c4366cb0da46d3ef7b4d2
+Size (Django-5.1.2.tar.gz) = 10711674 bytes



Home | Main Index | Thread Index | Old Index