Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zhmcclient/python-zhmcclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zhmcclient/python-zhmcclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable_1.22
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 23, 2025

  1. Start 1.22.1

    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    c6b7c63 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Fixed incorrect package version in build; Increased pipdeptree version (

    #1927)
    
    Details:
    
    * For reasons not fully understood, the new setuptools-scm version 9.2.0 caused
      the 'python -m setuptools_scm' command to display a version with one
      character less in the commit ID (when the directory was not clean) than the
      'build' package did. By using the 9.2.0 version as a minimum and by building
      without isolation (build --no-isolation), the issue could be fixed.
    
    * In order to verify the correct package version, the distribution archives
      are now listed in the make rule that builds them, so that any issues are
      surfaced immediately and not as a follow-up error somewhere else.
      The list commands issue some analysis commands if they fail.
    
    * Increased minimum version of pipdeptree to 2.24.0 (latest version still
      supporting Python 3.8), in order to solve the issue that the previously used
      version 2.2.0 did not find the version for package name 'ruamel-yaml' that
      is specified as a dependency of the 'safety' package, presumably because it
      did not properly match that dependent package name with the installed
      package name of 'ruamel.yaml'.
    
    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    14b5208 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Circumvented safety issue with import of typer module (#1944)

    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    9a27d05 View commit details
    Browse the repository at this point in the history
  2. Fixed quoting for TESTCASES env var in Makefile (#1942)

    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    9650379 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Support removal of vswitches on z17 CPCs (#1931)

    Details:
    
    * Documented that virtual switch objects have been removed in z17 CPCs.
    
    * Adjusted code in the zhmcclient mock support for that.
    
    * Disabled Hipersocket creation/deletion tests on z17 for now.
    
    * Fixed test_adapter_list_sibling_adapters() for Network Express adapters,
      by removing unnecessary knowledge about multi-port adapter families.
    
    * Added support for Network Express adapter families in Adapter class.
    
    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    b93c7da View commit details
    Browse the repository at this point in the history
  2. Release 1.22.1

    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    163eb50 View commit details
    Browse the repository at this point in the history
Loading