Commit Graph

178 Commits

Author SHA1 Message Date
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 3f08a4ed10 Split tool.stubtest.platforms metadata key (#13746)
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-31 12:07:20 -04:00
github-actions[bot] df5eda2f4a Bump setuptools to 80.9.* (#14179) 2025-05-28 08:30:17 +02:00
github-actions[bot] f60b86e49c [stubsabot] Bump setuptools to 80.8.* (#14110)
Co-authored-by: stubsabot <>
2025-05-20 21:28:00 -04: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
github-actions[bot] 519b7ef021 [stubsabot] Bump setuptools to 80.4.* (#13980) 2025-05-10 11:45:53 +02: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
github-actions[bot] fec4a103fb [stubsabot] Bump setuptools to 79.0.* (#13860)
Co-authored-by: stubsabot <>
2025-04-21 13:54:39 -04: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
Avasam 641ca188ef Remove setuptools/pkg_resources (#13369) 2025-03-04 12:11:10 +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
github-actions[bot] 8cdc1c141b [stubsabot] Bump setuptools to 75.5.* (#13017)
Release: https://pypi.org/pypi/setuptools/75.5.0
Repository: https://github.com/pypa/setuptools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v75.4.0...v75.5.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `setuptools/config/pyprojecttoml.py`.
 - Total lines of Python code added: 0.
 - Total lines of Python code deleted: 20.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-11-15 07:40:54 +00: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
github-actions[bot] 1993e251f7 [stubsabot] Bump setuptools to 75.2.* (#12829)
Release: https://pypi.org/pypi/setuptools/75.2.0
Repository: https://github.com/pypa/setuptools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v75.1.1...v75.2.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 2 files included in typeshed's stubs have been modified or renamed: `setuptools/build_meta.py`, `setuptools/dist.py`.
 - Total lines of Python code added: 103.
 - Total lines of Python code deleted: 41.
2024-10-16 19:58:28 -07: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
github-actions[bot] 3266319a76 [stubsabot] Bump setuptools to 75.1.* (#12670)
Co-authored-by: stubsabot <>
2024-09-16 21:59:15 -04: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