pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-types-docutils



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 21 09:05:06 UTC 2026

Modified Files:
        pkgsrc/textproc/py-types-docutils: Makefile distinfo

Log Message:
py-types-docutils: updated to 0.22.3.20260712

0.22.3.20260712

Avoid class-scope name collisions in stubs

Class members such as list, type, cursor, Model, and datetime shadow the builtins, classes, or modules referenced by nearby annotations. ty then resolves those annotations to Unknown, which can hide 
invalid calls in APIs including docker, sqlite3, psycopg2, Markdown, and requests.

Qualify shadowed builtins and use private aliases for colliding imports and classes. This removes 15 stdlib and 120 third-party collision diagnostics under ty 0.0.58, restores the affected public 
types, and fixes four existing psycopg2 type assertions.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-types-docutils/Makefile \
    pkgsrc/textproc/py-types-docutils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-types-docutils/Makefile
diff -u pkgsrc/textproc/py-types-docutils/Makefile:1.10 pkgsrc/textproc/py-types-docutils/Makefile:1.11
--- pkgsrc/textproc/py-types-docutils/Makefile:1.10     Thu May 21 14:39:28 2026
+++ pkgsrc/textproc/py-types-docutils/Makefile  Tue Jul 21 09:05:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/21 14:39:28 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/07/21 09:05:06 adam Exp $
 
-DISTNAME=      types_docutils-0.22.3.20260518
+DISTNAME=      types_docutils-0.22.3.20260712
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-docutils/}
Index: pkgsrc/textproc/py-types-docutils/distinfo
diff -u pkgsrc/textproc/py-types-docutils/distinfo:1.10 pkgsrc/textproc/py-types-docutils/distinfo:1.11
--- pkgsrc/textproc/py-types-docutils/distinfo:1.10     Thu May 21 14:39:28 2026
+++ pkgsrc/textproc/py-types-docutils/distinfo  Tue Jul 21 09:05:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/05/21 14:39:28 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/07/21 09:05:06 adam Exp $
 
-BLAKE2s (types_docutils-0.22.3.20260518.tar.gz) = a899216c0c50fcff1fd78e1951adfea1b610699e2029f198bdaecd19adf7fe9d
-SHA512 (types_docutils-0.22.3.20260518.tar.gz) = b6a6905a2483e7f3c0c52994689064b956efbce7854db72648861981531a93f0e230a84a5586d22ce44cda10a795595ffc75e5a54ea5ce3a8c9e4b567c4961ea
-Size (types_docutils-0.22.3.20260518.tar.gz) = 57504 bytes
+BLAKE2s (types_docutils-0.22.3.20260712.tar.gz) = 335776c03430790b4b3149f0c3948be79f3645558bd589ec20e6da23057a83a4
+SHA512 (types_docutils-0.22.3.20260712.tar.gz) = 050064f777bbf22f80b7f9971879e6de0d1c42121b9f26bd7991db39b0a208924a51c5b75daacf3310ec240ef1e05d4374e297a646a91a5113292a328158e29f
+Size (types_docutils-0.22.3.20260712.tar.gz) = 57848 bytes



Home | Main Index | Thread Index | Old Index