From bac561a24e6e08c7386fd88f3b0187369334accb Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Feb 2021 13:26:36 +0200 Subject: [PATCH] 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...thon3-pywbemtools_0.8.0.bb => python3-pywbemtools_0.8.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_0.8.0.bb => python3-pywbemtools_0.8.1.bb} (87%) 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 similarity index 87% rename from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.0.bb rename to 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/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" -SRC_URI[md5sum] = "e41ef654a0af0461d6c164752963fdfb" -SRC_URI[sha256sum] = "b869bb217613cdfee1e97e8afc28fe3f9bf3b88f8fc99e588d03c4be0922c319" +SRC_URI[sha256sum] = "3cbee091f0a4917394814d7e639ab9fe13ad0859e47288deabf2b09a4382c4ae" inherit pypi setuptools3