430f1b4694
when building snapshots, maven will sometimes add some information *after* the -SNAPSHOT like this: 1.4.6-SNAPSHOT (private-0986edd9-egolov) the old registry code would transform this to 1.4.6.preview (private-0986edd9-egolov) which is not a valid version string for pkg_resources. strip everything after the -SNAPSHOT tag and thus produce a clean version string that is comparable properly Change-Id: I765c991ac7632b3c76f548112d2a5323a8ce4489 Signed-off-by: Evgeni Golov <evgeni@golov.de> |
||
---|---|---|
.. | ||
__init__.py | ||
test_moduleregistry.py |