summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add tests for warning formatting and tweaks to implementationAnderson Bravalheri2023-03-061-0/+106
| * | Add warning hierarchy and helper/display functionsAnderson Bravalheri2023-03-061-1/+98
| * | Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-0611-11/+11
| * | Move _deprecation_warning to warnings.Anderson Bravalheri2023-03-061-0/+0
* | | docs: Add a note about historical wheel use in requires (#3859)Anderson Bravalheri2023-04-202-0/+13
|\ \ \
| * | | Fix sphinx errorAnderson Bravalheri2023-04-201-1/+1
| * | | docs: Add a note about historical `wheel` use in `requires`Michał Górny2023-04-202-0/+13
* | | | _deprecated_config_handler(): Use warn stacklevel for better feedback (#3884)Anderson Bravalheri2023-04-202-1/+3
|\ \ \ \
| * | | | _deprecated_config_handler(): Use warn stacklevel for better feedbackChristian Clauss2023-04-062-1/+3
| |/ / /
* | | | Fix in-tree PEP 517 backend wrapper example (#3893)Anderson Bravalheri2023-04-202-7/+13
|\ \ \ \
| * | | | Use separated import statement to avoid copying namesAnderson Bravalheri2023-04-201-5/+3
| * | | | 📝 Add a change note for PR #3893Sviatoslav Sydorenko2023-04-161-0/+3
| * | | | 🎨📝 Fix in-tree PEP 517 backend wrapper exampleSviatoslav Sydorenko2023-04-161-9/+14
| |/ / /
* | | | Handle Python3.12a7 compatibility problems (#3897)Anderson Bravalheri2023-04-206-5/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Improve wrapper compatibility with onexc for py312compat.shutil_rmtreeAnderson Bravalheri2023-04-201-1/+1
| * | | Fix flake8 problemAnderson Bravalheri2023-04-201-0/+1
| * | | Use the same naming convention for pyXXcompat filesAnderson Bravalheri2023-04-202-2/+2
| * | | Handle Python3.12a7 compatibility problemsAnderson Bravalheri2023-04-196-5/+35
|/ / /
* | | Bump version: 67.6.0 → 67.6.1v67.6.1Anderson Bravalheri2023-03-285-6/+14
* | | Clarify language re: function arguments (#3861)Anderson Bravalheri2023-03-281-2/+2
|\ \ \
| * | | Clarify language re: function argumentsMoshe Kaplan2023-03-151-2/+2
* | | | Update code generated by validate-pyproject (#3875)Anderson Bravalheri2023-03-284-26/+50
|\ \ \ \
| * | | | Add news entryAnderson Bravalheri2023-03-281-0/+2
| * | | | Update code generated by validate-pyprojectAnderson Bravalheri2023-03-282-8/+7
| * | | | Improve tests on license-files for pyproject.tomlAnderson Bravalheri2023-03-281-18/+41
| |/ / /
* | | | Fix warnings for scripts/gui_scripts with pyproject.toml (#3865)Anderson Bravalheri2023-03-283-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Add news fragmentAnderson Bravalheri2023-03-201-0/+2
| * | | Fix '_WouldIgnoreField' warnings for scripts/gui_scriptsAnderson Bravalheri2023-03-201-1/+7
| * | | Test warnings for dynamic scripts when entry-points is not dynamicAnderson Bravalheri2023-03-201-0/+12
|/ / /
* | | Bump version: 67.5.1 → 67.6.0v67.6.0Anderson Bravalheri2023-03-085-4/+12
* | | Adjust news fragmentsAnderson Bravalheri2023-03-084-2/+2
* | | Docs: Fix link to importlib.resources in the docs (#3850)Anderson Bravalheri2023-03-081-4/+2
|\ \ \
| * | | Prefer intersphinx to hardcoded importlib linksAnderson Bravalheri2023-03-081-4/+2
| * | | Fix link to importlib.resources in the docsJasper Harrison2023-03-071-1/+1
| |/ /
* | | Add pruning heuristics to PackageFinder based on exclude (#3846)Anderson Bravalheri2023-03-082-12/+23
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2023-03-071-0/+1
| * | | Add pruning heuristics to PackageFinder based on excludeAnderson Bravalheri2023-03-071-12/+22
| |/ /
* | | Cache supported tags for wheels (#3805)Anderson Bravalheri2023-03-083-7/+17
|\ \ \ | |/ / |/| |
| * | Change news fragment to miscAnderson Bravalheri2023-03-081-0/+0
| * | Simplify changes targeting sys_tags cacheAnderson Bravalheri2023-03-082-17/+9
| * | Use functools.lru_cache to cache supported tags for wheels.Maurits van Rees2023-03-072-11/+20
| * | Cache supported tags for wheels.Maurits van Rees2023-03-073-4/+13
|/ /
* | Bump version: 67.5.0 → 67.5.1v67.5.1Anderson Bravalheri2023-03-066-14/+22
* | Make pkg_resources more forgiving of non-compliant versions (#3839)Anderson Bravalheri2023-03-062-1/+64
|\ \
| * | Add news fragmentAnderson Bravalheri2023-03-061-0/+2
| * | Remove duplication in warning messageAnderson Bravalheri2023-02-271-1/+1
| * | Make pkg_resources more forgiving of non-compliant versionsAnderson Bravalheri2023-02-271-1/+62
* | | Improve error messages for pyproject.toml validation (#3838)Anderson Bravalheri2023-03-062-8/+9
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2023-02-271-0/+1
| * | | Improve error messages for pyproject.toml validationAnderson Bravalheri2023-02-271-8/+8
| |/ /