| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 61.2.0 → 61.3.0v61.3.0 | Anderson Bravalheri | 2022-03-31 | 6 | -7/+18 |
| * | Facilitate _validate_pyproject for re-packagers (#3229) | Anderson Bravalheri | 2022-03-31 | 19 | -55/+64 |
| |\ | |||||
| | * | Update .coveragerc | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 |
| | * | Add news fragment | Anderson Bravalheri | 2022-03-30 | 3 | -0/+5 |
| | * | Disable automatic download of trove classifiers by default | Anderson Bravalheri | 2022-03-30 | 1 | -0/+5 |
| | * | Update validate-pyproject to v0.7.1 | Anderson Bravalheri | 2022-03-30 | 3 | -3/+8 |
| | * | Fix unintentional mistake in config/pyproject | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 |
| | * | Fix flake8 errors | Anderson Bravalheri | 2022-03-30 | 3 | -2/+2 |
| | * | Update version of validate-pyproject | Anderson Bravalheri | 2022-03-30 | 3 | -4/+4 |
| | * | Ignore coverage in automatically generated code | Anderson Bravalheri | 2022-03-30 | 1 | -0/+1 |
| | * | Move _validate_pyproject to config | Anderson Bravalheri | 2022-03-30 | 9 | -14/+7 |
| | * | Separate vendoring script and code generator for pyproject validations | Anderson Bravalheri | 2022-03-30 | 4 | -39/+39 |
| |/ | |||||
| * | Bump version: 61.1.1 → 61.2.0v61.2.0 | Anderson Bravalheri | 2022-03-27 | 9 | -22/+36 |
| * | Fix invalid link on changelog | Anderson Bravalheri | 2022-03-27 | 1 | -1/+1 |
| * | Minor change on news fragments | Anderson Bravalheri | 2022-03-27 | 2 | -3/+3 |
| * | Merge pull request #3224 from pypa/feature/distutils-e1d5c9b1f6 | Jason R. Coombs | 2022-03-27 | 4 | -108/+171 |
| |\ | |||||
| | * | Update changelog | Jason R. Coombs | 2022-03-27 | 1 | -0/+1 |
| | * | Merge https://github.com/pypa/distutils into feature/distutils-e1d5c9b1f6 | Jason R. Coombs | 2022-03-27 | 3 | -108/+170 |
| | |\ | |||||
| | | * | Merge pull request #129 from pypa/feature/scripts-text | Jason R. Coombs | 2022-03-27 | 1 | -20/+19 |
| | | |\ | |||||
| | | | * | In build_scripts, open scripts as text. Fixes pypa/distutils#124. | Jason R. Coombs | 2022-03-27 | 1 | -20/+19 |
| | | |/ | |||||
| | | * | Merge pull request #128 from pypa/feature/refactor-build-scripts | Jason R. Coombs | 2022-03-27 | 1 | -96/+114 |
| | | |\ | |||||
| | | | * | Restore Setuptools compatibility. | Jason R. Coombs | 2022-03-27 | 1 | -0/+3 |
| | | | * | Extract method to validate the shebang. | Jason R. Coombs | 2022-03-27 | 1 | -21/+26 |
| | | | * | Use 'shebang_' for pattern and match. | Jason R. Coombs | 2022-03-27 | 1 | -8/+6 |
| | | | * | Rewrite the comment to match the implementation. | Jason R. Coombs | 2022-03-27 | 1 | -3/+2 |
| | | | * | Extract _change_modes and _change_mode functions. | Jason R. Coombs | 2022-03-27 | 1 | -11/+20 |
| | | | * | Remove outfiles, unused. | Jason R. Coombs | 2022-03-27 | 1 | -2/+1 |
| | | | * | Extract method for copying a file. | Jason R. Coombs | 2022-03-27 | 1 | -76/+79 |
| | | | * | Move 'updated_files' operation outside of if statement as it appears in both ... | Jason R. Coombs | 2022-03-27 | 1 | -2/+1 |
| | | | * | Rewrite docstring for imperative voice and proper structure. | Jason R. Coombs | 2022-03-27 | 1 | -4/+7 |
| | | |/ | |||||
| | | * | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2022-03-27 | 1 | -5/+6 |
| | | * | Merge pull request #116 from abravalheri/fix-check-warning | Jason R. Coombs | 2022-03-26 | 2 | -9/+53 |
| | | |\ | |||||
| | | | * | Don't warn on false positive for author/maintainer's email | Anderson Bravalheri | 2022-02-23 | 2 | -9/+53 |
| * | | | | Fix missing requirements with pyproject.toml (#3223) | Anderson Bravalheri | 2022-03-27 | 7 | -24/+90 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Fix previous detection of empty arrays | Anderson Bravalheri | 2022-03-27 | 3 | -6/+9 |
| | * | | | Fix incorrect PR number | Anderson Bravalheri | 2022-03-27 | 1 | -0/+0 |
| | * | | | Add news fragment | Anderson Bravalheri | 2022-03-27 | 1 | -0/+2 |
| | * | | | Decrease verbosity of _install_setup_requires | Anderson Bravalheri | 2022-03-27 | 2 | -5/+18 |
| | * | | | Preserve _tmp_extras_require as an ordered set | Anderson Bravalheri | 2022-03-27 | 1 | -2/+5 |
| | * | | | Small refactor | Anderson Bravalheri | 2022-03-27 | 1 | -4/+3 |
| | * | | | Merge pre-set dependencies when applying pyproject | Anderson Bravalheri | 2022-03-27 | 1 | -2/+12 |
| | * | | | Ensure pyproject.toml does not break dynamic install_requires | Anderson Bravalheri | 2022-03-27 | 1 | -2/+25 |
| | * | | | Make sure apply function remains private | Anderson Bravalheri | 2022-03-27 | 1 | -3/+6 |
| | * | | | Store install_requires and extras_require for future usage | Anderson Bravalheri | 2022-03-27 | 1 | -0/+10 |
| |/ / / | |||||
| * | | | Prepare to handle improper backfilling without `dynamic` (#3218) | Anderson Bravalheri | 2022-03-27 | 5 | -190/+400 |
| |\ \ \ | |||||
| | * | | | Add news fragment | Anderson Bravalheri | 2022-03-27 | 1 | -0/+8 |
| | * | | | Prepare to be strict in the future about entry-points in pyproject | Anderson Bravalheri | 2022-03-27 | 3 | -33/+57 |
| | * | | | Improve error/warning messages | Anderson Bravalheri | 2022-03-27 | 3 | -7/+10 |
| | * | | | Consider missing edge case for tool.setuptools.dynamic in pyproject | Anderson Bravalheri | 2022-03-27 | 2 | -2/+6 |
| | * | | | Adequate existing tests for the latest changes | Anderson Bravalheri | 2022-03-27 | 1 | -2/+2 |
