Closed iledarn closed 8 months ago
the entry for that is - copier/vcs.py", line 110, in checkout_latest_tag
from packaging import version
version.parse('v0.0.0-0-0')
raise InvalidVersion(f"Invalid version: '{version}'")
packaging.version.InvalidVersion: Invalid version: 'v0.0.0-0-0'
Sry, it seems that all I need - is to update the copier to >= 9
Just trying to start a new project. I've noticed that there is a tag in
doodba-copier-template
repov0.0.0-0-0
. It seems that this is invalid tag thatpackaging
lib throw anInvalidVersion
exception onDescribe the bug
packaging.version.InvalidVersion: Invalid version: 'v0.0.0-0-0'
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior Copier interactive session to start.
Additional context copier==7.0.1