- Update to 1.3.0
## Incompatible changes:
* Dropped support for Python 3.5 (issue #1308)
* Installation of this package using “setup.py” is no longer supported. Use “pip” instead.
* Update to pywbemtools version 1.3.0 requires pywbem version >=
1.7.2 which allows urllib3 version >= 2.0. This may result in
issues with SSL because urllib3 may require support of TLS
protocol version >= 1.2 possibly resulting in exceptions such
as the following:
SSLError(1, ‘[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol …) or
NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+
* See pywbem troubleshooting documentation. for help resolving such issues.
## Bug fixes:
* Increased pywbem to 1.7.2 to pick up fixes. (issue #1304)
* Addressed safety issues up to 2024-03-25.
* Fixed coveralls issues with KeyError and HTTP 422 Unprocessable
Entity.
* Disallow the use of the click_repl version 3.0 because it
cannot process general options and causes a significant number
of CLI tests to fail. (issue #1312)
* Circumvented the removal of Python 2.7 from the Github Actions
plugin setup-python, by using the Docker container
python:2.7.18-buster instead.
* Fixed issue with PyYAML 5.4 installation on Python>=3.10 that
fails since the recent release of Cython 3.
* Correct issue in tab completion for –name argument and option
where nvalid co:nnection file could cause exception. Changes
messages issued for error to warning. This eliminates most
tests of pywbemlistener but only with Python 2.7 and that
version of Python is deprecated (see issue #1316)
OBS-URL: https://build.opensuse.org/request/show/1224498
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbemtools?expand=0&rev=12