#3809: Merge with distutils@8c3c3d29, including fix for sysconfig.get_python_inc()pypa/distutils#178has_functionpypa/distutils#195
v67.1.0
Changes
^^^^^^^
#3795: Ensured that __file__ is an absolute path when executing setup.py as
part of setuptools.build_meta.
Misc
^^^^
#3798: Updated validations for pyproject.toml using validate-pyproject==0.12.1
to allow stub packages (:pep:561) to be listed in tool.setuptools.packages
and tool.setuptools.package-dir.
v67.0.0
Breaking Changes
^^^^^^^^^^^^^^^^
#3741: Removed patching of distutils._msvccompiler.gen_lib_options
for compatibility with Numpy < 1.11.2 -- by :user:mgorny
#3790: Bump vendored version of :pypi:packaging to 23.0
(:pypi:pyparsing is no longer required and was removed).
As a consequence, users will experience a more strict parsing of requirements.
Specifications that don't comply with :pep:440 and :pep:508 will result
in build errors.
v66.1.1
Misc
^^^^
#3782: Fixed problem with file directive in tool.setuptools.dynamic
(pyproject.toml) when value is a simple string instead of list.
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 62.6.0 to 67.2.0.
Release notes
Sourced from setuptools's releases.
... (truncated)
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
f75c628
Bump version: 67.1.0 → 67.2.0bb17d4f
Merge pull request #3809 from pypa/distutils-8c3c3d2947c7cfd
Add changelog (draft)43c6ee4
Merge https://github.com/pypa/distutils into distutils-8c3c3d298c3c3d2
Merge pull request #199 from mrbean-bremen/issue35911efd3d5
Merge pull request #201 from mattip/pypy2854862f
Merge pull request #203 from fweimer-rh/ccompiler-windows8fe7b5f
Merge pull request #202 from GalaxySnail/fix-mingw-w64-27e751d3
distutils.ccompiler: Remove correct executable file on Windows2f16327
Mark test as xfail on Windows. Ref pypa/distutils#195.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)