Upgrade to release 2.0.2: - Various type hint bug fixes. - Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use. - Drop formal support for 2.x - Drop formal support for 3.x < 3.5 - Fix raises() grows support for additional matchers on exception object. - Made has_properties() report all mismatches, not just the first. - Silence warnings. - Type fixes. - Remove obsolete dependencies.
The year in LICENSE.txt has been updated and the LIC_FILES_CHKSUM changed. The license remains the same. Signed-off-by: Leon Anavi <[email protected]> --- .../python/python3-pyhamcrest_1.9.0.bb | 12 ------------ .../python/python3-pyhamcrest_2.0.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb deleted file mode 100644 index ee96a079a..000000000 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Hamcrest framework for matcher objects" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f" - -PYPI_PACKAGE = "PyHamcrest" - -SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f" -SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "${PYTHON_PN}-six" diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb new file mode 100644 index 000000000..59d9b5e8b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Hamcrest framework for matcher objects" +HOMEPAGE = "https://github.com/hamcrest/PyHamcrest" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612" + +PYPI_PACKAGE = "PyHamcrest" + +SRC_URI[md5sum] = "7a086f0b067f8d38958ec32f054559b4" +SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-six" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85545): https://lists.openembedded.org/g/openembedded-devel/message/85545 Mute This Topic: https://lists.openembedded.org/mt/75236437/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
