summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #739 from RonnyPfannschmidt/fix-738-protect-relative-tov7.0.4Ronny Pfannschmidt2022-07-012-2/+32
|\
| * fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-012-2/+32
|/
* Merge pull request #734 from Changaco/patch-1v7.0.3Ronny Pfannschmidt2022-06-281-13/+22
|\
| * Update README. use unsigned tag variant for the git archival docsRonny Pfannschmidt2022-06-281-1/+1
| * fix incomplete template for `.git_archival.txt`Charly C2022-06-271-1/+4
| * add instructions for Git archives in READMECharly C2022-06-271-13/+19
* | Merge pull request #736 from RonnyPfannschmidt/allow-cli-root-absoluteRonny Pfannschmidt2022-06-288-72/+139
|\ \ | |/ |/|
| * bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-283-9/+19
| * cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-287-69/+126
|/
* Merge pull request #732 from RonnyPfannschmidt/fix-727-git-archival-no-versio...Ronny Pfannschmidt2022-06-273-2/+21
|\
| * fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-263-2/+21
|/
* Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-optionRonny Pfannschmidt2022-06-265-24/+115
|\
| * fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-265-24/+115
* | Merge pull request #730 from RonnyPfannschmidt/fix-728-git-branch-regressionRonny Pfannschmidt2022-06-263-3/+16
|\ \ | |/ |/|
| * fix #728: remove git arguments that triggered wrong branch namesRonny Pfannschmidt2022-06-253-3/+16
|/
* Merge pull request #729 from paugier/hg-pip-compatRonny Pfannschmidt2022-06-253-13/+46
|\
| * 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-242-1/+23
| * Improve debug logpaugier2022-06-241-7/+12
* | Merge pull request #726 from mdmintz/patch-1Ronny Pfannschmidt2022-06-251-1/+0
|\ \ | |/ |/|
| * Remove empty bullet point in CHANGELOG.rstMichael Mintz2022-06-221-1/+0
|/
* Merge pull request #724 from RonnyPfannschmidt/fix-722-self-bootstrapv7.0.2Ronny Pfannschmidt2022-06-2218-35/+89
|\
| * changelogRonny Pfannschmidt2022-06-222-2/+8
| * 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-2214-32/+67
|/
* Merge pull request #719 from kojiromike/missing-importlibv7.0.1Ronny Pfannschmidt2022-06-212-0/+6
|\
| * Changelog Entry for v7.0.1Michael A. Smith2022-06-211-0/+5
| * Fix Missing importlib_metadata in <=3.7Michael A. Smith2022-06-211-0/+1
|/
* pre-commit updatev7.0.0Ronny Pfannschmidt2022-06-211-3/+3
* update changelogRonny Pfannschmidt2022-06-211-1/+2
* merge with mainlineRonny Pfannschmidt2022-06-2149-943/+1397
|\
| * Merge pull request #580 from RonnyPfannschmidt/git-archives-full-supportRonny Pfannschmidt2022-06-2149-940/+1392
| |\
| | * FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-215-30/+34
| | * fix issues in gl pipelineRonny Pfannschmidt2022-06-211-7/+7
| | * remove integration test for setup.py error as annotations are only supported ...Ronny Pfannschmidt2022-05-291-14/+0
| | * use typing.Type for python3.7Ronny Pfannschmidt2022-05-291-1/+2
| | * restore python3.7 supportRonny Pfannschmidt2022-05-295-9/+9
| | * remove unsupported python from the pipelineRonny Pfannschmidt2022-05-291-1/+1
| | * add importlib_metadata for mypy pre-commit hookRonny Pfannschmidt2022-05-292-1/+2
| | * fix #714 - use sys.executable instead of plain pythonRonny Pfannschmidt2022-05-291-1/+2
| | * update pre-commit hookRonny Pfannschmidt2022-05-291-2/+2
| | * reviews part 2Ronny Pfannschmidt2022-05-294-62/+61
| | * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-2940-208/+217
| | * complete mypy transformationRonny Pfannschmidt2022-05-2935-699/+1048
| | * use full registry name for fedora imageRonny Pfannschmidt2022-05-291-1/+1
| | * restore python 3.6 supportRonny Pfannschmidt2022-05-291-1/+1
| | * refactor test util Workdir.write flor clarityRonny Pfannschmidt2022-05-291-8/+8
| | * harden test_version_from git and more type fixesRonny Pfannschmidt2022-05-292-49/+53
| | * typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-298-91/+106