Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-setuptools: Autospec creation for update from version 70.0.0 to …
…version 70.1.0 Alex Grönholm (25): Adopted the bdist_wheel command from "wheel" Added missing files and removed wheel as a testing dependency Cleaned up the imports Updated a leftover vendored wheel import Updated another leftover vendored wheel import Updated another leftover vendored wheel import Update setuptools/extern/__init__.py Reverted typechecker-only import Updated imports in bdist_wheel tests Fixed wrong import Added back accidentally removed files Rolled back some inadvertently changed files Rolled back more inadvertently changed files Rolled back more inadvertently changed files Rolled back more inadvertently changed files Rolled back more inadvertently changed files Rolled back more inadvertently changed files Readded wheel into test dependencies Fixed test failures Fixed more test failures Added missing test data Fixed remaining test failures Fixed test_no_ctypes not testing the right thing(s) Reverted the change from path to pathlib and added type ignore comments Added test data egg-info directories to .gitignore Anderson Bravalheri (21): Fix mypy error Add doctests for expand._find_module Fix _find_module Improve reproducibility in tests Reuse find_package_path in setuptools.config.expand Use all_suffixes for __init__ too Do not delay imports when not needed Cleanup unused assignments Simplify doctest Add newsfragment Fix doctest on Windows Add news fragment Avoid unstable ruff configuration in pre-commit Fix undefined log function in bdist_wheel Add interop tests for pkg_resources and zope-interface Move piece of code inside pkg_resources/__init__.py Add newsfragment Move integration test to pkg_resources Simplify integration test for zop interface Add comments on test Bump version: 70.0.0 → 70.1.0 Avasam (9): Merge and update variable and params annotations from typeshed (#4246) Generic typing for register methods in `pkg_resources` Prevent a TypeError: 'NoneType' object is not callable when ``shutil_rmtree`is called without an`onexc`` parameter on Python<=3.11 Merge "Relax path related params" from typeshed Enforce modern annotations syntax (#4368) Start checking using Flake8-PYI (#4380) Use actual boolean parameters and variables (#4365) pkg_resources: fix incorrect implicit return types (#4391) Remove calls to `typing.cast` with better type narrowing and definitions (#4375) Dimitri Papadopoulos (2): Fix a couple typos found by codespell Enforce ruff/flake8-implicit-str-concat rule ISC001 Jason R. Coombs (6): Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml. Update doctest to match new project layout. Add news fragment. Redirect bumpversion to rely on pyproject.toml. Move prerelease tag settings back to setup.cfg Replace use of mktemp with can_symlink from the stdlib test suite. dependabot[bot] (1): ---
- Loading branch information