summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* streamline workflows for current state of python versionsprepare-breakagesRonny Pfannschmidt2021-03-101-15/+4
* 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
* Merge pull request #525 from RonnyPfannschmidt/prepare-releasemasterRonny Pfannschmidt2021-03-042-3/+10
|\
| * 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
* changelogRonny Pfannschmidt2020-12-131-0/+5
* Merge pull request #509 from RonnyPfannschmidt/fix-507-dist-metadata-passoverv5.0.1Ronny Pfannschmidt2020-12-135-10/+32
|\
| * 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 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 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.tomlChristian Heimes2020-12-111-1/+1
|/ /
* | Merge pull request #503 from RonnyPfannschmidt/fix-339-errors-on-missing-comm...Ronny Pfannschmidt2020-12-067-25/+38
|\ \
| * | [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-067-25/+38
|/ /
* | Merge pull request #502 from RonnyPfannschmidt/fix-213-better-error-on-bad-de...Ronny Pfannschmidt2020-12-065-1/+28
|\ \
| * | fix #213: better error on nonzero dev versionsRonny Pfannschmidt2020-12-065-1/+28
|/ /
* | Merge pull request #500 from RonnyPfannschmidt/fix-321-SETUPTOOLS_SCM_PRETEND...Ronny Pfannschmidt2020-12-056-5/+56
|\ \
| * | 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
|\ \
| * | 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 rootsRonny Pfannschmidt2020-11-306-2/+30
* | | Merge pull request #496 from RonnyPfannschmidt/fix-471-better-error-on-broken...Ronny Pfannschmidt2020-11-293-8/+25
|\ \ \ | |/ /
| * | fix #471: better error when a simplicistic version bump failsRonny Pfannschmidt2020-11-293-8/+25
|/ /
* | Merge pull request #495 from RonnyPfannschmidt/fix-479-better-error-on-unpars...Ronny Pfannschmidt2020-11-293-1/+17
|\ \
| * | 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 ReadMeTomas Fiers2020-10-261-1/+1
* | | Merge pull request #494 from RonnyPfannschmidt/workflow-python-v2Ronny Pfannschmidt2020-11-283-3/+3
|\ \ \
| * | | 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
|\ \ \
| * | | add python 3.9 to tox and drop sixRonny Pfannschmidt2020-11-282-5/+4