From 2cc97f9d5bc9549b167ece073037779154ee35d5 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 2 Jun 2021 10:07:22 +0000 Subject: [PATCH] Update git submodules * Update patrole from branch 'master' to 82fd18ba85e0034bae443bfb55f9b0589a383c93 - Merge "setup.cfg: Replace dashes with underscores" - 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: Icd9b8b1faa5e67e372fd411e6720f4c63f14d2bb --- patrole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patrole b/patrole index 1fc88fdafe..82fd18ba85 160000 --- a/patrole +++ b/patrole @@ -1 +1 @@ -Subproject commit 1fc88fdafe0bc64ec3c6d8ae6edfa4f2a14a57c1 +Subproject commit 82fd18ba85e0034bae443bfb55f9b0589a383c93