Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | ||||||
* | Make pkg_resources more forgiving of non-compliant versions (#3839) | Anderson Bravalheri | 2023-03-06 | 2 | -1/+64 | |
|\ | ||||||
| * | Add news fragment | Anderson Bravalheri | 2023-03-06 | 1 | -0/+2 | |
| | | ||||||
| * | Remove duplication in warning message | Anderson Bravalheri | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Make pkg_resources more forgiving of non-compliant versions | Anderson Bravalheri | 2023-02-27 | 1 | -1/+62 | |
| | | ||||||
* | | Improve error messages for pyproject.toml validation (#3838) | Anderson Bravalheri | 2023-03-06 | 2 | -8/+9 | |
|\ \ | ||||||
| * | | Add news fragment | Anderson Bravalheri | 2023-02-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Improve error messages for pyproject.toml validation | Anderson Bravalheri | 2023-02-27 | 1 | -8/+8 | |
| |/ | ||||||
* | | Fixed interaction between discovery and htmlcov (#3836) | Anderson Bravalheri | 2023-03-06 | 3 | -1/+11 | |
|\ \ | ||||||
| * | | Adjust news fragment for more descriptiveness | Anderson Bravalheri | 2023-02-27 | 2 | -1/+9 | |
| | | | ||||||
| * | | Remove htmlcov from auto **module** discovery | Anderson Bravalheri | 2023-02-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | It seems that it was previously added there by mistake. After some inspection ``htmlcov`` should be a folder (by default) and therefore can only be confused by a package (not a module) | |||||
| * | | Add changelog entry | Yukihiko Shinoda | 2023-02-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE | Yukihiko Shinoda | 2023-02-23 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add FlatLayoutPackageFinder's test for Coverage.py | Yukihiko Shinoda | 2023-02-23 | 1 | -0/+1 | |
| |/ | ||||||
* | | Simplify _section_options using str.partition and a generator. | Jason R. Coombs | 2023-03-05 | 1 | -11/+5 | |
| | | ||||||
* | | Extract method for _section_options. | Jason R. Coombs | 2023-03-05 | 1 | -10/+14 | |
| | | ||||||
* | | Resolve setter once. | Jason R. Coombs | 2023-03-05 | 1 | -5/+3 | |
| | | ||||||
* | | Trap exception directly instead of tracking with boolean. | Jason R. Coombs | 2023-03-05 | 1 | -12/+3 | |
| | | ||||||
* | | Rename value to avoid masking variable. | Jason R. Coombs | 2023-03-05 | 1 | -3/+3 | |
| | | ||||||
* | | Use try/except in __setitem__. | Jason R. Coombs | 2023-03-05 | 1 | -4/+3 | |
| | | ||||||
* | | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -13/+21 | |
| | | ||||||
* | | Bump version: 67.4.0 → 67.5.0v67.5.0 | Jason R. Coombs | 2023-03-05 | 4 | -3/+11 | |
| | | ||||||
* | | Merge pull request #3843 from pypa/debt/deprecate-pkg_resources | Jason R. Coombs | 2023-03-05 | 5 | -12/+19 | |
|\ \ | | | | | | | Officially deprecate pkg_resources | |||||
| * | | Add changelog entry. | Jason R. Coombs | 2023-03-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 4 | -12/+18 | |
|/ / | ||||||
* | | Use renamed extension. Fixes #3844. | Jason R. Coombs | 2023-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -12/+15 | |
|/ | ||||||
* | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2023-02-22 | 1 | -1/+2 | |
|\ | ||||||
| * | Disable couldnt-parse warnings. Prescribed workaround for ↵ | Jason R. Coombs | 2023-02-16 | 1 | -0/+2 | |
| | | | | | | | | nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. | |||||
| * | Revert "exclude build env from cov reporting (jaraco/skeleton#60)" | Jason R. Coombs | 2023-02-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | This reverts commit e719f86c138a750f0c4599cd01cb8067b1ca95c8. The issue seems to have been addressed somehow. Ref pytest-dev/pytest-cov#538. |