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 58.5.3 to versi…
…on 59.0.1 Anderson Bravalheri (16): Add logo design and usage instructions Customise the sphinx theme to reflect the new logo Add banner to main docs page Rename logo files Add docs/README to the toctree Add a note about inspiration Use warning instead of log for distutils command Add news fragment for deprecated distuils commands Expose distutils errors Document setuptools replacements Add logo/banner to README Add logo/banner to README Add favicon and related configuration to sphinx Improve favicon Avoid using dependencies with URLs on setup.cfg Add news fragment Isuru Fernando (1): Fix PyPy3.8 install locations Jason R. Coombs (18): Prefer imperative voice. Use simple expression for resolution of outputdir. Add changelog. Revert ".github/workflows/main.yml: Add integration testing with setuptools" Get pytest-virtualenv from the pull request with distutils dependency removed. Fail fast again. Filter known deprecation warnings when stdlib distutils is used and imports sysconfig. Suppress 'Distutils was imported before Setuptools' warning on PyPy due to pypa/setuptools#2868. Move warning suppression to pytest.ini so it occurs after 'error'. Remove superfluous dep. Disable some virtualenv integration tests for PyPy. Avoid upgrading setuptools when creating the venv for distutils_adoption tests. Works around issue with upgrading on PyPy. Bring back the xfail as it appears to be needed at least on macOS. Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip pinned range to resolve pip version based on a repeatable pattern. Restore single_line as a simple, universal validator. Change is backward-incompatible for projects with newlines in the summary. Bump version: 58.5.3 → 59.0.0 Bump version: 59.0.0 → 59.0.1 Kian-Meng, Ang (1): Fix typos Matthias Koeppe (8): distutils/ccompiler.py (CCompiler.has_function): Do not fail if self.outputdir is set distutils/tests/test_unixccompiler.py (UnixCCompilerTestCase.test_has_function): New .github/workflows/main.yml: Add integration testing with setuptools tox.ini (testenv): passenv SETUPTOOLS_USE_DISTUTILS .github/workflows/main.yml: Test SETUPTOOLS_USE_DISTUTILS = stdlib, local tox.ini (testenv): Add deps = pytest tox.ini (testenv): Make sure to import setuptools before distutils when invoking pytest .github/workflows/main.yml: fail-fast = false Sviatoslav Sydorenko (6): Fail on a multiline distribution package summary Document that pip works with editable setup.cfg Add a change note for PR #2870 Add a change note for PR #2871 Fix the word "breaks" in the change note Improve the mention of pip version that doesn't need `setup.py`
- Loading branch information