- update to 0.20.2:

* Better assertion output for `assert_all_called`
  * Support for quoted path pattern matching
  * Enable content\_\_contains pattern, thanks @rjprins
  * Added initial `CONTRIBUTING.md`, thanks @morenoh149
  * Docs about retrieving mocked calls, thanks
  * Docs about `Router.assert_all_called()`, thanks @BeyondEvil
    for input
- drop use-real-ipv6-address.patch (upstream)
- Update to version 0.20.0
  pytest-asyncio.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-respx?expand=0&rev=13
This commit is contained in:
2024-01-09 22:11:54 +00:00
committed by Git OBS Bridge
parent 492c766b5c
commit bcb31b2664
5 changed files with 20 additions and 25 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 9 22:11:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.20.2:
* Better assertion output for `assert_all_called`
* Support for quoted path pattern matching
* Enable content\_\_contains pattern, thanks @rjprins
* Added initial `CONTRIBUTING.md`, thanks @morenoh149
* Docs about retrieving mocked calls, thanks
* Docs about `Router.assert_all_called()`, thanks @BeyondEvil
for input
- drop use-real-ipv6-address.patch (upstream)
-------------------------------------------------------------------
Fri Jun 16 06:03:28 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -13,7 +26,7 @@ Mon Jan 16 11:33:19 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Wed Oct 12 15:57:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.20.0
- Update to version 0.20.0
Changed
* Type Router.__getitem__ to not return optional routes, thanks @flaeppe (#216)
* Change Call.response to raise instead of returning optional response (#217)
@@ -31,7 +44,7 @@ Wed Oct 12 15:57:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Mon Aug 22 07:35:00 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Run pytest with --asyncio-mode=auto due to new release of
pytest-asyncio.
pytest-asyncio.
-------------------------------------------------------------------
Tue Aug 2 04:13:14 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>