002c0d3e76
fix file list
main
Klaus Kämpf
2025-02-22 15:39:24 +00:00
a9af94a4f4
disable tests
Klaus Kämpf
2025-02-22 15:37:50 +00:00
4a4d18b3a1
- Update to version 1.7.2: * 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
Klaus Kämpf
2025-02-22 15:00:02 +00:00
536aea0dc7
- Update to 1.6.1 * Increased min version of Cython/pyzmq; Added py310 on win/minimum
Klaus Kämpf
2023-04-06 11:41:48 +00:00
ace871dec7
- Update to version 1.5.0+git20230114.9b3b1ba: * 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
Klaus Kämpf
2023-01-14 11:20:05 +00:00
19bcb1f5d4
Accepting request 1058357 from systemsmanagement:wbem
Klaus Kämpf
2023-01-14 11:09:28 +00:00
284bb8b0a5
Accepting request 985544 from home:bnavigator:branches:systemsmanagement:wbem
Adam Majer2022-06-28 11:48:02 +00:00
36ec57d4fa
Accepting request 942774 from home:bnavigator:py310
Klaus Kämpf
2022-01-04 11:11:38 +00:00
683e609a17
Accepting request 927101 from home:bnavigator:branches:systemsmanagement:wbem
Michael Vetter2021-11-02 13:41:12 +00:00
fd5c047600
Accepting request 855831 from home:bnavigator:branches:systemsmanagement:wbem
Adam Majer2020-12-14 20:30:19 +00:00
d2f6ab4bd9
Accepting request 841582 from home:bnavigator:branches:devel:languages:python:pytest
Adam Majer2020-10-26 09:52:28 +00:00
91cbf99ec3
- 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
0c1ccfd966
- 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
b2e5b4a26f
- 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
dceca50035
- 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
476a80add9
Add missing patch reference to .changes
Adam Majer2019-12-09 16:37:14 +00:00
c297040af3
Accepting request 755295 from home:mcepl:branches:systemsmanagement:wbem
Adam Majer2019-12-09 16:29:56 +00:00
6ef4871a99
Accepting request 752344 from home:adamm:branches:Base:System
Adam Majer2019-11-29 11:59:20 +00:00
afc9162611
Accepting request 751172 from home:StevenK:branches:systemsmanagement:wbem
Adam Majer2019-11-27 09:47:09 +00:00
38f6f23036
Accepting request 563855 from home:adamm:branches:systemsmanagement:wbem
Adam Majer2018-01-12 19:00:12 +00:00
e74e5ce832
Accepting request 541772 from home:pluskalm:branches:systemsmanagement:wbem
Michael Vetter2017-11-14 10:33:55 +00:00
c6e3355e9b
Accepting request 539908 from home:pluskalm:branches:systemsmanagement:wbem
Michael Vetter2017-11-08 16:03:28 +00:00
de874250ec
Accepting request 508057 from home:jengelh:branches:systemsmanagement:wbem
Adam Majer2017-07-04 12:31:28 +00:00
1f327c1aa6
Accepting request 507367 from home:adamm:branches:systemsmanagement:wbem
Michael Vetter2017-07-02 09:39:09 +00:00
ef22dd794d
- Update to 0.10.0 * There is some new functionality, such as: - use of SAX parser instead of minidom - finalized the indications API - added Iter* enumeration and association operations with a Python generator/iterator interface that use the pull operations if available or else the traditional operations. * full changelog at https://pywbem.readthedocs.io/en/latest/changes.html#pywbem-v0-10-0
Klaus Kämpf
2016-12-21 07:55:31 +00:00
7460ac69f7
- add an extra 'import sys': pywbem-0.8.0-dev.patch
Klaus Kämpf
2015-03-03 14:02:19 +00:00
c20558edf0
* Added support for using CDATA section based escaping in any requests sent to the WBEM server. The default is still XML entity reference based escaping, the CDATA based escaping can be turned on by setting the switch _CDATA_ESCAPING accordingly, which is a global variable in the cim_xml module. (Andreas Maier) * Simplified the exceptions that can be raised by WBEMConnection methods, and improved the information in the exception messages. See description of WBEMConnection class for details. (Andreas Maier) * Added support for timeouts to WBEMConnection, via a new timeout argument, that defaults to no timeout. (This finally increased the minimum version of Python to 2.6. (Andreas Maier) BUG FIXES: TESTING: PACKAGING / BUILD:
Klaus Kämpf
2015-01-23 08:38:33 +00:00
4fcca00fed
- Splitted documentation off as python-pywbem-doc - Update to 0.8.0~dev (development pre-release) * Verify certificates against platform provided CA trust store in /etc/pki/tls/certs. Linux only. (Peter Hatina) * Added '-d' option to MOF compiler that causes the compiler to perform a dry-run and just check the MOF file syntax. This allows to more easily detect included MOF files when used together with the '-v' option. (Jan Safranek) * Added support for non-ASCII (Unicode) characters. (Michal Minar, Andreas Maier)
Klaus Kämpf
2015-01-20 10:13:57 +00:00
87b7120ae1
drop patch, included upstream
Klaus Kämpf
2014-06-16 08:04:32 +00:00
72507eaa74
- Upgrade to upstream revision 629 - added support for non-ascii characters - fixed TOCTOU error when validating peer's certificate (obsoletes pywbem-ssl_verify_host.patch) - mof_compiler: Add '-d' option to dry-run the operation - fix connection to ipv6 hosts (obsoletes pywbem-ipv6.patch) - verify certificates against platform provided CA trust store
Klaus Kämpf
2014-06-03 15:03:11 +00:00
0baf3f7257
- Drop INSTALL file, unneeded for packaged pywbem.
Klaus Kämpf
2014-01-22 15:49:28 +00:00
a0e77dbe18
merge with devel:languages:python/python-pywbem
Klaus Kämpf
2014-01-22 12:51:59 +00:00
173cc1538f
- add upstream patch to support IPv6 pywbem-ipv6.patch - provide INSTALL documentation
Klaus Kämpf
2013-09-27 06:45:31 +00:00
f050b65aaf
fix source
Klaus Kämpf
2013-08-26 11:24:34 +00:00
3c030c11ae
- revert to upstream version 0.7.0 - Check only the major part of CIMVERSION. (DSP0201 2.3.1 chap. 5.2.1) - Use case-insensitive dictionary for method output parameters. - The parser should not throw an exception when parsing XML with a qualifier declaration. - Convert debug 'print' to trace messages. - Fix References(Role="xxx") intrinsic method. - Fix comparsion of Role parameter - Fixed CIMInstanceName rendering to string.
Klaus Kämpf
2013-08-02 10:08:43 +00:00
4877611b35
- Fix upstream compatibility: Provide pywbem
Klaus Kämpf
2013-08-02 08:48:25 +00:00
2395c9058f
- Adapt http header creation to Python 2.7 - version 0.7.1
Klaus Kämpf
2011-10-20 10:38:34 +00:00
b091191f3f
- Fix the build for non-SUSE distributions
Klaus Kämpf
2010-08-02 13:45:02 +00:00
5cf7dc2f41
fix the build on x86_64 - Pass --install-purelib when calling "setup --install" to cope with lib vs lib64
Klaus Kämpf
2010-08-02 13:21:44 +00:00