pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-stubs-ext
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 17 14:45:00 UTC 2026
Modified Files:
pkgsrc/www/py-django-stubs-ext: Makefile distinfo
Log Message:
py-django-stubs-ext: updated to 5.2.9
5.2.9
fix: allow EmailMultiAlternatives in outbox
Fix infinite semantic analysis loop when using from_queryset
Fix dispatch_uid type: str -> _AnyHashable
Update get_auto_imports() to also allow returning None
Make LoginView generic over its form class
fix: template type in template response
fix: Annotate SessionStore with a type var for the Session type
fix: prefetch_related_objects requires Sequence not Iterable
Fix kwargs for forms.widgets.Script
fix: django.contrib.gis.utils.LayerMapping attribute types
Make all system checks return a list, not a Sequence
Improve database-related check signatures
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-stubs-ext/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-stubs-ext/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-stubs-ext/Makefile
diff -u pkgsrc/www/py-django-stubs-ext/Makefile:1.7 pkgsrc/www/py-django-stubs-ext/Makefile:1.8
--- pkgsrc/www/py-django-stubs-ext/Makefile:1.7 Fri Dec 26 09:44:24 2025
+++ pkgsrc/www/py-django-stubs-ext/Makefile Tue Feb 17 14:45:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/12/26 09:44:24 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/02/17 14:45:00 adam Exp $
-DISTNAME= django_stubs_ext-5.2.8
+DISTNAME= django_stubs_ext-5.2.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-stubs-ext/}
Index: pkgsrc/www/py-django-stubs-ext/distinfo
diff -u pkgsrc/www/py-django-stubs-ext/distinfo:1.6 pkgsrc/www/py-django-stubs-ext/distinfo:1.7
--- pkgsrc/www/py-django-stubs-ext/distinfo:1.6 Fri Dec 26 09:44:24 2025
+++ pkgsrc/www/py-django-stubs-ext/distinfo Tue Feb 17 14:45:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/12/26 09:44:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/02/17 14:45:00 adam Exp $
-BLAKE2s (django_stubs_ext-5.2.8.tar.gz) = caa08f88af4040e43f19d5e9580575a2c642654bb15da7bc96b313fe9e6f0ed3
-SHA512 (django_stubs_ext-5.2.8.tar.gz) = b96882ce308a660000d47abb26da3b0513c75dc57cc03c78d915fb68134a6281f2f698ff96266d2cab9b0e10a5a2b553da861c1eb42da9f4643c6e5f36c60b53
-Size (django_stubs_ext-5.2.8.tar.gz) = 6487 bytes
+BLAKE2s (django_stubs_ext-5.2.9.tar.gz) = cee581eb3d4329f9dcd2cd2a53a74e13a3e180fd753853bcc2a0c2bbf82b8986
+SHA512 (django_stubs_ext-5.2.9.tar.gz) = 93333c3473a446a23ad252de5dee5b793c80e7a28cebe0f24c7e973919a6de0f573e1d251a94d39400282cebe41f0c67c10e30b35648519757064ebe80e7cdab
+Size (django_stubs_ext-5.2.9.tar.gz) = 6497 bytes
Home |
Main Index |
Thread Index |
Old Index