summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Move compatibility concerns out of the function to do the adding.Jason R. Coombs2022-03-272-6/+6
| | * Get the version logic correct.Jason R. Coombs2022-03-271-1/+1
| | * Restore expectation that SO matches EXT_SUFFIX with rationale.Jason R. Coombs2022-03-271-1/+8
| | * Just modify the vars in place.Jason R. Coombs2022-03-272-4/+4
| | * Move EXT_SUFFIX support to _py39compat, to be removed after support for Pytho...Jason R. Coombs2022-03-272-9/+17
| | * Fix SO tooIsuru Fernando2022-03-271-0/+5
| | * Fix EXT_SUFFIX for windows py<3.8Isuru Fernando2022-03-272-0/+11
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-03-271-11/+20
| |/
* | Simplify package_dir in auto-discovery (#3249)Anderson Bravalheri2022-04-063-3/+57
|\ \
| * | Rename variableAnderson Bravalheri2022-04-051-4/+4
| * | Add news fragmentAnderson Bravalheri2022-04-051-0/+1
| * | Simplify auto-discovered package_dirAnderson Bravalheri2022-04-052-3/+56
* | | Merge pull request #3252 from mccalluc/patch-1Anderson Bravalheri2022-04-061-4/+4
|\ \ \ | |/ / |/| |
| * | Small wording tweaks for readabilityChuck McCallum2022-04-051-4/+4
|/ /
* | Bump version: 61.3.1 → 62.0.0v62.0.0Anderson Bravalheri2022-04-048-8/+22
* | Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-043-2/+23
|\ \
| * | Rename news fragment fileAnderson Bravalheri2022-04-041-0/+0
| * | Add news fragmentAnderson Bravalheri2022-04-041-0/+2
| * | Fix dynamic readmeAnderson Bravalheri2022-04-041-2/+7
| * | Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14
* | | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-044-3/+130
|\ \ \
| * | | Fix reference to issue numberAnderson Bravalheri2022-03-301-1/+1
| * | | Test with different package namesAnderson Bravalheri2022-03-301-11/+12
| * | | Add news fragmentAnderson Bravalheri2022-03-301-0/+1
| * | | Add comment explaining testAnderson Bravalheri2022-03-291-0/+3
| * | | Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
| * | | Restore tags in egg_info but change the idempotency checkAnderson Bravalheri2022-03-291-4/+9
| * | | Fix duplicated version tags in egg_infoAnderson Bravalheri2022-03-291-2/+7
| * | | Capture expectation of invalid version warningAnderson Bravalheri2022-03-291-0/+10
| * | | Test dist_info creates similar dir to bdist_wheelAnderson Bravalheri2022-03-291-0/+70
* | | | Honor file mode for wheel install_as_egg (#3167)Anderson Bravalheri2022-04-044-23/+119
|\ \ \ \
| * | | | Add in changelog.d a noteJosip Delic2022-03-151-0/+1
| * | | | Merge pull request #1 from abravalheri/avoid-overriding-zipfileJosip Delic2022-03-153-40/+35
| |\ \ \ \
| | * | | | Run the test on Windows, but don't check the file modeAnderson Bravalheri2022-03-141-2/+3
| | * | | | Use function from archive_util instead of overwritting ZipFileAnderson Bravalheri2022-03-141-17/+3
| | * | | | Extract reusable _unpack_zipfile_obj from archive_utilsAnderson Bravalheri2022-03-141-21/+29
| |/ / / /