Home
last modified time | relevance | path

Searched refs:is_semver (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py32 from bb.utils import is_semver
91 if is_semver(version) and integrity:
H A Dnpm.py41 from bb.utils import is_semver
155 if not is_semver(ud.version) and not ud.version == "latest":
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1697 def is_semver(version): function