summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 61.3.0 → 61.3.1v61.3.1Anderson Bravalheri2022-04-015-6/+14
* Fix problems with missing setupcfg_examples.txt (#3239)Anderson Bravalheri2022-04-017-29/+96
|\
| * Add comments with instructions for developersAnderson Bravalheri2022-04-012-0/+7
| * Fix flake8 problemsAnderson Bravalheri2022-04-012-2/+0
| * Add news fragmentAnderson Bravalheri2022-04-012-0/+4
| * Add script that allow users to preload examples for offline testingAnderson Bravalheri2022-04-012-0/+20
| * Split download helpers to their own fileAnderson Bravalheri2022-04-012-30/+52
| * Fix missing file in manifestAnderson Bravalheri2022-04-011-0/+1
| * Add metatest to make sure auxiliary file is properly packagedAnderson Bravalheri2022-04-011-1/+16
|/
* Bump version: 61.2.0 → 61.3.0v61.3.0Anderson Bravalheri2022-03-316-7/+18
* Facilitate _validate_pyproject for re-packagers (#3229)Anderson Bravalheri2022-03-3119-55/+64
|\
| * Update .coveragercAnderson Bravalheri2022-03-301-1/+1
| * Add news fragmentAnderson Bravalheri2022-03-303-0/+5
| * Disable automatic download of trove classifiers by defaultAnderson Bravalheri2022-03-301-0/+5
| * Update validate-pyproject to v0.7.1Anderson Bravalheri2022-03-303-3/+8
| * Fix unintentional mistake in config/pyprojectAnderson Bravalheri2022-03-301-1/+1
| * Fix flake8 errorsAnderson Bravalheri2022-03-303-2/+2
| * Update version of validate-pyprojectAnderson Bravalheri2022-03-303-4/+4
| * Ignore coverage in automatically generated codeAnderson Bravalheri2022-03-301-0/+1
| * Move _validate_pyproject to configAnderson Bravalheri2022-03-309-14/+7
| * Separate vendoring script and code generator for pyproject validationsAnderson Bravalheri2022-03-304-39/+39
|/
* Bump version: 61.1.1 → 61.2.0v61.2.0Anderson Bravalheri2022-03-279-22/+36
* Fix invalid link on changelogAnderson Bravalheri2022-03-271-1/+1
* Minor change on news fragmentsAnderson Bravalheri2022-03-272-3/+3
* Merge pull request #3224 from pypa/feature/distutils-e1d5c9b1f6Jason R. Coombs2022-03-274-108/+171
|\
| * Update changelogJason R. Coombs2022-03-271-0/+1
| * Merge https://github.com/pypa/distutils into feature/distutils-e1d5c9b1f6Jason R. Coombs2022-03-273-108/+170
| |\
| | * Merge pull request #129 from pypa/feature/scripts-textJason R. Coombs2022-03-271-20/+19
| | |\
| | | * In build_scripts, open scripts as text. Fixes pypa/distutils#124.Jason R. Coombs2022-03-271-20/+19
| | |/
| | * Merge pull request #128 from pypa/feature/refactor-build-scriptsJason R. Coombs2022-03-271-96/+114
| | |\
| | | * Restore Setuptools compatibility.Jason R. Coombs2022-03-271-0/+3
| | | * Extract method to validate the shebang.Jason R. Coombs2022-03-271-21/+26
| | | * Use 'shebang_' for pattern and match.Jason R. Coombs2022-03-271-8/+6
| | | * Rewrite the comment to match the implementation.Jason R. Coombs2022-03-271-3/+2
| | | * Extract _change_modes and _change_mode functions.Jason R. Coombs2022-03-271-11/+20
| | | * Remove outfiles, unused.Jason R. Coombs2022-03-271-2/+1
| | | * Extract method for copying a file.Jason R. Coombs2022-03-271-76/+79
| | | * Move 'updated_files' operation outside of if statement as it appears in both ...Jason R. Coombs2022-03-271-2/+1
| | | * Rewrite docstring for imperative voice and proper structure.Jason R. Coombs2022-03-271-4/+7
| | |/
| | * 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-03-271-5/+6
| | * Merge pull request #116 from abravalheri/fix-check-warningJason R. Coombs2022-03-262-9/+53
| | |\
| | | * Don't warn on false positive for author/maintainer's emailAnderson Bravalheri2022-02-232-9/+53
* | | | Fix missing requirements with pyproject.toml (#3223)Anderson Bravalheri2022-03-277-24/+90
|\ \ \ \ | |/ / / |/| | |
| * | | Fix previous detection of empty arraysAnderson Bravalheri2022-03-273-6/+9
| * | | Fix incorrect PR numberAnderson Bravalheri2022-03-271-0/+0
| * | | Add news fragmentAnderson Bravalheri2022-03-271-0/+2
| * | | Decrease verbosity of _install_setup_requiresAnderson Bravalheri2022-03-272-5/+18
| * | | Preserve _tmp_extras_require as an ordered setAnderson Bravalheri2022-03-271-2/+5
| * | | Small refactorAnderson Bravalheri2022-03-271-4/+3
| * | | Merge pre-set dependencies when applying pyprojectAnderson Bravalheri2022-03-271-2/+12