From: Luca Boccassi Date: Tue, 25 Mar 2025 19:34:44 +0000 (+0000) Subject: tools/check-version-history: avoid DeprecationWarning with newer lxml (#36860) X-Git-Tag: v258-rc1~1007 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a5f9b2caf93e0d545134d885dc35469c1ac4ea5;p=thirdparty%2Fsystemd.git tools/check-version-history: avoid DeprecationWarning with newer lxml (#36860) We get the same warning thousands of times: /work/src/tools/check-version-history.py:28: FutureWarning: This search incorrectly ignores the root element, and will be fixed in a future version. If you rely on the current behaviour, change it to "./refsynopsisdiv/funcsynopsis/funcprototype/funcdef/function[.='udev_device_get_properties_list_entry']" We also need to update the ignorelist to the new form. --- 1a5f9b2caf93e0d545134d885dc35469c1ac4ea5