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 Jul 14 07:07:26 UTC 2026

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

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

6.0.6

Fix task decorator typing for takes_context=True
Improve database backend typing
Fix only pk validation for abstract models
Make validators consistent
Allow aggregate filters to use expressions
Typecheck save()/asave() update_fields against model fields


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-stubs-ext/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/www/py-django-stubs-ext/Makefile:1.9
--- pkgsrc/www/py-django-stubs-ext/Makefile:1.8 Tue Feb 17 14:45:00 2026
+++ pkgsrc/www/py-django-stubs-ext/Makefile     Tue Jul 14 07:07:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/02/17 14:45:00 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/07/14 07:07:26 adam Exp $
 
-DISTNAME=      django_stubs_ext-5.2.9
+DISTNAME=      django_stubs_ext-6.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-stubs-ext/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/typeddjango
 COMMENT=       Monkey-patching and extensions for django-stubs
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.8.22:../../devel/py-uv-build
+TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.11.0:../../devel/py-uv-build
 DEPENDS+=      ${PYPKGPREFIX}-django>=5.0:../../www/py-django
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-stubs-ext/distinfo
diff -u pkgsrc/www/py-django-stubs-ext/distinfo:1.7 pkgsrc/www/py-django-stubs-ext/distinfo:1.8
--- pkgsrc/www/py-django-stubs-ext/distinfo:1.7 Tue Feb 17 14:45:00 2026
+++ pkgsrc/www/py-django-stubs-ext/distinfo     Tue Jul 14 07:07:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/02/17 14:45:00 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/07/14 07:07:26 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index