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

Commits on Mar 21, 2023

  1. [cpackget] cpackget fails to install pack: STMicroelectronics.stm32u5…

    …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 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d1ff43e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. added test case

    thorstendb-ARM committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9a355a8 View commit details
    Browse the repository at this point in the history