Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to use a valid PEP 440 version fallback | Anderson Bravalheri | 2023-05-02 | 1 | -2/+2 |
| | |||||
* | Adequate venv fixtures to the latest change in virtualenv | Anderson Bravalheri | 2023-05-02 | 2 | -3/+5 |
| | | | | | | | | Since version v20.23.0, `virtualenv` will no longer include `wheel` and `setuptools` in the created folders. Some tests in the setuptools test suite assume that these packages are always present. So we need to adequate these tests. | ||||
* | Avoid bitly links | Anderson Bravalheri | 2023-04-24 | 2 | -2/+3 |
| | |||||
* | Remove redundant URL part | Anderson Bravalheri | 2023-04-24 | 1 | -1/+1 |
| | |||||
* | Fix . When value is false return instead of raising DistutilsSetupError ↵ | Jam Hernandez Quiceno | 2023-04-20 | 1 | -0/+1 |
| | | | | exception | ||||
* | Overhaul for better visibility of warnings (#3849) | Anderson Bravalheri | 2023-04-20 | 26 | -358/+659 |
|\ | |||||
| * | Apply suggestions from code review | Anderson Bravalheri | 2023-03-19 | 6 | -10/+10 |
| | | | | | | Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> | ||||
| * | Cluster deprecations due_date | Anderson Bravalheri | 2023-03-07 | 10 | -14/+14 |
| | | |||||
| * | Enforce deprecation warnings in setuptools test suite | Anderson Bravalheri | 2023-03-07 | 1 | -1/+2 |
| | | |||||
| * | Use new warnings in setuptools/package_index.py | Anderson Bravalheri | 2023-03-07 | 1 | -2/+6 |
| | | |||||
| * | Use new warnings in setuptools/installer.py | Anderson Bravalheri | 2023-03-07 | 1 | -12/+8 |
| | | |||||
| * | Use new warnings in setuptools/dist.py | Anderson Bravalheri | 2023-03-07 | 1 | -30/+52 |
| | | |||||
| * | Use new warnings in setuptools/config/setupcfg.py | Anderson Bravalheri | 2023-03-07 | 2 | -51/+66 |
| | | |||||
| * | Use new warnings in setuptools/config/pyprojecttoml.py | Anderson Bravalheri | 2023-03-07 | 1 | -22/+20 |
| | | |||||
| * | Use new warnings in setuptools/config/expand.py | Anderson Bravalheri | 2023-03-07 | 1 | -2/+2 |
| | | |||||
| * | Use new warnings in setuptools/config/_apply_pyprojecttoml.py | Anderson Bravalheri | 2023-03-07 | 2 | -22/+18 |
| | | |||||
| * | Use new warnings in setuptools/config/__init__.py | Anderson Bravalheri | 2023-03-07 | 1 | -11/+18 |
| | | |||||
| * | Use new warnings in setuptools/command/upload_docs.py | Anderson Bravalheri | 2023-03-07 | 1 | -6/+9 |
| | | |||||
| * | Use new warnings in setuptools/command/install.py | Anderson Bravalheri | 2023-03-07 | 1 | -8/+14 |
| | | |||||
| * | Use new warnings in setuptools/command/egg_info.py | Anderson Bravalheri | 2023-03-07 | 1 | -18/+34 |
| | | |||||
| * | Use new warnings in setuptools/command/editable_wheel.py | Anderson Bravalheri | 2023-03-07 | 1 | -65/+66 |
| | | |||||
| * | Use new warnings in setuptools/command/easy_install.py | Anderson Bravalheri | 2023-03-07 | 1 | -15/+18 |
| | | |||||
| * | Use new warnings in setuptools/command/dist_info.py | Anderson Bravalheri | 2023-03-07 | 1 | -2/+3 |
| | | |||||
| * | 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. | ||||
* | | _deprecated_config_handler(): Use warn stacklevel for better feedback (#3884) | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | _deprecated_config_handler(): Use warn stacklevel for better feedback | Christian Clauss | 2023-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | 2 | -5/+17 |
|/ / | |||||
* | | Update code generated by validate-pyproject (#3875) | Anderson Bravalheri | 2023-03-28 | 2 | -25/+47 |
|\ \ | |||||
| * | | Update code generated by validate-pyproject | Anderson Bravalheri | 2023-03-28 | 1 | -7/+6 |
| | | | |||||
| * | | Improve tests on license-files for pyproject.toml | Anderson Bravalheri | 2023-03-28 | 1 | -18/+41 |
| | | | |||||
* | | | 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 |
|/ / | |||||
* | | Add pruning heuristics to PackageFinder based on exclude (#3846) | Anderson Bravalheri | 2023-03-08 | 1 | -12/+22 |
|\ \ | |||||
| * | | Add pruning heuristics to PackageFinder based on exclude | Anderson Bravalheri | 2023-03-07 | 1 | -12/+22 |
| |/ | |||||
* | | 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 | 2 | -4/+12 |
|/ | | | | This fixes https://github.com/pypa/setuptools/issues/3804 |