summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | move version type validation to version classRonny Pfannschmidt2023-01-183-44/+42
| * | | | move entrypoints helpers to the belonging moduleRonny Pfannschmidt2023-01-182-58/+61
| * | | | move private helpers to a private modueRonny Pfannschmidt2023-01-183-67/+82
| * | | | scmversion: stricter typing for tagRonny Pfannschmidt2023-01-171-1/+3
| * | | | Version class: turn into dataclassRonny Pfannschmidt2023-01-171-41/+24
| * | | | version: use precompiled regex for date_ver_matchRonny Pfannschmidt2023-01-171-8/+6
| * | | | typing: consolidate version schemes typesRonny Pfannschmidt2023-01-172-10/+6
* | | | | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-101-1/+3
* | | | | add example, split get into new functionSpencer Chang2023-02-101-11/+11
* | | | | use importlib_metadata.EntryPoint to try and execute qualified function pathSpencer Chang2023-02-101-1/+11
|/ / / /
* | | | update pre-commitRonny Pfannschmidt2023-01-071-2/+2
* | | | Replace `del section[...]` with `section.pop(...)`Dimitri Papadopoulos2022-11-201-1/+1
* | | | Replace `int(dist)` with `dist`Dimitri Papadopoulos2022-11-201-1/+1
| |_|/ |/| |
* | | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-10-141-1/+3
* | | Fix #759: Update .git_archival.txt templates to more closely match how we inv...Darsey Litzenberger2022-10-141-1/+1
* | | Fix parsing .git_archival.txt for archives made from tagged commits.Darsey Litzenberger2022-10-141-3/+12
| |/ |/|
* | Remove default "coding: utf-8" in .py templateMike Taves2022-08-291-1/+0
* | Merge pull request #752 from abravalheri/fallback-files-commandRonny Pfannschmidt2022-08-204-6/+58
|\ \
| * | Add debuging statementsAnderson Bravalheri2022-07-152-0/+3
| * | Add integrations and tests for fallback file findersAnderson Bravalheri2022-07-151-1/+5
| * | Implement fallback file finders for git/hg archivesAnderson Bravalheri2022-07-152-0/+38
| * | Add boolean flag that allows scm_find_files to bypass SCM listingAnderson Bravalheri2022-07-151-5/+12
| |/
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-08-191-1/+1
* | Force encoding when reading setup.cfg. Fixes #760.Jason R. Coombs2022-08-191-1/+1
|/
* Use stdlib tomllib instead of tomli for Python 3.11+Hugo van Kemenade2022-07-111-3/+7
* ignore unexported git archivalsRonny Pfannschmidt2022-07-101-3/+6
* fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-011-2/+9
* bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-281-1/+2
* cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-286-67/+121
* fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-261-2/+7
* Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-optionRonny Pfannschmidt2022-06-262-15/+41
|\
| * fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-262-15/+41
* | fix #728: remove git arguments that triggered wrong branch namesRonny Pfannschmidt2022-06-251-2/+2
|/
* Improve debug logging (indent and commands can be copy/pasted)paugier2022-06-242-11/+17
* Clean environnent variables to avoid an incompatibility between pip isolated ...paugier2022-06-241-1/+22
* Improve debug logpaugier2022-06-241-7/+12
* changelogRonny Pfannschmidt2022-06-221-2/+0
* opt out of pyproject.toml for self-bootstrapRonny Pfannschmidt2022-06-223-2/+12
* fixup: add missed typing import guardRonny Pfannschmidt2022-06-221-1/+4
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-2212-28/+58
* merge with mainlineRonny Pfannschmidt2022-06-2121-530/+789
|\
| * FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-213-25/+25
| * use typing.Type for python3.7Ronny Pfannschmidt2022-05-291-1/+2
| * restore python3.7 supportRonny Pfannschmidt2022-05-292-8/+4
| * add importlib_metadata for mypy pre-commit hookRonny Pfannschmidt2022-05-291-1/+1
| * reviews part 2Ronny Pfannschmidt2022-05-293-61/+60
| * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-2920-159/+158
| * complete mypy transformationRonny Pfannschmidt2022-05-2919-445/+670
| * typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-293-13/+16
| * Prepare git archival style testingRonny Pfannschmidt2022-05-292-0/+36