Doug Hellmann c804ba7da6 versionutils: switch from pkg_resources to packaging
Importing pkg_resources has a side-effect of scanning the metadata of
every installed python package. That is excessive overhead for a
function that needs to compare two version strings.

This change replaces pkg_resources with the packaging library, which
is also used as the implementation for version parsing within
setuptools and pkg_resources.

Change-Id: Ic9bda0783d3664e1f518d513d81b3271028335fd
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2020-07-05 14:17:47 -04:00
..
2018-03-01 06:07:18 +00:00
2017-03-28 13:53:16 +08:00
2020-06-02 20:41:31 +02:00
2020-04-02 15:10:56 +02:00
2019-02-13 14:28:34 +08:00
2020-04-02 15:10:56 +02:00
2018-02-09 12:55:21 +00:00
2020-05-04 17:30:01 -05:00