summaryrefslogtreecommitdiff
path: root/dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch')
-rw-r--r--dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch b/dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch
new file mode 100644
index 000000000000..af480913abae
--- /dev/null
+++ b/dev-python/nuitka/files/nuitka-4.2-disable-update-check.patch
@@ -0,0 +1,13 @@
+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,