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

Merge from integration_2023-08-02_11.47 to main (Cray-HPE/sat) 08-02 #158

Merged
merged 2 commits into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. CRAYSAT-1750: Update PyYAML to 6.0.1

    Update PyYAML to 6.0.1 to fix a build error. This build error was due to
    an incompatible change introduced in Cython 3.0. The PyYAML package has
    worked around this in version 6.0.1 by restricting to Cython<3.0.
    
    Also update the pinned version of csm-api-client to 1.1.5, which relaxed
    the PyYAML constraint to allow versions greater than or equal to 6.0.
    Without this change, `pip` is unable to resolve sat's dependencies.
    
    Test Description:
    Ran the following `sat` commands to exercise relevant code:
    
    * `sat showrev --products` (config map access)
    * `sat bootprep run` (YAML loading, API access, config map access)
    * `sat status` (multiple API access)
    haasken-hpe committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    43b1e04 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    fa1d1e1 View commit details
    Browse the repository at this point in the history