forked from pool/python-pywbemtools
- 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
24 lines
941 B
Plaintext
24 lines
941 B
Plaintext
## Default LFS
|
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
*.zst filter=lfs diff=lfs merge=lfs -text
|