Path to this page:
Subject: CVS commit: pkgsrc/devel/py-setuptools_scm
From: Adam Ciarcinski
Date: 2018-08-07 12:06:47
Message id: 20180807100647.D2126FBEC@cvs.NetBSD.org
Log Message:
py-setuptools_scm: updated to 3.0.6
v3.0.6
fix 295 - correctly handle selfinstall from tarballs
v3.0.5
fix 292 - match leading 'V' character as well
https://www.python.org/dev/peps/pep-0440/#preceding-v-character
v3.0.4
rerelease of 3.0.3 after fixing the release process
v3.0.3 (pulled from pypi due to a packaging issue)
fix 286 - duo an oversight a helper functio nwas returning a generator instead \
of a list
v3.0.2
fix a regression from tag parsing - support for multi-dashed prefixes
v3.0.1
fix a regression in setuptools_scm.git.parse - reorder arguments so the \
positional invocation from before works as expected
v3.0.0
introduce pre-commit and use black
print the origin module to help testing
switch to src layout (breaking change)
no longer alias tag and parsed_version in order to support understanding a \
version parse failure
require parse results to be ScmVersion or None (breaking change)
fix 266 by requiring the prefix word to be a word again (breaking change as the \
bug allowed arbitrary prefixes while the original feature only allowed \
words")
introduce a internal config object to allow the configruation fo tag parsing and \
prefixes (thanks to @punkadiddle for introducing it and passing it trough)
Files: