summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.9.0 → 60.9.1v60.9.1Jason R. Coombs2022-02-146-5/+13
* Merge pull request #3099 from abravalheri/flaky-test-build-metaJason R. Coombs2022-02-142-1/+20
|\
| * Ensure process killing does not fail on WindowsAnderson Bravalheri2022-02-141-2/+2
| * Kill individual worker process after timeout in test_build_metaAnderson Bravalheri2022-02-141-3/+13
| * Kill process pool after timeout in test_build_metaAnderson Bravalheri2022-02-131-0/+1
| * Prevent type error from env varAnderson Bravalheri2022-02-122-2/+2
| * Add timeout to test_build_metaAnderson Bravalheri2022-02-122-1/+9
* | Merge pull request #3109 from pypa/bugfix/3107-importlib-metadata-empty-eggin...Jason R. Coombs2022-02-1410-28/+25
|\ \
| * | Bump importlib_metadata to 4.11.1. Fixes #3107.Jason R. Coombs2022-02-1410-28/+25
* | | Merge pull request #3108 from pypa/bugfix/3102-old-metadata-conflictJason R. Coombs2022-02-142-0/+24
|\ \ \
| * | | Prevent vendored importlib_metadata from loading distributions from older imp...Jason R. Coombs2022-02-142-0/+24
| |/ /
* | | Merge pull request #3106 from pypa/bugfix/3103-entry-points-from-stringJason R. Coombs2022-02-142-1/+11
|\ \ \
| * | | Fix issue where string-based entry points would be omitted. Fixes #3103.Jason R. Coombs2022-02-142-1/+2
| * | | Add test for loading entry points from a string. Ref #3103.Jason R. Coombs2022-02-141-0/+9
| |/ /
* | | Merge pull request #3101 from pypa/debt/ci-distutils-dietJason R. Coombs2022-02-141-15/+4
|\ \ \ | |/ / |/| |
| * | Limit tests for stdlib distutils to one job. Ref #3093.Jason R. Coombs2022-02-121-15/+4
* | | Include mention of bootstrap script removal.v60.9.0Jason R. Coombs2022-02-131-0/+1
* | | Remove invocation of bootstrap script in release process.Jason R. Coombs2022-02-131-1/+0
|/ /
* | Remove invocation of bootstrap script, no longer needed. Fixes #3100.Jason R. Coombs2022-02-121-1/+1
* | Bump version: 60.8.2 → 60.9.0Jason R. Coombs2022-02-127-6/+14
|/
* Merge pull request #3087 from pypa/debt/remove-pkg-resourcesJason R. Coombs2022-02-1222-61/+2797
|\
| * Re-use ensure_valid in validate.Jason R. Coombs2022-02-121-5/+3
| * Update changelog.Jason R. Coombs2022-02-121-1/+1
| * Merge branch 'main' into debt/remove-pkg-resourcesJason R. Coombs2022-02-122-2/+4
| |\
| * \ Merge branch 'main' into debt/remove-pkg-resourcesJason R. Coombs2022-02-128-18/+34
| |\ \
| * | | Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-062-2/+5
| * | | Update changelog.Jason R. Coombs2022-02-061-0/+1
| * | | Update test_sdist not to rely on pkg_resources.Jason R. Coombs2022-02-061-4/+6
| * | | Use new _entry_points.load to validate entry points.Jason R. Coombs2022-02-061-2/+3
| * | | Refactor _entry_points to separate loading from rendering. Explicitly validat...Jason R. Coombs2022-02-062-18/+57
| * | | Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-061-1/+1
| * | | Extract module for entry point management.Jason R. Coombs2022-02-062-38/+43
| * | | Port check_importable to metadata.EntryPointJason R. Coombs2022-02-061-1/+1
| * | | In test command, rely on metadata.EntryPoint for loading the value.Jason R. Coombs2022-02-061-5/+4
| * | | In egg_info, port use of pkg_resources.EntryPoint to importlib.metadataJason R. Coombs2022-02-062-3/+34
| * | | Extract function for converting entry points to a string.Jason R. Coombs2022-02-061-6/+14
| * | | Refactor to extract entry_points_definition generation.Jason R. Coombs2022-02-061-16/+23
| * | | Refactor to construct data in a single expression and extract 'to_str'.Jason R. Coombs2022-02-061-7/+9
| * | | Remove duplicate check on ep is None.Jason R. Coombs2022-02-061-1/+1
| * | | Avoid dual-use variable.Jason R. Coombs2022-02-061-3/+3
| * | | Migrate remainder of 'iter_entry_points' to importlib_metadata.Jason R. Coombs2022-02-063-11/+14
| * | | Update vendoring for importlib_metadata to support vendored dependencies typi...Jason R. Coombs2022-02-0612-5/+2616
| * | | Replaced use of iter_entry_points in setuptools.distJason R. Coombs2022-02-061-18/+44
* | | | Merge pull request #3098 from pypa/debt/bump-packagingJason R. Coombs2022-02-1231-118/+75
|\ \ \ \
| * | | | Bump packaging to 21.3Jason R. Coombs2022-02-1231-118/+75
| | |_|/ | |/| |
* | | | Merge pull request #3096 from pypa/debt/get-pip-workaroundJason R. Coombs2022-02-122-35/+1
|\ \ \ \
| * | | | Remove workaround for pypa/get-pip#137.Jason R. Coombs2022-02-112-35/+1
| | |_|/ | |/| |
* | | | Merge pull request #2876 from gentlegiantJGC/mainJason R. Coombs2022-02-122-2/+20
|\ \ \ \
| * | | | Update changelogJason R. Coombs2022-02-121-0/+1
| * | | | Make _BuildMetaBackend._fix_config static and add tests.Jason R. Coombs2022-02-121-1/+15