summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* limit pypi deploy to python 2.7v1.11.0Ronny Pfannschmidt2016-04-061-0/+3
* add pypi deploy on tagsRonny Pfannschmidt2016-04-061-1/+8
* update changelogRonny Pfannschmidt2016-04-061-1/+12
* Merge pull request #85 from esben/masterRonny Pfannschmidt2016-04-062-2/+22
|\
| * fix bug when using callable version_schemeEsben Haabendal2016-04-061-2/+2
| * add regression test for callable use_scm_versionEsben Haabendal2016-04-061-0/+20
|/
* Merge pull request #82 from untitaker/error-message3Ronny Pfannschmidt2016-03-171-3/+5
|\
| * Improve error message, third takeMarkus Unterwaditzer2016-03-141-3/+5
|/
* drop python 3.2 since pip dropped itRonny Pfannschmidt2016-01-311-1/+0
* Merge pull request #80 from agronholm/masterRonny Pfannschmidt2016-01-311-0/+4
|\
| * Added Python version classifiers to setup.pyAlex Grönholm2016-01-311-0/+4
|/
* Merge pull request #76 from brianmay/fix_v_prefixRonny Pfannschmidt2016-01-181-1/+2
|\
| * Update comment for previous changeBrian May2016-01-171-0/+1
| * Ensure we call tag_to_versionBrian May2016-01-141-1/+1
|/
* fix issue #72 - handle hg pre commit merge statesv1.10.1Ronny Pfannschmidt2015-12-103-2/+19
* make readme pypi compatible againv1.10.0Ronny Pfannschmidt2015-12-071-2/+1
* prepare 1.10.0 releaseRonny Pfannschmidt2015-12-071-0/+2
* whitespace fixesRonny Pfannschmidt2015-12-071-3/+2
* introduce parse_scm_fallback concept and fix parse hooksRonny Pfannschmidt2015-12-074-14/+42
* coding and documentation style cleanupsRonny Pfannschmidt2015-12-073-6/+8
* introduce scm parser overriding fixes #70 and #71Ronny Pfannschmidt2015-12-064-1/+18
* support enforcing version numbers via the envRonny Pfannschmidt2015-12-014-0/+23
* Merge pull request #68 from pypa/issue-67Ronny Pfannschmidt2015-11-301-0/+11
|\
| * add missing spaceRonny Pfannschmidt2015-11-301-1/+1
| * first attempt at fixing issue #67Ronny Pfannschmidt2015-11-301-0/+11
|/
* minor flake8 cleanupRonny Pfannschmidt2015-11-291-1/+1
* address #63 - change the tag matching patternRonny Pfannschmidt2015-11-291-1/+1
* fix issue #63 by passing a match parameter to git describeRonny Pfannschmidt2015-11-293-2/+16
* finish restructuring testsRonny Pfannschmidt2015-11-293-25/+55
* simplify callable_or_entrypoint(group, callable_or_name)Ronny Pfannschmidt2015-11-281-2/+2
* remove forgotten testsRonny Pfannschmidt2015-11-281-34/+0
* extract git testsRonny Pfannschmidt2015-11-281-0/+34
* finish extracting mercurial tests into own fileRonny Pfannschmidt2015-11-283-95/+90
* simplify data from mime testRonny Pfannschmidt2015-11-281-4/+3
* move hg archival testRonny Pfannschmidt2015-11-282-25/+29
* Now that /tmp is no longer hard-coded, supply a more interesting root.Jason R. Coombs2015-11-141-2/+2
* Extend the extraction of the root assertion so that it's re-used by all test_...Jason R. Coombs2015-11-141-12/+14
* It seems the cache parameter is unused and needs not be suppliedJason R. Coombs2015-11-141-1/+1
* Transfer documentation from docstring to README. Fixes #64.Jason R. Coombs2015-11-142-1/+7
* Added tag v1.9.0 for changeset 1092123ef785Jason R. Coombs2015-11-121-0/+1
* Add alias for simple distutils-based release.v1.9.0Jason R. Coombs2015-11-121-0/+3
* Add relative_to parameter to get_version. Fixes #44 and fixes #45.Jason R. Coombs2015-11-123-1/+20
* Extract assert_root_tmp fixtureJason R. Coombs2015-11-121-1/+5
* Merge pull request #58 from mcmtroffaes/feature/fix-mainRonny Pfannschmidt2015-10-232-2/+12
|\
| * Wrap test_main into a function so travis will pick it up.Matthias C. M. Troffaes2015-10-221-5/+7
| * Fix __main__.py to import from the correct places.Matthias C. M. Troffaes2015-10-221-2/+3
| * Test 'python -m setuptools_scm' invocation (__main__.py).Matthias C. M. Troffaes2015-10-221-0/+7
|/
* Merge pull request #57 from felixonmars/masterRonny Pfannschmidt2015-10-221-2/+2
|\
| * Fix small typos in READMEFelix Yan2015-10-211-2/+2
|/
* devpi fixupv1.8.0Ronny Pfannschmidt2015-09-171-1/+3