summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelogv3.0.0Ronny Pfannschmidt2018-07-231-1/+3
* add a test for a rc version oddity i experienced in the last release, its alr...Ronny Pfannschmidt2018-07-231-1/+8
* Merge pull request #276 from punkadiddle/masterRonny Pfannschmidt2018-07-1710-71/+265
|\
| * tags_to_version loops reduced to map functionpunkadiddle2018-07-101-6/+1
| * removed string formattingpunkadiddle2018-07-101-1/+1
| * compatibility fixes for apipunkadiddle2018-07-101-1/+1
| * check custom parse function for availability of config argumentpunkadiddle2018-07-101-7/+10
| * working draft using configuration instance classpunkadiddle2018-07-098-112/+176
| * assertion replaced by warningpunkadiddle2018-06-301-4/+9
| * removed vsode settingspunkadiddle2018-06-301-43/+0
| * warnings on version extractionpunkadiddle2018-06-301-0/+4
| * Merge branch 'master' of https://github.com/punkadiddle/setuptools_scmpunkadiddle2018-06-301-1/+2
| |\
| | * Update README.rstpunkadiddle2018-07-011-1/+2
| * | debug output extendedpunkadiddle2018-06-301-1/+1
| * | setup.py examplepunkadiddle2018-06-301-1/+14
| |/
| * docpunkadiddle2018-06-301-0/+7
| * tag parsing configurable through tag_regexpunkadiddle2018-06-306-24/+169
* | Merge pull request #277 from jpiron/pretend_fixRonny Pfannschmidt2018-07-024-10/+15
|\ \ | |/ |/|
| * Remove strict option from setuptools check commandJonathan Piron2018-07-021-1/+1
| * Add some pretned testsJonathan Piron2018-07-022-7/+12
| * Fix tox selfcheck commandJonathan Piron2018-07-021-1/+1
| * Do not parse tag when pretending versionJonathan Piron2018-07-021-1/+1
|/
* Merge pull request #274 from blueyed/write_toRonny Pfannschmidt2018-06-301-2/+3
|\
| * README: add use case for write_toDaniel Hahler2018-06-301-2/+3
|/
* Merge pull request #272 from blueyed/revisit-readmeRonny Pfannschmidt2018-06-301-22/+25
|\
| * Revisit READMEDaniel Hahler2018-06-301-22/+25
|/
* Merge pull request #270 from sTywin/readme-node-and-dateRonny Pfannschmidt2018-06-121-0/+2
|\
| * Fix RST typoScott Armitage2018-06-111-2/+2
| * Add `node-and-timestamp` to README.rstScott Armitage2018-06-111-0/+2
|/
* Merge pull request #269 from pypa/fix-git-parseRonny Pfannschmidt2018-05-225-12/+56
|\
| * fix #266 and add a unittest for the tag_to_versionRonny Pfannschmidt2018-05-223-3/+31
| * add a test addressing #266 demonstraing its not a git issueRonny Pfannschmidt2018-05-222-9/+25
|/
* Merge pull request #267 from pypa/otherRonny Pfannschmidt2018-05-226-33/+29
|\
| * fix changelogotherRonny Pfannschmidt2018-05-211-2/+2
| * breaking change - no longer accept plain strings from parseRonny Pfannschmidt2018-05-212-14/+5
| * blackify test_setuptools_supportRonny Pfannschmidt2018-05-211-2/+2
| * sort out latent typeerrorRonny Pfannschmidt2018-05-211-1/+1
| * sort out parse_version debugging, fixes #261Ronny Pfannschmidt2018-05-214-17/+22
|/
* fix pythonpath in test_setuptools_supportRonny Pfannschmidt2018-05-201-1/+7
* document SETUPTOOLS_SCM_DEBUG, fixes #260Ronny Pfannschmidt2018-05-201-1/+3
* add note on testing against a non-installed version to readmeRonny Pfannschmidt2018-05-201-0/+13
* Merge pull request #264 from pypa/src-layoutRonny Pfannschmidt2018-05-1916-5/+7
|\
| * changelog and version 3.0.0 prepsRonny Pfannschmidt2018-05-191-2/+2
| * switch to src/ layoutRonny Pfannschmidt2018-05-1915-3/+5
|/
* changelog updateRonny Pfannschmidt2018-05-181-0/+7
* Merge pull request #263 from RonnyPfannschmidt/print-module-sourcesRonny Pfannschmidt2018-05-181-1/+2
|\
| * print the origin of modules we obtain the version ofRonny Pfannschmidt2018-05-181-1/+2
|/
* Merge pull request #257 from asottile/patch-1Ronny Pfannschmidt2018-05-131-5/+5
|\
| * Use tox's `TOXENV` to run appveyor testsAnthony Sottile2018-05-131-5/+5
|/
* Merge pull request #256 from asottile/patch-1Ronny Pfannschmidt2018-05-131-4/+1
|\