aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-01-03 14:46:09 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:15:50 -0800
commit888632ae1872f7ced32ad5b12201ca975c250e26 (patch)
treef62fe1b0cf487105504f659ac60eb6a11da84d87 /meta-python/recipes-devtools
parentb7a6df5ab6f39650e9b1a88c2cf8bad200aea9b2 (diff)
downloadmeta-openembedded-contrib-888632ae1872f7ced32ad5b12201ca975c250e26.tar.gz
python3-pyhamcrest: upgrade 2.0.2 -> 2.0.3
Changelog: ========= Features ------------- - * Adds the tests to the sdist. Fixed by #150 #141 <https://github.com/hamcrest/PyHamcrest/issues/141> - * Update the CI to test Python 3.10 #160 <https://github.com/hamcrest/PyHamcrest/issues/160> - * Add pretty string representation for matchers objects #170 <https://github.com/hamcrest/PyHamcrest/issues/170> Bugfixes ------------ - * Test coverage is now submitted to codecov.io. Fixed by #150 #135 <https://github.com/hamcrest/PyHamcrest/issues/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 <https://github.com/hamcrest/PyHamcrest/issues/156> - * Fix is_() type annotations #180 <https://github.com/hamcrest/PyHamcrest/issues/180> Misc ------------- - #150 <https://github.com/hamcrest/PyHamcrest/issues/150> #159 <https://github.com/hamcrest/PyHamcrest/issues/159> #162 <https://github.com/hamcrest/PyHamcrest/issues/162> #163 <https://github.com/hamcrest/PyHamcrest/issues/163> #166 <https://github.com/hamcrest/PyHamcrest/issues/166> #175 <https://github.com/hamcrest/PyHamcrest/issues/175> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb
index 056ecb549a..7c0824c2d1 100644
--- a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.3.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612"
PYPI_PACKAGE = "PyHamcrest"
-SRC_URI[md5sum] = "7a086f0b067f8d38958ec32f054559b4"
-SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316"
+SRC_URI[sha256sum] = "dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"
inherit pypi setuptools3