From 9c3d00b17570104f4a1bc7a802496f515e810ae6 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: May 05 2020 17:11:37 +0000 Subject: Manually reformat ipapython/version.py.in Add whitespaces around assignment operator and use consistent double quotes. https://pagure.io/freeipa/issue/8306 Signed-off-by: Christian Heimes Reviewed-By: Florence Blanc-Renaud --- diff --git a/ipapython/version.py.in b/ipapython/version.py.in index 6624d9c..5a71fb8 100644 --- a/ipapython/version.py.in +++ b/ipapython/version.py.in @@ -18,10 +18,10 @@ # # The full version including strings -VERSION="@VERSION@" +VERSION = "@VERSION@" # A fuller version including the vendor tag (e.g. 3.3.3-34.fc20) -VENDOR_VERSION="@VERSION@@VENDOR_SUFFIX@" +VENDOR_VERSION = "@VERSION@@VENDOR_SUFFIX@" # Just the numeric portion of the version so one can do direct numeric @@ -41,11 +41,11 @@ VENDOR_VERSION="@VERSION@@VENDOR_SUFFIX@" # IPA 3.2.1: NUM_VERSION=30201 # IPA 3.2.99: NUM_VERSION=30299 (development version) # IPA 3.3.0: NUM_VERSION=30300 -NUM_VERSION=@NUM_VERSION@ +NUM_VERSION = @NUM_VERSION@ # The version of the API. -API_VERSION=u'@API_VERSION@' +API_VERSION = "@API_VERSION@" DEFAULT_PLUGINS = frozenset(l.strip() for l in """