aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-05-10 17:07:13 +0300
committerKhem Raj <raj.khem@gmail.com>2021-05-11 08:25:56 -0700
commit6a1ee0d98411fbe58304b48d978da9fad9039d14 (patch)
tree90c50d3e0c4e7fe6b138502772adf25b384b9901
parent232381fd7319d93b78908624aa444192b3b0eb22 (diff)
downloadmeta-openembedded-contrib-6a1ee0d98411fbe58304b48d978da9fad9039d14.tar.gz
python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0
Upgrade to release 0.9.0: - Modified the --timestats general option from boolean to choice with 3 choices for when statistics are displayed (after each command or via a command). - Fixed a ValueError on Windows that was raised when the connections file was not on the home drive. - Limit click package to < 8.0 because of a) incompatibility with python 2.7, b) incompatibility between click 8.0 and clicl-repl. - Limit mock package to lt 4.0.3 to avoid issue issue that causes test failure. - Fix issue caused by mock package version 4.0.3 by creating replacements for warnings.warn and warnings.warn_explicit functions and removing the use of the patch decorator in pywbemcli.py before the definition of the cli function. - Fixes issue where in pywbemcli the --timeout and --use-pull general options were not always correctly included in the new object context in interactive mode if they were specified on the interactive mode cmd line. - Fixed issue in tests with use of stdin and inputting the instance path for instance get and instance delete. This was a test setup issue and not a code issue. - Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0. - Fix issue where documentation index disappeared when we changed the documentation theme - Test: Fixed behavior of 'pdb' test condition, which is supposed to stop in the pdb debugger before executing the command function, but did immediately leave the debugger again because of redirections of the standard streams. The debugger now properly comes up when 'pdb' is specified as a condition. - Test: Fixed restoring of environment variables that are modified by testcases, and displaying of PYWBEMCLI environment variables during testing in verbose mode. - Change MOFCompiler.add_mof/remove_mof() to only display exceptions received if not MOFCompileError since the MOF compiler logs all MOFCompileError exceptions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb (renamed from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
index c5cabdb13e..b06fee5500 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
-SRC_URI[sha256sum] = "3cbee091f0a4917394814d7e639ab9fe13ad0859e47288deabf2b09a4382c4ae"
+SRC_URI[sha256sum] = "f6f36c96be46c801919fa6cc218a5d051fce381a2d9a0b99c9162d8335e96c36"
inherit pypi setuptools3