Lines Matching +full:check +full:- +full:patch
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Copyright (c) 2017-2025 Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
6 Handle Python version check logic.
44 Convert a major.minor.patch version into a tuple.
51 Returns a version tuple as major.minor.patch.
67 if not max_len or len(cmd_line[-1]) + len(w) < max_len:
68 cmd_line[-1] += " " + w
71 cmd_line[-1] += " \\"
80 Return a version tuple as major.minor.patch from self.version.
97 result = subprocess.run([cmd, "--version"],
100 **kwargs, check=False)
121 "python3.[0-9][0-9]",
122 "python3.[0-9]",
142 Check if the current python binary satisfies our minimal requirement
143 for Sphinx build. If not, re-run with a newer version if found.
160 # Check possible alternatives