Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging.version.parse(...) no longer parses Arch pkg versions (and crashes the script) #1

Closed
Stephen-Seo opened this issue Feb 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Stephen-Seo
Copy link
Owner

Currently this script crashes due to changes in how versions are handled in the Python packaging.version.parse(...) (provided by the packaging package).

TODO: Set up own versioning system (probably with regexes) instead of depending on packaging.version.parse(...).

@Stephen-Seo Stephen-Seo added the bug Something isn't working label Feb 3, 2023
@Stephen-Seo Stephen-Seo self-assigned this Feb 3, 2023
@Stephen-Seo
Copy link
Owner Author

Branch dev has a working fix. May merge into main soon after deciding whether or not to completely replace packaging.version.parse(...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant