aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-10-14 10:32:53 +0300
committerKhem Raj <raj.khem@gmail.com>2020-10-15 11:42:15 -0700
commit1ff292ddb57a170ca8fbeaeeb3735bd03a56be86 (patch)
tree2772e1f0f34517dd29207f9c3937b726793d69a3
parent0e3001bd9e0fbeb4a37d82cc9e1b6b363ee71062 (diff)
downloadmeta-openembedded-contrib-1ff292ddb57a170ca8fbeaeeb3735bd03a56be86.tar.gz
python3-pywbemtools: Upgrade 0.7.3 -> 0.8.0
Upgrade to release 0.8.0: - Moving the commands “server profiles” and “serve centralinsts” to the new group profiles with the commmand names “profile list” and “profile centralinsts” added a command group and removed 2 commands from the server command group. - The –deprecation-warnings / –no-deprecation-warnings general option has been remamed to –warn / –no-warn, and it now controls the display of all Python warnings. - Order display of instance names when the .? is used to pick an instance name so the same order of instance names is displayed for all versions of Python. - Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid WinError 995. - Fixed exception when command entered in interactive mode, on Python 2. - Test: Default connection file does not get restored in some cases during test. - AssociationShrub produces instancename slightly different table output in some cases for pywbem 1 vs previous versions(inclusion of “/:” prefix). - Test: Fixed attempt in test_class_cmds.py to invoke a non-static method on a class object. - Fix help message for “–deprecated” to be unicode so python 2.7 help does not fail. - Upgraded nocasedict and nocaselist packages to pick up fixes. - Error in test defintion for qualdecl Indication causes failure with pywbem i.1.0 where mocker validates qualifiers scopes. - Test: Preventive fix for potential issue with virtualenv raising AttributeError during installtest on Python 3.4. - Test: Added checking for no expected warning. - Fixed incorrect property order in instance table output, where key properties were not ordered before non-key properties but ordered along with them. - Docs/Test: Fixed failing install of Jinja2 on Python 3.4 by adding it to dev-requirements.txt and pinning it to <2.11 for Python 3.4. - Test: Aligned qualifier definitions in test MOF with CIM Schema. - Upgraded pywbem to 1.1.1 to pick up fixes and enhancements. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb (renamed from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb
index 8620057f59..03caec539f 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
-SRC_URI[md5sum] = "e3f8cadb8d1253b1b51afabcce4c3461"
-SRC_URI[sha256sum] = "b475da4389ac77901191c886f4348660f3c0fd59365feb18ede47a086442efff"
+SRC_URI[md5sum] = "e41ef654a0af0461d6c164752963fdfb"
+SRC_URI[sha256sum] = "b869bb217613cdfee1e97e8afc28fe3f9bf3b88f8fc99e588d03c4be0922c319"
inherit pypi setuptools3