summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Limit the workaround to Python 3.9 and earlier and add a note to remove the h...feature/limit-distutils-hack-pip-workaroundJason R. Coombs2022-07-242-0/+7
* Use the new `pytest-enabler` config section for xdist (#3456)Anderson Bravalheri2022-07-191-1/+1
|\
| * Use the new pytest-enabler config section for xdistAnderson Bravalheri2022-07-191-1/+1
|/
* Minor edits to integration tests.Jason R. Coombs2022-07-131-13/+13
* Just assume exactly one sdist is available.Jason R. Coombs2022-07-131-10/+2
* Add another conditional to resolve the release for version-specific packages....Jason R. Coombs2022-07-131-1/+1
* Always pass the test suite to pytest. Ref #3448.Jason R. Coombs2022-07-131-1/+1
* Bump version: 63.1.0 → 63.2.0v63.2.0Jason R. Coombs2022-07-135-5/+16
* Update changelog. Ref #3435.Jason R. Coombs2022-07-131-0/+1
* Merge https://github.com/pypa/distutilsJason R. Coombs2022-07-131-2/+5
|\
| * Disable framework_compat except for Homebrew builds. Fixes pypa/distutils#158.Jason R. Coombs2022-07-131-2/+5
* | config: add stacklevel=2 to make DeprecationWarning code clear (#3440)Anderson Bravalheri2022-07-121-1/+1
|\ \
| * | Add stacklevel=2 to make calling code clearHugo van Kemenade2022-07-121-1/+1
|/ /
* | Remove `wheel` dependency from docs example (#3437)Anderson Bravalheri2022-07-082-2/+1
|\ \
| * | Remove wheel dependency in exampleAnderson Bravalheri2022-07-082-2/+1
|/ /
* | Merge pull request #3432 from pypa/feature/subprocess-textJason R. Coombs2022-07-041-6/+8
|\ \
| * | Use text mode for subprocess, avoiding unicode sandwich.Jason R. Coombs2022-07-041-6/+8
|/ /
* | Merge pull request #3395 from abravalheri/some-optimisationJason R. Coombs2022-07-042-1/+3
|\ \
| * | Remove outdated part in news fragmentAnderson Bravalheri2022-07-041-7/+2
| * | Add news fragmentAnderson Bravalheri2022-07-041-0/+7
| * | build_meta: execute code directlyAnderson Bravalheri2022-07-041-1/+1
|/ /
* | Bump version: 63.0.0 → 63.1.0v63.1.0Jason R. Coombs2022-07-034-3/+11
* | Merge pull request #3430 from pypa/feature/distutils-152c13dJason R. Coombs2022-07-037-8/+128
|\ \
| * \ Merge with pypa/distutils@152c13dJason R. Coombs2022-07-037-8/+128
| |\ \ |/ / / | | _
| * Merge pull request #155 from pypa/feature/homebrew-py39-schemeJason R. Coombs2022-07-032-2/+59
| |\
| | * Add support for Homebrew on Python 3.9 instead of relying on distutils.cfg as...Jason R. Coombs2022-07-022-2/+59
| * | Merge pull request #150 from lazka/cygwin-no-rpathJason R. Coombs2022-07-012-0/+25
| |\ \
| | * | Improve handling if runtime_library_dirs is set with cygwin/mingwChristoph Reiter2022-06-082-0/+25
| | |/
| * | Merge pull request #151 from abravalheri/remove-warningJason R. Coombs2022-07-012-6/+43
| |\ \ | | |/ | |/|
| | * Remove warnings on namespace packagesAnderson Bravalheri2022-06-101-6/+1
| | * Add test capturing expectationsAnderson Bravalheri2022-06-101-0/+42
| |/
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-07-033-5/+8
|\ \
| * | Honor PEP 518 with pytest-enabler.Jason R. Coombs2022-06-222-5/+5
| * | Prefer spaces for rst. Fixes jaraco/skeleton#64.Jason R. Coombs2022-06-151-0/+3
* | | Bump version: 62.6.0 → 63.0.0v63.0.0Benoit Pierre2022-07-048-14/+25
* | | Merge pull request #3421 from benoit-pierre/pr/fix_60.8.0+_performanceBenoit Pierre2022-07-0316-289/+79
|\ \ \
| * | | add changelog entryBenoit Pierre2022-07-021-0/+4
| * | | setuptools/tests: minor cleanupBenoit Pierre2022-07-021-3/+5
| * | | setuptools/vendored: drop `nspektr`Benoit Pierre2022-07-0212-273/+1
| * | | setuptools: drop support for installing an entrypoint dependenciesBenoit Pierre2022-07-022-13/+0
| * | | setuptools: add test for distutils' entrypoints using extrasBenoit Pierre2022-07-021-0/+69
* | | | Merge pull request #3426 from matjansen/fix-userguide-typoAnderson Bravalheri2022-07-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix userguide typoMatthias Jansen2022-07-011-1/+1
|/ / /
* | | Clarify include/exclude in docs about package discovery (#3420)Anderson Bravalheri2022-06-281-16/+11
|\ \ \
| * | | [Docs:discovery] Update examples to consider setup.cfg/setup.py optionalAnderson Bravalheri2022-06-281-11/+8
| * | | Avoid inline comments in INI filesAnderson Bravalheri2022-06-281-1/+2
| * | | [Docs:discovery] Attempt to clarify include/excludeAnderson Bravalheri2022-06-281-6/+3
|/ / /
* | | .github/workflows/ci-sage.yml: Update system configurations (#3413)Anderson Bravalheri2022-06-251-1/+1
|\ \ \
| * | | .github/workflows/ci-sage.yml: Update system configutations after https://tra...Matthias Koeppe2022-06-251-1/+1
|/ / /
* | | CI: add workaround for git problems in cygwin (#3410)Anderson Bravalheri2022-06-251-1/+3
|\ \ \