Commit Graph

117 Commits

Author SHA1 Message Date
Semyon Moroz d380c3d21d [setuptools] Add missing compilers (#15394) 2026-02-09 16:18:14 +01:00
Semyon Moroz 01bbf04a15 [setuptools] Update to 81.0.* (#15387) 2026-02-08 17:05:56 -05:00
Avasam 7dea89995d [setuptools] setuptools.setup Complete partially Unknown method and fix Command type variance issue (#15161) 2025-12-22 15:53:14 +01:00
Avasam efcacfbded [setuptools] setuptools._distutils: spawn functions should match each other + add overload based on search_path` param (#15154) 2025-12-20 19:37:47 +01:00
Avasam 06ecffccc7 [setuptools] Fully typed setup method (#15146) 2025-12-20 13:35:49 +01:00
Jelle Zijlstra 573b57d8da Add missing defaults to third-party stubs (#14617) 2025-08-21 13:36:29 -07:00
Brian Schubert 81c8fcb2e6 Mark stub-only private symbols as @type_check_only in third-party stubs (#14545) 2025-08-08 11:29:48 +02:00
Sebastian Rittau 126768408a Replace Incomplete | None = None in third party stubs (#14063) 2025-05-15 21:37:43 +02:00
Avasam 337fd828e8 Bump setuptools to 80.7.* (#14069)
---------

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
2025-05-15 10:29:04 -04:00
Semyon Moroz 30ff5390f8 Bump setuptools to 80.3.* (#13938) 2025-05-04 20:51:31 -04:00
Semyon Moroz dde3f837a6 Bump setuptools to 80.1.* (#13915) 2025-05-02 19:19:19 -04:00
Semyon Moroz 8bfae3303f Bump setuptools to 80.0.* (#13898) 2025-04-28 12:27:03 +02:00
Sebastian Rittau 71e01e3871 Update setuptools to 78.1.0 (#13734)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-28 17:24:44 -04:00
Sebastian Rittau b68907b104 [setuptools] Update to 77.0.2 (#13685)
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Avasam <samuel.06@hotmail.com>
2025-03-27 12:13:13 -04:00
Avasam f6e99d20b5 Bump setuptools to 76.0.0 (#13614) 2025-03-12 13:25:47 +01:00
Sebastian Rittau 0b13c1deb6 [setuptools] Update to 75.8.2 (#13563) 2025-02-28 14:42:05 -08:00
Avasam af32625bd4 setuptools._distutils typing improvements from merging types upstream (#13534) 2025-02-25 00:51:37 +01:00
Avasam 46ac2e24a4 Update pathname param of setuptools._distutils.util.convert_path (#13483) 2025-02-09 19:20:20 +00:00
Avasam e3e5971fe7 Bump setuptools to 75.8.* (#13367) 2025-01-09 12:02:23 +01:00
Ali Hamdan db3c2cf69d setuptools: Remove problematic private module compat (#13280) 2024-12-22 20:05:11 +00:00
Avasam d23f4caac3 Bump setuptools to 75.6.* (#13089) 2024-11-25 16:56:38 +01:00
Avasam 4addb8dd0b setuptools & distutils: more accurate spawn method (#13036) 2024-11-19 03:50:38 -08:00
Avasam eea59f673b Update setuptools return types (#12991) 2024-11-18 13:00:54 +01:00
Danny Yang 8f21da5bee Update setuptools to 75.4.* (#13002) 2024-11-13 20:01:23 -08:00
Avasam 300204c683 setuptools._distutils._msvccompiler.MSVCCompiler non-None ClassVars (#12995) 2024-11-11 13:45:05 -05:00
Agriya Khetarpal 3d853d5fa8 Improve path-related type hints for setuptools.Extension() and distutils.CCompiler() (#12958)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-11-06 17:51:48 -05:00
Avasam 5243d30744 Bump setuptools to 75.3.* (#12928) 2024-11-04 16:18:52 +01:00
Avasam df499768cb setuptools & distutils: Add more recent MSVCCompiler from _msvccompiler (#12887) 2024-10-24 11:44:55 +02:00
Avasam 78e4e036c4 Add install_data in distutils-stubs from setuptools (#12889) 2024-10-24 11:39:08 +02:00
Avasam de4842db26 Replace Any with Incomplete in distutils (#12842) 2024-10-18 17:26:08 +02:00
Avasam 81138321d9 distutils: Add some return types for setuptools to pass ANN201 (#12841) 2024-10-18 12:09:34 +02:00
Avasam 3b0ce50352 Add missing defaults to setuptools/_distutils (#12839) 2024-10-18 12:02:39 +02:00
Max Muoto 407eeaa133 Correct types for setuptools.setup (#12791)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-10-13 14:38:31 -07:00
Sebastian Rittau 94889897ca [setuptools] Bump to 75.0.* (#12668)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-09-16 19:17:52 +02:00
Avasam 0784bf6bee distutils: add missing generated attributes (#12467) 2024-09-06 15:07:44 -07:00
Sebastian Rittau 346fef2137 [setuptools] Update to 74.1.* (#12614)
---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-05 10:45:52 -04:00
Avasam f87041e118 distutils: expose Command.dry_run + make 0|1 attrs bool (#12607) 2024-08-30 18:32:54 +02:00
Avasam 661fe27658 Bump setuptools to 74.0.* (#12599) 2024-08-29 18:53:16 +02:00
Avasam fa3ab94f47 Bump setuptools to 73.0.* (#12564) 2024-08-21 12:51:52 +02:00
Sebastian Rittau b19d9670f9 Bump setuptools to 72.2.* (#12461)
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-20 14:30:08 -04:00
Avasam 45627d18dd Update incorrect or incomplete constants in distutils (#12536) 2024-08-17 20:51:42 +02:00
Max Muoto 37807d753a Use Generator instead of Iterator for 3rd-party context managers (#12481) 2024-08-12 14:26:18 +02:00
Avasam a919d8dfe3 distutils & setuptools: all possible dynamic command method overloads (#12507) 2024-08-12 13:42:09 +02:00
sobolevn 6f248dfa37 Bump mypy to 1.11.1 (#12463) 2024-08-04 23:19:28 -07:00
Avasam ac8720b99d Setuptools stubs update from merging upstream (#12400) 2024-07-25 16:46:22 +02:00
Avasam 2aeb777cde Replace bare Any in setuptools (#12406) 2024-07-25 13:38:07 +02:00
Avasam 0b1d35829b setuptools & distutils: ClassVar mutables (and tuples) (#12403) 2024-07-23 14:17:02 +02:00
Avasam ef42f3b765 distutils: Type execute using TypeVarTuple (#12405) 2024-07-23 13:16:14 +01:00
Avasam 1b560bbf6a Bump setuptools to 71.0.* (#12381) 2024-07-21 13:09:27 +02:00
Avasam 45d162c9ee Bump setuptools to 70.2.* (#12261) 2024-07-03 12:59:08 +02:00