[meta-virtualization] [meta-cloud-services] [PATCH 5/5] python3-testscenarios: update to 0.6.2
Wang Mingyu < [email protected]>
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> PV bump, dual-license update to "Apache-2.0 OR BSD-3-Clause", backend switch to python_hatchling, dependencies. Signed-off-by: Wang Mingyu <[email protected]> --- ...narios_0.5.0.bb => python3-testscenarios_0.6.2.bb} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta-openstack/recipes-devtools/python/{python3-testscenarios_0.5.0.bb => python3-testscenarios_0.6.2.bb} (61%) diff --git a/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb b/meta-openstack/recipes-devtools/python/python3-testscenarios_0.6.2.bb similarity index 61% rename from meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb rename to meta-openstack/recipes-devtools/python/python3-testscenarios_0.6.2.bb index 79b03fb7..2a9dd71c 100644 --- a/meta-openstack/recipes-devtools/python/python3-testscenarios_0.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-testscenarios_0.6.2.bb @@ -1,16 +1,17 @@ DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" +LICENSE = "Apache-2.0 OR BSD-3-Clause" +LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66 \ + file://Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a" -SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6" +SRC_URI[sha256sum] = "ab5ae8cd550e11ea978151981e7a8ecac329b7b22e4dec706b1e6fe213f463e7" -inherit setuptools3 pypi +inherit python_hatchling pypi DEPENDS += "\ ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-hatch-vcs-native \ " # Satisfy setup.py 'setup_requires' -- 2.43.0