summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* streamline workflows for current state of python versionsprepare-breakagesRonny Pfannschmidt2021-03-101-15/+4
| | | | drop deadsnakes until we need it again
* add setup-cfg-format pre-commit hookRonny Pfannschmidt2021-03-102-38/+31
|
* mark as python3 onlyRonny Pfannschmidt2021-03-071-0/+1
|
* fixup: update the other matrix version as wellRonny Pfannschmidt2021-03-071-1/+1
|
* update matrixRonny Pfannschmidt2021-03-071-1/+1
|
* drop support for old python/setuptoolsRonny Pfannschmidt2021-03-079-287/+21
| | | | | | | * setuptools 45+ required * prepare for packaging versions * drop samefile compat * require python 3.6+
* Merge pull request #525 from RonnyPfannschmidt/prepare-releasemasterRonny Pfannschmidt2021-03-042-3/+10
|\ | | | | Prepare release 5.0.2
| * fix self install pipeline with pip and old setuptoolsv5.0.2Ronny Pfannschmidt2021-03-041-3/+5
| |
| * changelogRonny Pfannschmidt2021-03-041-0/+5
|/
* Update README.rst (#519)Roman Yurchak2021-03-041-1/+2
|
* Use show prefix instead of show toplevel for finding (#520)Naveen M K2021-02-093-4/+39
| | | | | | | | | this takes the idea from https://github.com/msys2/MINGW-packages/blob/bf4d6f85053b66db09977ecffac0c1b3db735a0f/mingw-w64-python-setuptools-scm/0001-git-Use-show-prefix-instead-of-show-toplevel-for-fin.patch and simplified the logic additionally msys2 testing is added Fixes https://github.com/pypa/setuptools_scm/issues/415
* changelogRonny Pfannschmidt2020-12-131-0/+5
|
* Merge pull request #509 from RonnyPfannschmidt/fix-507-dist-metadata-passoverv5.0.1Ronny Pfannschmidt2020-12-135-10/+32
|\ | | | | fix #507 - use dist.metadata.name
| * pytest 6.2.0 supportRonny Pfannschmidt2020-12-132-1/+3
| |
| * python2 fixups for dist_name passingRonny Pfannschmidt2020-12-132-1/+2
| |
| * fix #507 - use dist.metadata.name and add pyproject support for dist_nameRonny Pfannschmidt2020-12-133-9/+28
|/
* Merge pull request #506 from MarkusH/patch-1v5.0.0Ronny Pfannschmidt2020-12-121-1/+2
|\ | | | | Fix formatting in changelog
| * Fix formatting in changelogMarkus Holtermann2020-12-121-1/+2
|/
* Merge pull request #505 from RonnyPfannschmidt/fix-337-relative-to-directoryRonny Pfannschmidt2020-12-113-5/+24
|\ | | | | fix #337: if relative_to is given as folder instead of file
| * fix #337: if relative_to is given as folder instead of file consider it directlyRonny Pfannschmidt2020-12-113-5/+24
|/
* Merge branch 'hbasria/master' into masterRonny Pfannschmidt2020-12-113-2/+9
|\
| * add test and changelog for #356Ronny Pfannschmidt2020-12-112-1/+3
| |
| * Merge branch 'master' into hbasria/masterRonny Pfannschmidt2020-12-1139-540/+1350
| |\ | |/ |/|
* | Merge pull request #504 from tiran/patch-1Ronny Pfannschmidt2020-12-111-1/+1
|\ \ | | | | | | Require setuptools >=42 in pyproject.toml
| * | Require setuptools >=42 in pyproject.tomlChristian Heimes2020-12-111-1/+1
|/ / | | | | I noticed that ``test_pyproject_support`` and ``test_pyproject_support_with_git`` are broken with setuptools 41.6 on Fedora 32. Tests and feature are working correctly with setuptools 42 and newer. ``tox.ini`` already requires setuptools >= 42.
* | Merge pull request #503 from ↵Ronny Pfannschmidt2020-12-067-25/+38
|\ \ | | | | | | | | | | | | RonnyPfannschmidt/fix-339-errors-on-missing-commands [breaking] fix #339: error when targetted scm parsing fails for missi…
| * | [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-067-25/+38
|/ /
* | Merge pull request #502 from ↵Ronny Pfannschmidt2020-12-065-1/+28
|\ \ | | | | | | | | | | | | RonnyPfannschmidt/fix-213-better-error-on-bad-dev-tag fix #213: better error on nonzeor dev versions
| * | fix #213: better error on nonzero dev versionsRonny Pfannschmidt2020-12-065-1/+28
|/ /
* | Merge pull request #500 from ↵Ronny Pfannschmidt2020-12-056-5/+56
|\ \ | | | | | | | | | | | | RonnyPfannschmidt/fix-321-SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAME fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAME
| * | fix #321: add SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DIST_NAMERonny Pfannschmidt2020-12-056-5/+56
|/ /
* | Merge pull request #499 from RonnyPfannschmidt/fix-142-document-supported-scmsRonny Pfannschmidt2020-12-054-7/+15
|\ \ | | | | | | Fix 142 document supported scms
| * | changelogRonny Pfannschmidt2020-12-041-0/+1
| | |
| * | port tox config to use twine check as wellRonny Pfannschmidt2020-12-042-7/+7
| | |
| * | fix #142: list supported scmsRonny Pfannschmidt2020-12-041-0/+7
|/ /
* | Merge pull request #497 from RonnyPfannschmidt/fix-352-ignore-vcs-rootRonny Pfannschmidt2020-11-306-2/+30
|\ \ | | | | | | fix #352: add a envvar to ignore scm roots
| * | fix #352: add a envvar to ignore scm rootsRonny Pfannschmidt2020-11-306-2/+30
| | |
* | | Merge pull request #496 from ↵Ronny Pfannschmidt2020-11-293-8/+25
|\ \ \ | |/ / | | | | | | | | | RonnyPfannschmidt/fix-471-better-error-on-broken-bump fix #471: better error when a simplicistic version bump fails
| * | fix #471: better error when a simplicistic version bump failsRonny Pfannschmidt2020-11-293-8/+25
|/ /
* | Merge pull request #495 from ↵Ronny Pfannschmidt2020-11-293-1/+17
|\ \ | | | | | | | | | | | | RonnyPfannschmidt/fix-479-better-error-on-unparsable-tag fix #479: better error on unparsable simplified semver version
| * | fix #479: better error on unparsable simplified semver versionRonny Pfannschmidt2020-11-293-1/+17
| | |
* | | Merge pull request #484 from tfiers/patch-1Ronny Pfannschmidt2020-11-291-1/+1
|\ \ \ | |/ / |/| | Add missing space in ReadMe
| * | Add missing space in ReadMeTomas Fiers2020-10-261-1/+1
| | |
* | | Merge pull request #494 from RonnyPfannschmidt/workflow-python-v2Ronny Pfannschmidt2020-11-283-3/+3
|\ \ \ | | | | | | | | fix #432 - update python workflows to v2
| * | | address #447 - fix parentdir_prefix_version name in changelog'Ronny Pfannschmidt2020-11-281-1/+1
| | | | | | | | | | | | | | | | '
| * | | fix #432 - update python workflows to v2, leave checkout at 1 due to bad githubRonny Pfannschmidt2020-11-282-2/+2
|/ / /
* | | CHANGLOGRonny Pfannschmidt2020-11-281-0/+5
| | |
* | | add pip wheel metadata to gitignoreRonny Pfannschmidt2020-11-281-0/+1
| | |
* | | Merge pull request #493 from RonnyPfannschmidt/pre-commit-updateRonny Pfannschmidt2020-11-285-13/+13
|\ \ \ | | | | | | | | pre-commit update
| * | | add python 3.9 to tox and drop sixRonny Pfannschmidt2020-11-282-5/+4
| | | |