summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-01 17:22:43 +0300
committerKhem Raj <raj.khem@gmail.com>2020-07-06 10:19:43 -0700
commit21dc01b54f33c3c65aa4e6ea4920026e3a539310 (patch)
treed5af9a892dcc05d39a7a2af8f24f4cfecd43b762 /meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb
parentc05c460510a587a7489a11eeddd789223b5dba93 (diff)
downloadmeta-openembedded-21dc01b54f33c3c65aa4e6ea4920026e3a539310.tar.gz
python3-pyhamcrest: Upgrade 1.9.0 -> 2.0.2
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb12
1 files changed, 0 insertions, 12 deletions
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 ee96a079a7..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "Hamcrest framework for matcher objects"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f"
4
5PYPI_PACKAGE = "PyHamcrest"
6
7SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f"
8SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} += "${PYTHON_PN}-six"