diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-02 13:26:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-05 10:26:10 -0800 |
commit | bac561a24e6e08c7386fd88f3b0187369334accb (patch) | |
tree | ae814adc912d9324c5c2d41cf2390a0b6bc05ef4 | |
parent | cdf54c3ba53d300ccfee7fa4db213c03434efa24 (diff) | |
download | meta-openembedded-bac561a24e6e08c7386fd88f3b0187369334accb.tar.gz |
python3-pywbemtools: Upgrade 0.8.0 -> 0.8.1
Upgrade to release 0.8.1:
- 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.
- Increased minimum pywbem version from 1.1.1 to 1.1.3 to pick
up fixes.
- Migrated from Travis and Appveyor to GitHub Actions. This required
several changes in package dependencies for development.
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>
-rw-r--r-- | meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb (renamed from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb index 03caec539f..c5cabdb13e 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb | |||
@@ -4,8 +4,7 @@ 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] = "e41ef654a0af0461d6c164752963fdfb" | 7 | SRC_URI[sha256sum] = "3cbee091f0a4917394814d7e639ab9fe13ad0859e47288deabf2b09a4382c4ae" |
8 | SRC_URI[sha256sum] = "b869bb217613cdfee1e97e8afc28fe3f9bf3b88f8fc99e588d03c4be0922c319" | ||
9 | 8 | ||
10 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
11 | 10 | ||