From dd75ea762a1f22e03daa17b9cf027791b34e7758 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 4 May 2023 23:00:07 +0800 Subject: [PATCH] Update git submodules * Update ansible-config_template from branch 'master' to 2a59c043edcf98bcb5221e58d5aea2f89c2c9657 - setup.cfg: Replace dashes with underscores Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I74130dab437c7ec7333d19bf2efc6f9b6095a0ff --- ansible-config_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-config_template b/ansible-config_template index 795122864b..2a59c043ed 160000 --- a/ansible-config_template +++ b/ansible-config_template @@ -1 +1 @@ -Subproject commit 795122864bb33aacac33d71360990b252185eff1 +Subproject commit 2a59c043edcf98bcb5221e58d5aea2f89c2c9657