- Update to 0.21.2

* URL containing non ASCII characters in query can now be matched.
  * Requests are now cleared when calling httpx_mock.reset.
- 0.21.1
  * httpx_mock.add_callback now handles async callbacks.
- Unpin httpx and pytest in python metadata

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=7
This commit is contained in:
2023-01-16 16:40:54 +00:00
committed by Git OBS Bridge
parent 655de68525
commit d0564e44ed
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 16 16:21:19 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.21.2
* URL containing non ASCII characters in query can now be matched.
* Requests are now cleared when calling httpx_mock.reset.
- 0.21.1
* httpx_mock.add_callback now handles async callbacks.
- Unpin httpx and pytest in python metadata
-------------------------------------------------------------------
Mon Jul 25 10:37:48 UTC 2022 - Ben Greiner <code@bnavigator.de>