Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve error messages for pyproject.toml validation (#3838) | Anderson Bravalheri | 2023-03-06 | 1 | -8/+8 | |
|\ | ||||||
| * | 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 | 2 | -1/+2 | |
|\ \ | ||||||
| * | | 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) | |||||
| * | | 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 | |
| | | ||||||
* | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 1 | -6/+3 | |
|/ | ||||||
* | Update vendored importlib-* (#3832) | Anderson Bravalheri | 2023-02-21 | 37 | -485/+1082 | |
|\ | ||||||
| * | Update vendored importlib_* | Anderson Bravalheri | 2023-02-17 | 37 | -485/+1082 | |
| | | ||||||
* | | Merge https://github.com/pypa/distutils into distutils-4435cec3 | Jason R. Coombs | 2023-02-20 | 2 | -4/+4 | |
|/ | ||||||
* | Fix error when integrating with pip | Anderson Bravalheri | 2023-02-14 | 1 | -1/+2 | |
| | ||||||
* | Small rewording for user-facing text/docs | Anderson Bravalheri | 2023-02-13 | 2 | -2/+2 | |
| | ||||||
* | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434) | Anderson Bravalheri | 2023-02-13 | 1 | -1/+3 | |
|\ | ||||||
| * | Add links explaining deprecations | Anderson Bravalheri | 2023-02-13 | 1 | -1/+3 | |
| | | ||||||
* | | Reduce usage of pkg_resources (#3792) | Anderson Bravalheri | 2023-02-13 | 14 | -139/+298 | |
|\ \ | ||||||
| * | | Allow None to be passed to egg_basename | Anderson Bravalheri | 2023-02-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | Revert to using normalized paths in develop to fix test errors | Anderson Bravalheri | 2023-01-24 | 1 | -5/+6 | |
| | | | ||||||
| * | | Fix dist-info naming discrepancy in relation to bdist_wheel | Anderson Bravalheri | 2023-01-24 | 3 | -10/+33 | |
| | | | ||||||
| * | | Replace/move _normalization.path with/to _path.samepath and _path.normpath | Anderson Bravalheri | 2023-01-24 | 4 | -26/+30 | |
| | | | ||||||
| * | | Delay imports of pkg_resources in install_scripts.py | Anderson Bravalheri | 2023-01-24 | 1 | -3/+6 | |
| | | | ||||||
| * | | Centralize usage of pkg_resources from dist.py to installer.py | Anderson Bravalheri | 2023-01-24 | 2 | -21/+53 | |
| | | | ||||||
| * | | Modify _reqs.py to prefer prefer packaging instead of pkg_resources | Anderson Bravalheri | 2023-01-24 | 1 | -5/+19 | |
| | | | ||||||
| * | | Prefer packaging instead for pkg_resources for version in wheel.py | Anderson Bravalheri | 2023-01-24 | 1 | -2/+3 | |
| | | | ||||||
| * | | Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_name | Anderson Bravalheri | 2023-01-24 | 3 | -16/+13 | |
| | | | ||||||
| * | | Implement alternative for pkg_resources.Distribution.egg_name in egg_info.py | Anderson Bravalheri | 2023-01-24 | 1 | -1/+22 | |
| | | | ||||||
| * | | Prefer packaging instead of pkg_resources in dist.py for markers | Anderson Bravalheri | 2023-01-23 | 1 | -2/+12 | |
| | | | ||||||
| * | | Prefer packaging instead of pkg_resources in egg_info.py | Anderson Bravalheri | 2023-01-23 | 1 | -6/+3 | |
| | | | ||||||
| * | | Prefer setuptools._normalization instead of pkg_resources in egg_info.py | Anderson Bravalheri | 2023-01-23 | 1 | -5/+6 | |
| | | | ||||||
| * | | Prefer setuptools._normalization and importlib_metadata instead of ↵ | Anderson Bravalheri | 2023-01-23 | 1 | -6/+8 | |
| | | | | | | | | | | | | pkg_resources in dist.py | |||||
| * | | Prefer setuptools._normalization instead of pkg_resources in develop.py | Anderson Bravalheri | 2023-01-23 | 1 | -6/+8 | |
| | | | ||||||
| * | | Extract normalization functions from editable_wheel and dist_info into own ↵ | Anderson Bravalheri | 2023-01-23 | 3 | -62/+113 | |
| | | | | | | | | | | | | module | |||||
| * | | Replace pkg_resources in version.py | Anderson Bravalheri | 2023-01-23 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add test for debugging tips | Anderson Bravalheri | 2023-02-13 | 1 | -0/+19 | |
| | | | ||||||
* | | | Improve warning message | Anderson Bravalheri | 2023-02-13 | 1 | -2/+3 | |
| | | | ||||||
* | | | Clarify 'editable_wheel' and 'dist_info' are internal commands only | Anderson Bravalheri | 2023-02-13 | 2 | -3/+8 | |
| | | | ||||||
* | | | Use warning in editable since pip hides PEP 678 notes | Anderson Bravalheri | 2023-02-13 | 1 | -8/+6 | |
| | | | ||||||
* | | | Remove editable_wheel "catch all" exception | Anderson Bravalheri | 2023-02-13 | 1 | -12/+37 | |
| |/ |/| | | | | | … instead add information helping how to debug the problem. | |||||
* | | Merge https://github.com/pypa/distutils into distutils-8c3c3d29 | Jason R. Coombs | 2023-02-06 | 53 | -111/+152 | |
| | | ||||||
* | | Update generated validation code using validate_pyproject==0.12.1 (#3798) | Anderson Bravalheri | 2023-02-01 | 2 | -49/+83 | |
|\ \ | ||||||
| * | | Update generated validation code using validate_pyproject==0.12.1 | Anderson Bravalheri | 2023-01-27 | 1 | -75/+77 | |
| | | | ||||||
| * | | Update generated validation code using validate_pyproject==0.12 | Anderson Bravalheri | 2023-01-25 | 2 | -80/+112 | |
| |/ | ||||||
* | | dedicated test | hauntsaninja | 2023-01-25 | 1 | -16/+18 | |
| | | ||||||
* | | add a test | hauntsaninja | 2023-01-24 | 1 | -0/+16 | |
| | |