Closed dennisvang closed 2 years ago
This looks great so far!
@JMSwag Many tests are still failing at this point, but that is due to other open issues. I fixed some of those in PR #309 and PR #313.
Would you prefer to keep those PRs separate, per issue, or should I merge them and create a single PR?
For comparison, my dev branch has all currently open PRs merged together.
@dennisvang I wouldn't mind a single combined PR.
@dennisvang I wouldn't mind a single combined PR.
@JMSwag allright, I combined this with several other interdependent pull requests into one: PR #322
This is an attempt to fix issue #315 (and issue #299).
dsdev-utils.helpers.Version
by aPyuVersion
class which is a very thin wrapper aroundpackaging.version.Version
: just adds ability to convert from/to pyupdater "internal" version, which is used as keys in the versions.gz and config.pyu files.Version
objects instead of version strings, where possible