Files
gentoo/dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch
Michał Górny c8680473c2 dev-python/nuitka: Bump to 4.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-08-28 04:07:55 +02:00

14 lines
526 B
Diff

diff --git a/nuitka/options/OptionParsing.py b/nuitka/options/OptionParsing.py
index b6b16d6..bebe1fd 100644
--- a/nuitka/options/OptionParsing.py
+++ b/nuitka/options/OptionParsing.py
@@ -803,7 +803,7 @@ warnings_group.add_option(
type="choice",
choices=("never", "force", "error", "warning", "info"),
dest="update_check",
- default="warning",
+ default="never",
environment_variable_name="NUITKA_UPDATE_CHECK",
help="""\
Control checking for newer Nuitka releases. Use "never" to disable it,