* Fixed pywbem install error with ImportError on Python 2.7; Fixed tests
- Update to version 1.7.1:
* Speed up install of dev. env. by pinning coverage
* Fix issue where listener startup failure can cause extra exceptions.
* Regenerated MANIFEST.in for new README files
- Update to version 1.7.0:
* git-ignore temporary coverage files
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python3-pywbem?expand=0&rev=4
* Disable CI test failure upon safety check failure
* Fix issue with possible HTTP retries of cim-xml operations.
* Update OpenPegasus Docker Image
* Fixed GitPython/gitdb/smmap version issues
* Fix safety issues that appeared 1 Jan. 2023.
* pip-check-reqs 2.4.3 fixes a speed issue on Python 3.11
* Added Python 3.7+3.10 with minimum versions to normal tests
* Fixed missing astroid requirement on typing-extensions
* Support for Python 3.11
* Fixed the silencing of pip checks for pip and Python versions
- rename to python3-pywbem
- Update to 1.4.1
* Fix issue where the DeepInheritance parameter not passed to the
mocker OpenEnumerateInstances method so the result is that the
mocker always uses the default (DeepInheritance=True). (see
issue #2839)
* Modified compiler and pywbem_mock to allow creating instances
from abstract classes because SNIA ignored DMTF rule making
this illegal and many MOF compilers also ignored it. Pywbem
now issue a warning from the MOF compiler if an instance of an
abstract class is compiled but complete the compile and another
warning from pywbem_mock.CreateInstance if the instance is for
an abstract class. (see issue #2825)
- Release 1.4.0
* Aligned minimum versions of pip,setuptools,wheel with
pywbemtools, nocasedict,nocaselist. This increased the minimum
version of pip on Python 3.5 to fix an issue.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python3-pywbem?expand=0&rev=2