Changelog for
python311-PyHamcrest-2.1.0-29.17.noarch.rpm :
* Sat Jan 27 2024 Dirk Müller
- update to 2.1.0:
* Add a matcher for exceptions in asyncio future
* Use the correct generic type in the internal ``describe_keyvalue`` method
* ``has_properties`` now returns ``Matcher[Any]`` type, which addresses type checking errors when nested as a matcher.
* Added Python 3.11 testing
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 07 2022 pgajdosAATTsuse.com- version update to 2.0.3
* 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. `#135 `_ - Change to the ``has_entry()`` matcher - if exactly one key matches, but the value does not, report only the mismatching value. `#156 `_ -
* Fix is_() type annotations
* Thu Mar 26 2020 Marketa Calabkova - Update to 2.0.2
* 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
* Made has_properties() report all mismatches, not just the first.
* Silence warnings.
* Type fixes.
* Remove obsolete dependencies.
* Add support up to Python 3.8- Removed upstreamed patch pytest4-02.patch
* Thu Nov 21 2019 Matej Cepl - Remove pytest4.patch and replace it with pytest4-02.patch, which is the upstream gh#hamcrest/PyHamcrest#124 fixing compatibility with pytest 4+ officially. And of course, we don\'t have to massacre test files anymore.
* Tue Nov 05 2019 Matej Cepl - Run spec-cleaner- Add pytest4.patch to make the testsuite actually really pass.
* Mon Nov 04 2019 Matej Cepl - Because of gh#hamcrest/PyHamcrest#123 we have to remove tests/hamcrest_unit_test/core/is{_test,instanceof_test}.py to make the test suite passing. Patch pytest4.patch has been removed, it was a step into dead end.
* Fri Jul 19 2019 Tomáš Chvátal - Restrict pytest to 3.x as the newer does not work with release. In upstream git this was fixed by quite few commits so lets just wait for the release
* Wed Jul 03 2019 Tomáš Chvátal - Add patch to fix build with new pytest:
* pytest4.patch
* Wed Oct 17 2018 Tomáš Chvátal - Provide and obsolete hamcrest- Add patch from python-hamcrest which we now obsolete:
* 0001-Add-boolean-matchers.patch