summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/utils.py
Commit message (Expand)AuthorAgeFilesLines
* remove the utils moduleRonny Pfannschmidt2023-03-291-51/+0
* chore: drop unused function_has_argRonny Pfannschmidt2023-03-291-8/+0
* breaking: purge do/do_exRonny Pfannschmidt2023-03-291-20/+1
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-11/+10
* refactor: has_command: inline optional argsRonny Pfannschmidt2023-03-291-3/+3
* pre-commit autoupdate + has_command fixRonny Pfannschmidt2023-03-141-1/+10
* refactor: unify command running apisRonny Pfannschmidt2023-03-111-3/+2
* chore: drop utils.iter_entry_pointsRonny Pfannschmidt2023-03-111-9/+0
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-109/+11
* pre-commit updatesRonny Pfannschmidt2023-02-121-2/+0
* Improve debug logging (indent and commands can be copy/pasted)paugier2022-06-241-7/+13
* Clean environnent variables to avoid an incompatibility between pip isolated ...paugier2022-06-241-1/+22
* Improve debug logpaugier2022-06-241-7/+12
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-221-3/+13
* reviews part 2Ronny Pfannschmidt2022-05-291-22/+18
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-11/+9
* complete mypy transformationRonny Pfannschmidt2022-05-291-30/+24
* typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-291-10/+13
* Make implicit `"help"` program argument overridable in `has_command`Xiao Di Guan2022-02-081-2/+5
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-131-1/+1
* move private entrypoint helpers to singular moduleRonny Pfannschmidt2021-09-261-16/+6
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-021-8/+1
* ensure python 3.10 supportRonny Pfannschmidt2021-08-271-1/+5
* begin mypy usage - addresses part of #501Ronny Pfannschmidt2021-08-071-6/+7
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-4/+4
* split hg_git support to better invoke the helpersRonny Pfannschmidt2021-08-071-0/+1
* Merge branch 'main' into no-setuptoolsPhilipp A2021-04-051-13/+4
|\
| * fix: drop more Python 2 manuallyHenry Schreiner2021-03-161-10/+2
| * style: run pre-commitHenry Schreiner2021-03-161-3/+2
* | Style and depsPhilipp A2021-01-201-1/+1
* | Use slimmer and more modern APIsPhilipp A2021-01-201-0/+13
|/
* [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-061-3/+8
* utils.py: remove unused utc singletonRasmus Villemoes2020-09-081-17/+0
* Make black happycon-f-use2020-03-181-0/+5
* Fix file locationscon-f-use2020-03-181-0/+12
* fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-131-2/+23
* Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' sectio...Jason R. Coombs2019-11-241-0/+5
* fix #335 - use signature and add py38 to the matrixRonny Pfannschmidt2019-05-111-1/+2
* working draft using configuration instance classpunkadiddle2018-07-091-15/+12
* tag parsing configurable through tag_regexpunkadiddle2018-06-301-0/+17
* switch to src/ layoutRonny Pfannschmidt2018-05-191-0/+105