diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-14 10:32:53 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-19 18:40:01 -0700 |
commit | 15e05da9d1d2818ccdbf9e997034dba7231496ad (patch) | |
tree | b157d2224dd3ca97514b2916dd249f6c3d375464 /meta-python/recipes-extended/pywbemtools | |
parent | 07e5568a9e511ebd012a3e51782858122efb6f0f (diff) | |
download | meta-openembedded-15e05da9d1d2818ccdbf9e997034dba7231496ad.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>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/pywbemtools')
-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/" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "e3f8cadb8d1253b1b51afabcce4c3461" | 7 | SRC_URI[md5sum] = "e41ef654a0af0461d6c164752963fdfb" |
8 | SRC_URI[sha256sum] = "b475da4389ac77901191c886f4348660f3c0fd59365feb18ede47a086442efff" | 8 | SRC_URI[sha256sum] = "b869bb217613cdfee1e97e8afc28fe3f9bf3b88f8fc99e588d03c4be0922c319" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||