68f5c9da78
- Add patch support-pytest-9.patch: * Support pytest 9 changes.
Ana Guerrero2025-12-12 08:54:36 +00:00
64438d83db
Accepting request 1321803 from systemsmanagement:wbem
Ana Guerrero2025-12-11 17:31:44 +00:00
6a7ce587ea
- Update to 1.8.1 * Removed setup.py and therefore the possibility to run setup.py as a command * Removed the support for building, installing and testing a cythonized distribution of pywbem, because of the transition from setup.py. * Removed support for Python 2.7, 3.6, and 3.7 * Fixed safety issues * Added support for Python 3.13.
Adam Majer2025-12-09 15:01:30 +00:00
f6181e188d
- Update to 1.7.4 * Fixed testing of installed version of pywbem * Added Python 3.13 * Fixed safety issues & dependencies * Cython support for Python 3.13 - Drop support-new-testfixtures.patch, fixed upstream - Convert to libalternatives on SLE-16-based and newer systems
Klaus Kämpf
2025-10-14 16:42:57 +00:00
bc4d503bcf
Accepting request 841582 from home:bnavigator:branches:devel:languages:python:pytest
Adam Majer2020-10-26 09:52:28 +00:00
d22ec03054
Accepting request 805284 from systemsmanagement:wbem
Yuchen Lin2020-05-28 07:05:43 +00:00
bdd020ce20
- Update to 0.17.2: - Fixed raise error for invalid reference_direction in WBEMServer.get_central_instances(). (See issue #2187) - Fixed raise error for missing ports in WBEMListener.__init__(). (See issue #2188)
Adam Majer2020-05-13 12:42:53 +00:00
07560629e3
- Update to 0.17.1: - Fixed version incompatibilities reported by pip for tox/pluggy, ipython/prompt-toolkit, and flake8/pyflakes. (See issue #2153) - Fixed the issue where formatting the timezone name of a pywbem.MinutesFromUTC object raised NotImplementedError, by adding a tzname() method. (see issue #2160) - Increased minimum version of ‘six’ from 0.10.0 to 0.12.0 when on Python 3.8 (or higher). (See issue #2150). - Increased minimum version of ‘setuptools’ on Python 3.7 to 38.4.1 to fix a bug with new format of .pyc files. (See issue #2167).
Adam Majer2020-04-14 11:02:15 +00:00
7edb7d9edc
- Update to 0.17.0: - Dev: Fixed installation of Jupyter Notebook on Python 3.4 by defining the appropriate minimum versions of the ipython package, per Python version. (See issue #2135) - Changed the HTTPS support of pywbem.WBEMListener from using the deprecated ssl.wrap_socket() function to using the ssl.SSLContext class that was introduced in Python 2.7.9. This causes more secure SSL settings to be used. (See issue #2002) - Renamed all sub-modules within the pywbem namespace so they are now private (i.e. with a leading underscore). This has been done for consistency with the upcoming 1.0.0 version of pywbem (See issue #1925)
Adam Majer2020-04-06 12:03:14 +00:00
399e6071ac
- Update to 0.16.0: - Silenced the MOFCompiler class for verbose=False. - Fixed that the MOFCompiler could be created with handle=None to work against a local repository. It was documented that way, but failed with AttributeError - Fixed the error that the MOF compilation of a class could fail but the error was not surfaced. This only happened when the MOF compiler was invoked against a WBEM server, when the class already existed, and when the ModifyClass operation that was attempted in this case, failed. - Fixed that the CIM-XML payload in log entries was spread over multiple lines. The payload is now escaped as a single-line Python string. - Fixed handling of Unicode string in ca_certs parm of WBEMConnection on py2 - removed upstreamed patches: - silenced_MOFCompiler.patch - unittest2-just-say-no.patch - replace-yamlordereddictloader-w-yamlloader.patch
Adam Majer2020-04-02 17:33:41 +00:00