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

[cpackget] cpackget fails to install pack: STMicroelectronics.stm32u5xx_hal_drivers.2.0.0-alpha.1.1 (regression in version 0.9.2 vs. 0.9.0) #158 #165

Merged
merged 2 commits into from Mar 28, 2023

Conversation

thorstendb-ARM
Copy link
Collaborator

fixed:

  • checking dependencies version requirement through ':'

Function equalizes version requirement to be handled in a generic way in the further functions. While checking for 2x '.' (e.g. '1.2.0') for a version this did not take into account that there is also '1.2.0-alpha.1.0' which has more than two dots.

…xx_hal_drivers.2.0.0-alpha.1.1 (regression in version 0.9.2 vs. 0.9.0) #158

fixed:
- checking dependencies version requirement through ':'

Function equalizes version requirement to be handled in a generic way in the further functions. While checking for 2x '.' (e.g. '1.2.0') for a version this did not take into account that there is also '1.2.0-alpha.1.0' which has more than two dots.
@thorstendb-ARM thorstendb-ARM merged commit b5a7de9 into main Mar 28, 2023
12 of 13 checks passed
@thorstendb-ARM thorstendb-ARM deleted the git#158 branch March 28, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants