Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use new warnings in setuptools/command/build_py.py | Anderson Bravalheri | 2023-03-07 | 1 | -27/+45 | |
| | | ||||||
| * | Use new warnings in setuptools/command/build.py | Anderson Bravalheri | 2023-03-07 | 1 | -8/+11 | |
| | | ||||||
| * | Use new warnings in setuptools/command/bdist_rpm.py | Anderson Bravalheri | 2023-03-07 | 1 | -6/+9 | |
| | | ||||||
| * | Use new warnings in setuptools/build_meta.py | Anderson Bravalheri | 2023-03-07 | 1 | -6/+9 | |
| | | ||||||
| * | Use new warnings in setuptools/_normalization.py | Anderson Bravalheri | 2023-03-07 | 1 | -16/+13 | |
| | | ||||||
| * | Use new warnings in setuptools/_importlib.py | Anderson Bravalheri | 2023-03-06 | 1 | -8/+11 | |
| | | ||||||
| * | Use new warnings in setuptools/__init__.py | Anderson Bravalheri | 2023-03-06 | 1 | -8/+10 | |
| | | ||||||
| * | Add tests for warning formatting and tweaks to implementation | Anderson Bravalheri | 2023-03-06 | 1 | -0/+106 | |
| | | ||||||
| * | Add warning hierarchy and helper/display functions | Anderson Bravalheri | 2023-03-06 | 1 | -1/+98 | |
| | | ||||||
| * | Import SetuptoolsDeprecationWarning from setuptools.warnings | Anderson Bravalheri | 2023-03-06 | 11 | -11/+11 | |
| | | ||||||
| * | Move _deprecation_warning to warnings. | Anderson Bravalheri | 2023-03-06 | 1 | -0/+0 | |
| | | | | | | | | The objective is to centralize all the warnings in a single module. | |||||
* | | docs: Add a note about historical wheel use in requires (#3859) | Anderson Bravalheri | 2023-04-20 | 2 | -0/+13 | |
|\ \ | ||||||
| * | | Fix sphinx error | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | docs: Add a note about historical `wheel` use in `requires` | Michał Górny | 2023-04-20 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note explaining that the `wheel` requirement that used to be historically used in documentation was incorrect. This also explains why it can frequently be found in existing projects, and what problems it causes. I find myself repeatedly explaining it, so I think having a single official source would be better. Incorporates suggestions from Anderson Bravalheri. | |||||
* | | | _deprecated_config_handler(): Use warn stacklevel for better feedback (#3884) | Anderson Bravalheri | 2023-04-20 | 2 | -1/+3 | |
|\ \ \ | ||||||
| * | | | _deprecated_config_handler(): Use warn stacklevel for better feedback | Christian Clauss | 2023-04-06 | 2 | -1/+3 | |
| |/ / | ||||||
* | | | Fix in-tree PEP 517 backend wrapper example (#3893) | Anderson Bravalheri | 2023-04-20 | 2 | -7/+13 | |
|\ \ \ | ||||||
| * | | | Use separated import statement to avoid copying names | Anderson Bravalheri | 2023-04-20 | 1 | -5/+3 | |
| | | | | ||||||
| * | | | 📝 Add a change note for PR #3893 | Sviatoslav Sydorenko | 2023-04-16 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | 🎨📝 Fix in-tree PEP 517 backend wrapper example | Sviatoslav Sydorenko | 2023-04-16 | 1 | -9/+14 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch, the documentation suggested the package authors to declare a fixed set of hooks inherited from setuptools. But this approach turned out non-future proof. Over time, as `setuptools` added support for editable installs, it introduced new hooks per PEP 660. But if one were to follow the outlined example, they'd end up with an in-tree build backend that does not support editable installs, nor would it re-export any hooks that might be added in future versions of setuptools, implementing any new standards that may emerge over time. This change demonstrates an approach that would allow the thin wrapper authors to get the new hooks that setuptools may add over time. Ref: https://github.com/ansible/ansible/pull/79606#discussion_r1080753862 | |||||
* | | | Handle Python3.12a7 compatibility problems (#3897) | Anderson Bravalheri | 2023-04-20 | 6 | -5/+36 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Improve wrapper compatibility with onexc for py312compat.shutil_rmtree | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix flake8 problem | Anderson Bravalheri | 2023-04-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Use the same naming convention for pyXXcompat files | Anderson Bravalheri | 2023-04-20 | 2 | -2/+2 | |
| | | | ||||||
| * | | Handle Python3.12a7 compatibility problems | Anderson Bravalheri | 2023-04-19 | 6 | -5/+35 | |
|/ / | ||||||
* | | Bump version: 67.6.0 → 67.6.1v67.6.1 | Anderson Bravalheri | 2023-03-28 | 5 | -6/+14 | |
| | | ||||||
* | | Clarify language re: function arguments (#3861) | Anderson Bravalheri | 2023-03-28 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Clarify language re: function arguments | Moshe Kaplan | 2023-03-15 | 1 | -2/+2 | |
| | | | | | | | | | Configured indicates that the function code's itself would be configured, not that it is used by an external party. Switch verb to "used" to be clearer as to how the function is being used. | |||||
* | | | Update code generated by validate-pyproject (#3875) | Anderson Bravalheri | 2023-03-28 | 4 | -26/+50 | |
|\ \ \ | ||||||
| * | | | Add news entry | Anderson Bravalheri | 2023-03-28 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Update code generated by validate-pyproject | Anderson Bravalheri | 2023-03-28 | 2 | -8/+7 | |
| | | | | ||||||
| * | | | Improve tests on license-files for pyproject.toml | Anderson Bravalheri | 2023-03-28 | 1 | -18/+41 | |
| |/ / | ||||||
* | | | Fix warnings for scripts/gui_scripts with pyproject.toml (#3865) | Anderson Bravalheri | 2023-03-28 | 3 | -1/+21 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add news fragment | Anderson Bravalheri | 2023-03-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix '_WouldIgnoreField' warnings for scripts/gui_scripts | Anderson Bravalheri | 2023-03-20 | 1 | -1/+7 | |
| | | | ||||||
| * | | Test warnings for dynamic scripts when entry-points is not dynamic | Anderson Bravalheri | 2023-03-20 | 1 | -0/+12 | |
|/ / | ||||||
* | | Bump version: 67.5.1 → 67.6.0v67.6.0 | Anderson Bravalheri | 2023-03-08 | 5 | -4/+12 | |
| | | ||||||
* | | Adjust news fragments | Anderson Bravalheri | 2023-03-08 | 4 | -2/+2 | |
| | | ||||||
* | | Docs: Fix link to importlib.resources in the docs (#3850) | Anderson Bravalheri | 2023-03-08 | 1 | -4/+2 | |
|\ \ | ||||||
| * | | Prefer intersphinx to hardcoded importlib links | Anderson Bravalheri | 2023-03-08 | 1 | -4/+2 | |
| | | | ||||||
| * | | Fix link to importlib.resources in the docs | Jasper Harrison | 2023-03-07 | 1 | -1/+1 | |
| |/ | ||||||
* | | Add pruning heuristics to PackageFinder based on exclude (#3846) | Anderson Bravalheri | 2023-03-08 | 2 | -12/+23 | |
|\ \ | ||||||
| * | | Add news fragment | Anderson Bravalheri | 2023-03-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add pruning heuristics to PackageFinder based on exclude | Anderson Bravalheri | 2023-03-07 | 1 | -12/+22 | |
| |/ | ||||||
* | | Cache supported tags for wheels (#3805) | Anderson Bravalheri | 2023-03-08 | 3 | -7/+17 | |
|\ \ | |/ |/| | ||||||
| * | Change news fragment to misc | Anderson Bravalheri | 2023-03-08 | 1 | -0/+0 | |
| | | | | | | | | | | The introduced caching can be considered an internal change and minor optimization. | |||||
| * | Simplify changes targeting sys_tags cache | Anderson Bravalheri | 2023-03-08 | 2 | -17/+9 | |
| | | ||||||
| * | Use functools.lru_cache to cache supported tags for wheels. | Maurits van Rees | 2023-03-07 | 2 | -11/+20 | |
| | | | | | | | | | | This is a suggestion by @abravalheri for my PR. https://github.com/pypa/setuptools/pull/3805#issuecomment-1434361907 | |||||
| * | Cache supported tags for wheels. | Maurits van Rees | 2023-03-07 | 3 | -4/+13 | |
|/ | | | | This fixes https://github.com/pypa/setuptools/issues/3804 | |||||
* | Bump version: 67.5.0 → 67.5.1v67.5.1 | Anderson Bravalheri | 2023-03-06 | 6 | -14/+22 | |
| |