mirror of
https://github.com/bugsink/bugsink.git
synced 2026-02-11 00:09:56 -06:00
More docs
This commit is contained in:
@@ -9,6 +9,9 @@ from django.utils import timezone
|
||||
|
||||
RE_PACKAGE_VERSION = re.compile('((?P<package>.*)[@])?(?P<version>.*)')
|
||||
|
||||
# We don't actually parse for HEX yet (it's simply non-semver to us) but if we do we could use the following lengths:
|
||||
# 12 | 16 | 20 | 32 | 40 | 64
|
||||
|
||||
|
||||
def is_valid_semver(full_version):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user