This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setuptools: Autospec creation for update from version 60.1.1 to versi…
…on 60.2.0 Anderson Bravalheri (1): Remove workaround for test/CI dependency on Sphinx Christoph Reiter (6): sysconfig: use get_config_h_filename() from the stdlib sysconfig: use parse_config_h() from stdlib sysconfig tests: use loadTestsFromTestCase() instead of the deprecated makeSuite() tests: fix tests on Ubuntu 22.04 tests: use sys.executable instead of hardcoding "python" sysconfig: use get_makefile_filename() from stdlib sysconfig Jason R. Coombs (17): 👹 Feed the hobgoblins (delint). Use line-based matrix values for nicer diffs. Remove Python 3.6 and bump to Python 3.10, matching jaraco/skeleton and pypa/setuptools approaches. Leave sphinx unpinned as found upstream. Add setuptools.log to supersede distutils.log. Ref #2973. Monkey patch distutils.log.set_threshold so the Python logger honors calls to it. Restore assertion about expected distutils. Check early for the presence of local distutils and bail out if the found version of Setuptools doesn't have distutils. Update changelog. Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues between different versions of Setuptools with the distutils local implementation. Renamed the former 'add_shim' as 'insert_shim'. Fixes #2983 Restore 'get_versions' attribute, allowing older mpi4py to monkeypatch it. Fixes pypa/setuptools#2969. Disable setuptools installation. Fixes pypa/distutils#99. Also use PEP 517 to build things like pytest-virtualenv. 39 is actually required to get the right packages. Unset VIRTUALENV_NO_SETUPTOOLS for ci_setuptools because pytest-virtualenv can't install without it. Ref man-group/pytest-plugins#190 It really must be literally 39. Add changelog. Bump version: 60.1.1 → 60.2.0 Matt Davis (1): distutils shim should ignore setuptools on another path
- Loading branch information