gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: -fix binary names


From: gnunet
Subject: [taler-build-common] branch master updated: -fix binary names
Date: Tue, 07 Jun 2022 10:56:11 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 32716a8  -fix binary names
32716a8 is described below

commit 32716a804208379ae6558d9cedbf00e9a95d0f6c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 7 10:56:08 2022 +0200

    -fix binary names
---
 talerbuildconfig.py | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 266e8db..f41c505 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -330,17 +330,17 @@ class YapfTool(Tool):
                 "3.8": "yapf3.8",
                 "3.9": "yapf3.9",
                 "4.0": "yapf4.0",
-                "4.1": "yapf-3.0",
-                "4.2": "yapf-3.1",
-                "4.3": "yapf-3.2",
-                "4.4": "yapf-3.3",
-                "4.5": "yapf-3.4",
-                "4.6": "yapf-3.5",
-                "4.7": "yapf-3.6",
-                "4.8": "yapf-3.7",
-                "4.9": "yapf-3.8",
-                "5.0": "yapf-3.9",
-                "5.1": "yapf-4.0",
+                "4.1": "yapf4.1",
+                "4.2": "yapf4.2",
+                "4.3": "yapf4.3",
+                "4.4": "yapf4.4",
+                "4.5": "yapf4.5",
+                "4.6": "yapf4.6",
+                "4.7": "yapf4.7",
+                "4.8": "yapf4.8",
+                "4.9": "yapf4.9",
+                "5.0": "yapf5.0",
+                "5.1": "yapf5.1",
             }
             for key, value in version_dict.items():
                 if existence(value):
@@ -431,6 +431,11 @@ class PythonTool(Tool):
                "3.7": "python3.7",
                 "3.8": "python3.8",
                 "3.9": "python3.9",
+                "3.10": "python3.10",
+                "3.11": "python3.11",
+                "3.12": "python3.12",
+                "3.13": "python3.13",
+                "3.14": "python3.14",
             }
             for key, value in version_dict.items():
                 if existence(value):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]