pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-types-setuptools
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 21 09:07:53 UTC 2026
Modified Files:
pkgsrc/devel/py-types-setuptools: Makefile distinfo
Log Message:
py-types-setuptools: updated to 83.0.0.20260716
83.0.0.20260716
Run ty on typeshed stubs in CI
Add a pinned ty check for the standard-library and third-party stubs across Python 3.10-3.14 and the supported target platforms. The runner honors stdlib/VERSIONS, resolves checked-in stub packages
and their external dependencies, and avoids duplicate published stub packages that shadow local sources.
Match pyright's policy for non-actionable override and deprecation diagnostics, add narrowly scoped ignores beside existing checker exceptions, and exclude only the obsolete requests and legacy
distutils stubs. Check geopandas, seaborn, and shapely on every target version, with two existing pandas-stubs type-bound exceptions mirrored for ty. Also fix the remaining Windows-only dateutil
builtin-name collision discovered by the new check.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-types-setuptools/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-types-setuptools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-types-setuptools/Makefile
diff -u pkgsrc/devel/py-types-setuptools/Makefile:1.69 pkgsrc/devel/py-types-setuptools/Makefile:1.70
--- pkgsrc/devel/py-types-setuptools/Makefile:1.69 Tue Jul 7 08:46:11 2026
+++ pkgsrc/devel/py-types-setuptools/Makefile Tue Jul 21 09:07:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/07/07 08:46:11 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/07/21 09:07:53 adam Exp $
-DISTNAME= types_setuptools-83.0.0.20260706
+DISTNAME= types_setuptools-83.0.0.20260716
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-setuptools/}
Index: pkgsrc/devel/py-types-setuptools/distinfo
diff -u pkgsrc/devel/py-types-setuptools/distinfo:1.65 pkgsrc/devel/py-types-setuptools/distinfo:1.66
--- pkgsrc/devel/py-types-setuptools/distinfo:1.65 Tue Jul 7 08:46:11 2026
+++ pkgsrc/devel/py-types-setuptools/distinfo Tue Jul 21 09:07:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2026/07/07 08:46:11 adam Exp $
+$NetBSD: distinfo,v 1.66 2026/07/21 09:07:53 adam Exp $
-BLAKE2s (types_setuptools-83.0.0.20260706.tar.gz) = 93405a2c690a26b1ebd1e4c24a2ed990823101e624282da0f5557fc00f2c3486
-SHA512 (types_setuptools-83.0.0.20260706.tar.gz) = addf447bfe1c6a899a2966c6a8fe6b1f620f073e948740ba89a6fa02849d8df5717f918f5bd1cb10cfc4f374fb856361f5d37a7c832b26f603a01df0faa5be90
-Size (types_setuptools-83.0.0.20260706.tar.gz) = 45290 bytes
+BLAKE2s (types_setuptools-83.0.0.20260716.tar.gz) = 9fbd1ba4aa264f3bac93c6bab8a873ee84678d05da85093f6da3bd22e5624407
+SHA512 (types_setuptools-83.0.0.20260716.tar.gz) = abc800628671c783998f0bed60004fdd548a9a6ce57dc0671534d5d5b10f0311d703566dfdf0db0488e6edb00510e27f4e076ef0d98b88b32f7d45f614a48c2a
+Size (types_setuptools-83.0.0.20260716.tar.gz) = 45672 bytes
Home |
Main Index |
Thread Index |
Old Index