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 60.2.0 to …
…version 60.5.0 Ananth Pattabiraman (3): add resources on packaging add 2674 changelog Update docs/userguide/quickstart.rst Anderson Bravalheri (34): Configure pytest to enable/disable integration tests Add integration test based on feedback from #2849 Add tox environment for integration tests Run integration tests before release on CI Add news fragment about integration tests Disable pytest plugins in integration tests via -p no:* Use separated "extras" for integration tests Fix flake8 errors for conftest.py Simulate pip's isolation using virtualenv Use shutil to find executable Separate some reusable integration helpers Use '=' as setup.cfg delimiter for extras option Change vendoring script to preserve license files Add news fragment Remove license lookup in *.egg-info Improve path handling on move_license task Rename `docs/{images/README => artwork}.rst` Replace in-tree sphinx extension with sphinx-favicon Use an SVG optimiser Add news fragment Remove unused imports from docs/conf.py Add SETUPTOOLS_USE_DISTUTILS configuration to integration tests Allow integration tests to be manually triggered in GitHub Actions Add fixtures for sdist and wheel artifacts Extract venv fixtures from test_distutils_adoption Replace tmp_src fixture with the virtualenv fixtures Remove dependency on pytest_virtualenv Prevent some tests from inadvertently using the project root for builds Add news fragment Use setuptools wheel instead of source tree in integration tests Ensure test_cygwin pass before CI release action Fix misplaced news fragment Remove `numpy` sdists from integration tests Add test to make sure 3.10 is not interpreted as 3.1 Anthony Sottile (1): set origin= for distutils.__spec__ Christian Heimes (7): Speedup startup of Python by importing less Add changelog entry Temporarily add back filter, tests fail without it Use internal warnings API and _TrivialRe hack to install filter Move filter into meta finder Suppress distutils deprecation warning pytest.ini uses tabs Christoph Reiter (1): tests: fix usage of requires_zlib() decorator FX Coudert (1): bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) Jason R. Coombs (19): In tests, add compatibility shim py38compat.requires_zlib. Include Python 3.8 in tests. Ref pypa/distutils#100. Add another exception for the exclusion for pip. Fixes #2993. Add DictStack from jaraco.collections. In install command, honor config_vars from sysconfig. Fixes pypa/distutils#103. Use 'dict()' instead of '.copy()', for compatibility with DictStack. Update changelog. Bump version: 60.2.0 → 60.3.0 Update DictStack implementation from jaraco.collections 3.5.1 Update changelog. Add test capturing failure. Ref #3002. Suppress AttributeError when detecting get-pip. Fixes #3002. Remove the env, as the test suite runs local by default but also tests stdlib. Extract the SYSTEMROOT handler and document it. Bump version: 60.3.0 → 60.3.1 Capture performance of interpreter startup. Ref #3006. Check that distutils has an origin. Ref #2990. Bump version: 60.3.1 → 60.4.0 Bump version: 60.4.0 → 60.5.0 Matthew Suozzo (6): Maintain `requires` order in METADATA. Revert inner function name change. Add news entry. Remove pkg_resources nondeterminism. Add new test to document expected order stability. Use MappingProxyType to ensure immutability. Ronald Oussoren (2): bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) liuzhe (1): fix version parsing
- Loading branch information