Path to this page:
Subject: CVS commit: pkgsrc/devel/py-types-setuptools
From: Adam Ciarcinski
Date: 2024-11-08 15:28:47
Message id: 20241108142847.AADC0FC7E@cvs.NetBSD.org
Log Message:
py-types-setuptools: updated to 75.3.0.20241107
75.3.0.20241107 (2024-11-07)
Improve path-related type hints for `setuptools.Extension()` and \
`distutils.CCompiler()`
75.3.0.20241105 (2024-11-05)
Bump setuptools to 75.3.*
75.2.0.20241025 (2024-10-25)
setuptools & distutils: Add more recent MSVCCompiler from _msvccompiler
Add `install_data` in `distutils-stubs` from `setuptools`
75.2.0.20241019 (2024-10-19)
Replace Any with Incomplete in distutils
distutils: Add some return types for setuptools to pass ANN201
Add missing defaults to setuptools/_distutils
75.2.0.20241018 (2024-10-18)
[stubsabot] Bump setuptools to 75.2.*
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.
Files: