Searched refs:version (Results 1 – 6 of 6) sorted by relevance
/scripts/ |
A D | abi_check.py | 162 if version.repository: 165 version.revision, version.repository 170 version.repository, version.revision], 178 version.revision 250 def _pretty_revision(version): argument 251 if version.revision == version.commit: 252 return version.revision 254 return "{} ({})".format(version.revision, version.commit) 263 mbed_module, version.revision, version.version 635 version="old", [all …]
|
A D | ci.requirements.txt | 7 # Use a known version of Pylint, because new versions tend to add warnings 9 # 2.4.4 is the version in Ubuntu 20.04. It supports Python >=3.5. 12 # Use a version of mypy that is compatible with our code base. 14 # :/Upgrade mypy to the last version supporting Python 3.6 17 # mypy 0.942 is the version in Ubuntu 22.04.
|
A D | driver.requirements.txt | 3 # Jinja2 <3.0 needs an older version of markupsafe, but does not 9 # Use the version of Jinja that's in Ubuntu 20.04.
|
A D | bump_version.sh | 25 --version)
|
A D | code_size_compare.py | 56 version: str, 72 self.version = version
|
/scripts/data_files/ |
A D | version_features.fmt | 12 #include "mbedtls/version.h"
|
Completed in 14 milliseconds