summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/version.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-1/+1
* pre-commit updatesRonny Pfannschmidt2023-02-121-1/+0
* correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-311-14/+0
* private configruation moduleRonny Pfannschmidt2023-01-311-14/+9
* potential breaking: Configuration as dataclassRonny Pfannschmidt2023-01-181-3/+3
* remove the legacy version parser apiRonny Pfannschmidt2023-01-181-7/+2
* move version type validation to version classRonny Pfannschmidt2023-01-181-2/+1
* move entrypoints helpers to the belonging moduleRonny Pfannschmidt2023-01-181-50/+1
* move private helpers to a private modueRonny Pfannschmidt2023-01-181-67/+8
* 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-171-8/+2
* update pre-commitRonny Pfannschmidt2023-01-071-2/+2
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-221-1/+2
* FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-211-1/+2
* reviews part 2Ronny Pfannschmidt2022-05-291-8/+8
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-1/+1
* complete mypy transformationRonny Pfannschmidt2022-05-291-79/+141
* Use timezone aware datetimeAnderson Bravalheri2022-01-171-4/+5
* Use UTC everywhere when date is neededAnderson Bravalheri2022-01-171-5/+7
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-131-20/+56
* extract pretend-version and move itRonny Pfannschmidt2021-09-261-1/+1
* Fix TypeError with setuptools_scm_git_archiveWilliam Taylor2021-09-051-1/+1
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-291-10/+10
* fix #593: allow calver-by-date on top of legacy versionRonny Pfannschmidt2021-08-261-6/+12
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-4/+6
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-2/+5
* As per code review: reorganized a bit + the NonNormalizedVersion now inherits...Sylvain MARIE2021-06-181-48/+9
* Removed the f stringSylvain MARIE2021-06-181-2/+2
* flake8Sylvain MARIE2021-06-181-1/+2
* Merge branch 'feature/custom_version_cls' of https://github.com/smarie/setupt...Sylvain MARIE2021-06-181-2/+4
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-06-181-1/+4
* | Flake8Sylvain MARIE2021-06-181-3/+5
|/
* Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...Sylvain MARIE2021-06-181-4/+29
* Merge branch 'main' of https://github.com/pypa/setuptools_scm into feature/cu...Sylvain MARIE2021-06-181-57/+131
|\
| * Accept branches start with 'v' as being a release branch.Elliott Sales de Andrade2021-06-011-1/+5
| * Merge branch 'main' into no-setuptoolsPhilipp A2021-04-051-51/+120
| |\
| | * Merge pull request #533 from henryiii/patch-1Ronny Pfannschmidt2021-03-161-12/+9
| | |\
| | | * fix: drop more Python 2 manuallyHenry Schreiner2021-03-161-8/+6
| | | * style: run pre-commitHenry Schreiner2021-03-161-5/+4
| | * | Added TODO comments for followupsIker Reyes2021-03-151-2/+3
| | * | Change how formatting is done in guess_next_date_verIker Reyes2021-03-121-7/+10
| | * | Pass date_fmt in guess_next_date_ver as overridable parameterIker Reyes2021-03-121-4/+5
| | * | Refactored guess_next_date_verIker Reyes2021-03-121-14/+7
| | * | rely on the Version object to remove leading 0s for months and daysIker Reyes2021-03-121-10/+14
| | * | Added usage of node_date in calver versionIker Reyes2021-03-121-6/+10
| | * | Merge branch 'master' into calver-by-dateIker Reyes2021-03-121-38/+50
| | |\ \ | | | |/
| | | * introduce internal support for walking multiple version schemes, needs refine...Ronny Pfannschmidt2021-03-121-8/+36
| | | * add node_date for gitRonny Pfannschmidt2021-03-121-0/+3