-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix:
get_version()
of packages containing the epoch resulted in a l…
…eading `0:` The leading `0:` is confusing when in the compared version this is not contained, even though it means the same thing, as a missing epoch is the same as `0`. Additionally this contains a small refractoring of the package modules of notus, which removes duplicated data within the package struct. `full_version` contained the information of different version parts in a single string. This is now generated on demand from the available information with `get_version()`.
- Loading branch information
Showing
4 changed files
with
92 additions
and
204 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
Oops, something went wrong.