2023-01-16 11:34:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 16 11:33:19 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.20.1
|
|
|
|
* Support HTTPX 0.23.1, thanks @g-as for input (#223)
|
|
|
|
|
2022-10-13 07:04:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 12 15:57:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
* Change CallList.last to raise instead of return optional call (#217)
|
|
|
|
* Type M() to not return optional pattern, by introducing a Noop pattern (#217)
|
|
|
|
* Type Route.pattern to not be optional (#217)
|
|
|
|
Fixed
|
|
|
|
* Correct type hints for side effects (#217)
|
|
|
|
Added
|
|
|
|
* Runs mypy on both tests and respx (#217)
|
|
|
|
* Added nox test session for python 3.11 (#217)
|
|
|
|
* Added Call.has_response helper, now that .response raises (#217)
|
|
|
|
|
2022-08-22 07:36:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-08-02 04:13:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 2 04:13:14 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Initial package for 0.19.2
|
|
|
|
|