14
0

Accepting request 967426 from home:pgajdos:python

- version update to 2.0.3
  * 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.
    `#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.
    `#156 <https://github.com/hamcrest/PyHamcrest/issues/156>`_
     - * Fix is_() type annotations

OBS-URL: https://build.opensuse.org/request/show/967426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyHamcrest?expand=0&rev=21
This commit is contained in:
2022-04-07 09:35:00 +00:00
committed by Git OBS Bridge
parent 92db7277ce
commit d7de71e079
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 7 06:52:55 UTC 2022 - pgajdos@suse.com
- version update to 2.0.3
* 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.
`#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.
`#156 <https://github.com/hamcrest/PyHamcrest/issues/156>`_
- * Fix is_() type annotations
-------------------------------------------------------------------
Thu Mar 26 16:28:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>