2020-05-16 18:35:25 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
pytest from versioned deps.
|
2020-02-14 11:12:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: updated to 3.5.0
v3.5.0
* add ``no-local-version`` local scheme and improve documentation for schemes
v3.4.4
* fix: also sort out resource warnings when dealing with git file finding
|
2020-01-23 11:11:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: updated to 3.4.3
v3.4.3
* fix: ensure the git file finder terminates subprocess after reading archive
|
2020-01-20 12:49:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-setuptools_scm: updated to 3.4.2
v3.4.2
* fix: correctly transfer tag regex in the Configuration constructor
* rollback --first-parent for git describe as it turns out to be a regression \
for some users
v3.4.1
* correctly set up the default version scheme for pyproject usage.
this bugfix got missed when ruushing the release.
v3.4.0
* fix - add support for projects built under setuptools declarative config
by way of the setuptools.finalize_distribution_options hook in Setuptools 42.
* fix - ensure the git file finder closes filedescriptors even when errors happen
* fix - clean out env vars from the git hook system to ensure correct function \
from within
* modernize docs wrt importlib.metadata
* use --first-parent for git describe
|
2019-05-21 10:20:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: updated to 3.3.3
v3.3.3
* add eggs for python3.7 and 3.8 to the deploy
v3.3.2
* fix 335 - fix python3.8 support and add builds for up to python3.8
v3.3.1
* fix 333 (regression from 198) - use a specific fallback root when calling \
fallbacks. Remove old
hack that resets the root when fallback entrypoints are present.
v3.3.0
* fix 198 by adding the fallback_version option, which sets the version to be \
used when everything else fails.
|
2019-01-17 14:19:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: updated to 3.2.0
v3.2.0
* fix 303 and 283 by adding the option git_describe_command to allow the user to \
control the
way that git describe is called.
|
2018-08-10 08:36:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: updated to 3.1.0
v3.1.0:
fix - correct the invocation in version_from_scm and deprecate it as its exposed \
by accident
fix - handle git file listing on empty repositories
fix - deprecate ScmVersion.extra
|
2018-08-07 12:06:47 by Adam Ciarcinski | Files touched by this commit (3) | |
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)
|
2018-05-14 08:41:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-setuptools_scm: updated to 2.1.0
v2.1.0
enhance docs for sphinx usage
add symlink support to file finder for git 247
enhance tests handling win32
|
2018-04-17 12:57:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-setuptools_scm: update to 2.0.0.
v2.0.0
========
* fix #237 - correct imports in code examples
* improve mercurial commit detection (thanks Aaron)
* breaking change: remove support for setuptools before parsed versions
* reintroduce manifest as the travis deploy cant use the file finder
* reconfigure flake8 for future compatibility with black
* introduce support for branch name in version metadata and support a opt-in \
simplified semver version scheme
|