Digital-Sapphire / PyUpdater

Pyinstaller auto-update library
https://www.pyupdater.org
460 stars 92 forks source link

Fix issue 315: Use packaging.version.Version instead of dsdev-utils.helpers.Version #316

Closed dennisvang closed 2 years ago

dennisvang commented 2 years ago

This is an attempt to fix issue #315 (and issue #299).

JessicaTegner commented 2 years ago

@JMSwag https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributor-workflow-runs/

JMSwag commented 2 years ago

This looks great so far!

dennisvang commented 2 years ago

@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.

JMSwag commented 2 years ago

@dennisvang I wouldn't mind a single combined PR.

dennisvang commented 2 years ago

@dennisvang I wouldn't mind a single combined PR.

@JMSwag allright, I combined this with several other interdependent pull requests into one: PR #322