Commit Graph

3 Commits

Author SHA1 Message Date
Ross Burton
7f27771b28 Update for setuptools_build_meta renamed to python_setuptools_build_meta
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-19 19:00:34 -07:00
Ross Burton
ff7312f048 meta-python: migrate away from setuptool3 where possible
Many recipes are currently building with setuptools3 but can use a more
modern tool: typically setuptools_build_meta but ordered-set can use
flit_core and pyrad can use poetry_core.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2022-03-11 08:48:38 -05:00
wangmy
888632ae18 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>
2022-01-05 08:15:50 -08:00