From 888632ae1872f7ced32ad5b12201ca975c250e26 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 3 Jan 2022 14:46:09 +0800 Subject: python3-pyhamcrest: upgrade 2.0.2 -> 2.0.3 Changelog: ========= Features ------------- - * Adds the tests to the sdist. Fixed by #150 #141 - * Update the CI to test Python 3.10 #160 - * Add pretty string representation for matchers objects #170 Bugfixes ------------ - * Test coverage is now submitted to codecov.io. Fixed by #150 #135 - Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching value. Fixed by #157 #156 - * Fix is_() type annotations #180 Misc ------------- - #150 #159 #162 #163 #166 #175 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pyhamcrest_2.0.2.bb | 13 ------------- .../recipes-devtools/python/python3-pyhamcrest_2.0.3.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb (limited to 'meta-python') 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 deleted file mode 100644 index 056ecb549a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -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" diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb new file mode 100644 index 0000000000..7c0824c2d1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb @@ -0,0 +1,12 @@ +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[sha256sum] = "dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "${PYTHON_PN}-six" -- cgit v1.2.3-54-g00ecf