summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 62.1.0 → 62.2.0v62.2.0Jason R. Coombs2022-05-105-4/+15
* Merge pull request #3311 from pypa/feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-1016-116/+130
|\
| * Try Python 3.9Jason R. Coombs2022-05-101-1/+1
| * Update changelogJason R. Coombs2022-05-101-1/+1
| * Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-1015-115/+129
| |\ |/ /
| * Merge pull request #138 from wimglenn/optional-metadataJason R. Coombs2022-05-0911-92/+51
| |\
| | * fix a typowim glenn2022-04-301-1/+1
| | * address review commentswim glenn2022-04-293-37/+21
| | * make all fields documented as optional in the spec truly optional (dont warn ...wim glenn2022-04-2612-96/+71
| * | Merge pull request #137 from zooba/issue-132Jason R. Coombs2022-04-294-4/+67
| |\ \
| | * \ Merge branch 'main' into issue-132Jason R. Coombs2022-04-292-7/+5
| | |\ \
| | * | | Use pass_none decorator.Jason R. Coombs2022-04-292-2/+22
| | * | | Prefer tabsJason R. Coombs2022-04-291-7/+7
| | * | | Rely on jaraco.envs for environment creation.Jason R. Coombs2022-04-292-7/+10
| | * | | Simply emit the expected value instead of converting to an exit code and deci...Jason R. Coombs2022-04-291-14/+8
| | * | | Adapt styleJason R. Coombs2022-04-291-12/+17
| | * | | Combine logic between prefix and base_prefix.Jason R. Coombs2022-04-291-7/+15
| | * | | Extract check for 'd is None'.Jason R. Coombs2022-04-291-4/+5
| | * | | Detect when a venv is created from an in-tree build. Fixes #132Steve Dower2022-04-222-0/+32
| | | |/ | | |/|
| * | | Prefer tabsJason R. Coombs2022-04-291-3/+3
| | |/ | |/|
| * | Run tests using tox, even on cygwin.Jason R. Coombs2022-04-291-2/+2
| * | Prefer tox 3.25 with built-in support for Windows env vars.Jason R. Coombs2022-04-291-5/+3
| |/
* | Update changelog. Ref #3299.Jason R. Coombs2022-05-091-0/+1
* | Merge pull request #3299 from wimglenn/optional-metadata-2Jason R. Coombs2022-05-093-29/+32
|\ \
| * | do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-293-29/+32
|/ /
* | Fix typo in docs/build_meta.rst (#3277)Anderson Bravalheri2022-04-221-1/+1
|\ \
| * | fix typoMarkus Bong2022-04-211-1/+1
* | | Fix package_discovery.rst (#3281)Anderson Bravalheri2022-04-221-1/+1
|\ \ \
| * | | Update package_discovery.rstBinjian2022-04-221-1/+1
| |/ /
* | | Cache downloaded files used during tests for `setuptools.config` (#3282)Anderson Bravalheri2022-04-223-2/+20
|\ \ \ | |/ / |/| |
| * | Add news fragmentAnderson Bravalheri2022-04-221-0/+1
| * | Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
| * | Fix YAML errorAnderson Bravalheri2022-04-211-6/+3
| * | Cache downloaded files used during tests for setuptools.configAnderson Bravalheri2022-04-211-0/+14
|/ /
* | Fix typo in docs (#3267)Anderson Bravalheri2022-04-141-1/+1
|\ \
| * | Fix typo in docsVladimir Berlev2022-04-141-1/+1
|/ /
* | Bump version: 62.0.0 → 62.1.0v62.1.0Jason R. Coombs2022-04-105-4/+15
* | Merge pull request #3258 from pypa/feature/distutils-5229dad46bJason R. Coombs2022-04-108-20/+65
|\ \
| * | Update changelog.Jason R. Coombs2022-04-101-0/+1
| * | Merge https://github.com/pypa/distutils into feature/distutils-5229dad46bJason R. Coombs2022-04-107-20/+64
| |\ \ |/ / / | | _
| * Merge pull request #134 from mgorny/non-cpy-makefileJason R. Coombs2022-04-101-0/+2
| |\
| | * Skip test_get_makefile_filename on non-CPythonMichał Górny2022-04-091-0/+2
| * | Merge pull request #133 from mgorny/build_dir-cache_tagJason R. Coombs2022-04-102-4/+5
| |\ \
| | * | Use cache_tag in default build_platlib dirMichał Górny2022-04-092-4/+5
| | |/
| * | Merge pull request #135 from mgorny/pypy-home-schemeJason R. Coombs2022-04-101-3/+4
| |\ \ | | |/ | |/|
| | * Refactor as simple replace. If a full string substitution proves to be necess...Jason R. Coombs2022-04-101-3/+1
| | * Update test_home_installation_scheme for pypy install pathsMichał Górny2022-04-091-3/+6
| |/
| * Disable installation of Setuptools in tox instead of GHA. Ref pypa/distutils#99.Jason R. Coombs2022-03-272-4/+2
| * Emit warning after parsing. Fixes pypa/distutils#122.Jason R. Coombs2022-03-271-2/+2
| * Merge pull request #131 from isuruf/ext_suffix_win_py37Jason R. Coombs2022-03-273-0/+31
| |\