summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/_run_cmd.py
Commit message (Expand)AuthorAgeFilesLines
* switch command check from help to versionRonny Pfannschmidt2023-04-101-1/+3
* refactor: introduce a own CompletedProcess subclass with parse_success methodRonny Pfannschmidt2023-04-051-42/+54
* introduce a parse_success helper to parse command outputRonny Pfannschmidt2023-03-291-0/+43
* remove the utils moduleRonny Pfannschmidt2023-03-291-0/+24
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-8/+17
* fix: use fspath to protect windows from path objectsRonny Pfannschmidt2023-03-111-0/+2
* refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-111-0/+3
* refactor: unify command running apisRonny Pfannschmidt2023-03-111-0/+3
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-0/+96