forked from fwupd/fwupd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qubes: use LooseVersion for parsing Heads version
Heads may present its version as `git describe` output, which is the case for both development builds, as well as automatic CI builds. Standard Version() class from packaging doesn't handle this format, and LegacyVersion() (which works) is removed from packaging release 22.0. Vendor in LooseVersion from distutils.version (which is also deprecated), which has explicitly meant to parse arbitrary version format. Signed-off-by: Marek Marczykowski-Górecki <[email protected]>
- Loading branch information
Showing
2 changed files
with
107 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters