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:           Thu Jul 23 10:23:49 UTC 2026

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

Log Message:
py-django-stubs-ext: updated to 6.0.7

6.0.7
Fix manager resolution when QuerySet overrides as_manager
Fix order_by false positives with JSONField key transforms
typing: improve CaptureQueriesContext and test decorators in django.t…
Drop README version rows targeting unsupported Django versions
Update mypy to 2.2
Fix lookup false positive for unions containing combinable expressions
Fully annotate Field.formfield keyword args
Preserve values() aliases through annotate() for order_by
Annotate unparameterized Field references
Update mypy to 2.3.0, release 6.0.7


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-stubs-ext/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/www/py-django-stubs-ext/Makefile:1.10
--- pkgsrc/www/py-django-stubs-ext/Makefile:1.9 Tue Jul 14 07:07:26 2026
+++ pkgsrc/www/py-django-stubs-ext/Makefile     Thu Jul 23 10:23:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/07/14 07:07:26 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/23 10:23:49 adam Exp $
 
-DISTNAME=      django_stubs_ext-6.0.6
+DISTNAME=      django_stubs_ext-6.0.7
 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.8 pkgsrc/www/py-django-stubs-ext/distinfo:1.9
--- pkgsrc/www/py-django-stubs-ext/distinfo:1.8 Tue Jul 14 07:07:26 2026
+++ pkgsrc/www/py-django-stubs-ext/distinfo     Thu Jul 23 10:23:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/07/14 07:07:26 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/07/23 10:23:49 adam Exp $
 
-BLAKE2s (django_stubs_ext-6.0.6.tar.gz) = 3b02d60e45c9a9d7c0aa2f61b520f75b30069f10726446ca81a1cf974b1c7460
-SHA512 (django_stubs_ext-6.0.6.tar.gz) = 3e662c16668be0241dbd3dfdef24dd159fc6a835c84ba871d7953cda6bcaa602246463e38c32027eecd50a1636f99061ca98876119745472b1d02c07829e4d56
-Size (django_stubs_ext-6.0.6.tar.gz) = 6674 bytes
+BLAKE2s (django_stubs_ext-6.0.7.tar.gz) = acd8fa27d4374f6d33218e9ff9d0440ae736bd0e90eaa2b26b9c6c0ef84d2bdd
+SHA512 (django_stubs_ext-6.0.7.tar.gz) = 2d4273ea6a362c265f87c2ee8e3c4ea9ab5226a7a1d0153739f97b79cca657735a2d72af2d32cfaf28b0ca438fbbfc40dd547364f33b97a1a9b739e8c2563036
+Size (django_stubs_ext-6.0.7.tar.gz) = 6665 bytes



Home | Main Index | Thread Index | Old Index