#2990: Set the .origin attribute of the distutils module to the module's __file__.
v60.4.0
Changes
^^^^^^^
#2839: Removed requires sorting when installing wheels as an egg dir.
#2953: Fixed a bug that easy install incorrectly parsed Python 3.10 version string.
#3006: Fixed startup performance issue of Python interpreter due to imports of
costly modules in _distutils_hack -- by :user:tiran
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
#2674: Added link to additional resources on packaging in Quickstart guide
#3008: "In-tree" Sphinx extension for "favicons" replaced with sphinx-favicon.
#3008: SVG images (logo, banners, ...) optimised with the help of the scour
package.
Misc
^^^^
#2862: Added integration tests that focus on building and installing some packages in
the Python ecosystem via pip -- by :user:abravalheri
#2952: Modified "vendoring" logic to keep license files.
#2968: Improved isolation for some tests that where inadvertently using the project
root for builds, and therefore creating directories (e.g. build, dist,
*.egg-info) that could interfere with the outcome of other tests
-- by :user:abravalheri.
#2968: Introduced new test fixtures venv, venv_without_setuptools,
bare_venv that rely on the jaraco.envs package.
These new test fixtures were also used to remove the (currently problematic)
dependency on the pytest_virtualenv plugin.
#2968: Removed tmp_src test fixture. Previously this fixture was copying all the
files and folders under the project root, including the .git directory,
which is error prone and increases testing time.
Since tmp_src was used to populate virtual environments (installing the
version of setuptools under test via the source tree), it was replaced by
the new setuptools_sdist and setuptools_wheel fixtures (that are build
only once per session testing and can be shared between all the workers for
read-only usage).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps setuptools from 60.1.1 to 60.5.0.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
8b6e8f5
Bump version: 60.4.0 → 60.5.0d514fa1
Merge pull request #2990 from asottile/distutils-hack-set-origin82b9723
Bump version: 60.3.1 → 60.4.0fd966a3
Merge pull request #3009 from tiran/issue3006_startup_speedupbd8d4db
set origin= for distutils.spec91ce77e
Check that distutils has an origin. Ref #2990.7619852
pytest.ini uses tabs9c0d81e
Suppress distutils deprecation warning06d81cb
Move filter into meta finder804b106
Use internal warnings API and _TrivialRe hack to install filterDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)