1
0
Files
python-pywbemtools/python-pywbemtools.changes
Benjamin Greiner b428f89a8b - Update to 1.2.0
## Bug fixes:
  * Fix issue where "instance get" was not properly ordering the
    columns of the table output for commands like "-o table
    instance get ... --pl p1,p2,p3". The table was not being output
    in the same order as the list of properties in the property
    list option. (see issue #1259)
  * Changed the development status of the Python package from "4 -
    Beta" to "5 - Production/Stable". This actually applies since
    version 1.1.0. (issue #1237)
  * Fix minor issue where if user input --pl "a, b, c" they would
    get strange error. Now fails with error stating that space not
    allowed in property list.
  * Fix issue in instance count where error reports CIMError code
    and not the code string. (see #1242)
  * Fix issue with invalid --connections-file general option and
    interactive mode. Will abort entering interactive mode if the
    file does not exist. (See issue #1275)
  ## Enhancements:
  * Added a new make target 'check_reqs' that runs pip-missing-reqs
    on the pywbemtools package itself and on some development
    commands, and added that to the GitHub Actions test workflow.
    (issue #1255)
  * Added displaying of the package dependency tree via pipdeptree
    to the GitHub Actions test workflow. (issue #1256)
  * Test: Added new make target 'check_reqs' that uses
    pip-missing-reqs to check for missing dependencies in
    minimum-constraints.txt.
  * Added support for Python 3.11. (issue #1243)
  * Increased the minimum version of pywbem to 1.6.0. (issue #1244)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbemtools?expand=0&rev=9
2023-10-25 10:04:03 +00:00

33 KiB