diff --git a/python-respx.changes b/python-respx.changes index 718e815..be14137 100644 --- a/python-respx.changes +++ b/python-respx.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Mar 21 17:03:25 UTC 2024 - Dirk Müller + +- update to 0.21.0: + * Fix matching request data when files are provided + * Add support for data\_\_contains lookup + * Add `files` pattern to support matching on uploads + * Add `SetCookie` utility for easier mocking of response cookie + headers + * Enhance documentation on iterable side effects + * Enhance documentation on named routes and add tip about a + catch-all route + ------------------------------------------------------------------- Tue Jan 9 22:11:30 UTC 2024 - Dirk Müller diff --git a/python-respx.spec b/python-respx.spec index e931294..2486767 100644 --- a/python-respx.spec +++ b/python-respx.spec @@ -17,7 +17,7 @@ Name: python-respx -Version: 0.20.2 +Version: 0.21.0 Release: 0 Summary: Mock HTTPX with request patterns and response side effects License: BSD-3-Clause diff --git a/respx-0.20.2.tar.gz b/respx-0.20.2.tar.gz deleted file mode 100644 index 179d6cf..0000000 --- a/respx-0.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c5569cc328ceb36cc2a45b48896e151180f16a34b5e59f37c5cbef6d04a41c3 -size 428472 diff --git a/respx-0.21.0.tar.gz b/respx-0.21.0.tar.gz new file mode 100644 index 0000000..5f8038c --- /dev/null +++ b/respx-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5d448a8c2974fcd521fb17462676e85b4a04e21593301f9e2f588d8df4909e +size 432056