summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Use always_iterable to fix --global-option in one expression.Jason R. Coombs2022-02-121-3/+4
| * | | | Merge branch 'main' into gentlegiantJGC/mainJason R. Coombs2022-02-12447-4093/+24415
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Update build_meta.pygentlegiantJGC2021-11-131-0/+2
* | | | | Remove new style class declaration, now the default.Jason R. Coombs2022-02-121-1/+1
* | | | | Remove duplicate invocations of _BuildMetaBackend._fix_config.Jason R. Coombs2022-02-121-2/+0
* | | | | Merge pull request #3097 from blink1073/patch-1Jason R. Coombs2022-02-121-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update .github/workflows/main.ymlSteven Silvester2022-02-111-2/+2
| * | | | Update main.ymlSteven Silvester2022-02-111-0/+4
| | |/ / | |/| |
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-122-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58)Anderson Bravalheri2022-02-121-0/+2
| * | | Require jaraco.packaging 9 adding compatibility for projects with no setup.py...Jason R. Coombs2022-02-101-1/+1
| * | | Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131.Jason R. Coombs2022-02-102-4/+1
* | | | Disable running of sage-ci tests except on tagged commits. Ref #3093.Jason R. Coombs2022-02-101-5/+1
* | | | Removed bootstrap.py script, no longer needed.Jason R. Coombs2022-02-101-7/+0
* | | | Bump version: 60.8.1 → 60.8.2v60.8.2Jason R. Coombs2022-02-084-6/+14
* | | | Merge pull request #3091 from maciejp-ro/remove-more_itertools.moreJason R. Coombs2022-02-084-4/+23
|\ \ \ \ | |_|_|/ |/| | |