- renamed to *python-lmiwbem*
- introduced WSMAN support
- URLInfo redesigned for better error handling
- various fixes and improvements
- Update to 0.6.0
- WBEMConnection can parse username:password from URL
- added *compatibility parameters* in pull operations
- added missing CIM error constants for pull operations
- lmiwbem.config object
- DEFAULT_NAMESPACE
- DEFAULT_TRUST_STORE
- SUPPORTS_PULL_OPERATIONS
- fixed overflow error for large int on 64-bit
- proper hostname is set for local connections
- unified string for whole code base
- source tree reorganization
- various fixes and improvements
- Update to 0.5.0
- pull operations
- fixed CIMIndicationListener port value, when multiple bind
retries are allowed
- fixed multithreading races
- verbose exceptions (more informative exception message)
- CIMError, ConnectionError can include intrinsic call names
and their parameters
- configurable via lmiwbem.EXCEPTION_VERBOSITY
- CIMIndicationListener.add_handler() can take tuple of handlers
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-lmiwbem?expand=0&rev=1
12 lines
531 B
Diff
12 lines
531 B
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-python-lmiwbem-0.7.0/src/makefile.am ./src/makefile.am
|
|
--- ../orig-python-lmiwbem-0.7.0/src/makefile.am 2015-02-23 10:50:02.000000000 +0100
|
|
+++ ./src/makefile.am 2015-02-24 08:51:15.898609271 +0100
|
|
@@ -128,6 +128,7 @@
|
|
|
|
lmiwbem_core_la_CPPFLAGS = \
|
|
-Wall -pedantic \
|
|
+ -I/usr/include/Pegasus-internal \
|
|
-D@PEGASUS_PLATFORM@ \
|
|
@PYTHON_CPPFLAGS@
|
|
|