diff --git a/python-respx.changes b/python-respx.changes index be14137..5ba7a5a 100644 --- a/python-respx.changes +++ b/python-respx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 20 07:48:17 UTC 2024 - Dirk Müller + +- update to 0.21.1: + * Fix `files` pattern not handling `str` and `BytesIO` + * Add support for `None` values in `data` pattern + ------------------------------------------------------------------- Thu Mar 21 17:03:25 UTC 2024 - Dirk Müller diff --git a/python-respx.spec b/python-respx.spec index 2486767..3b20f50 100644 --- a/python-respx.spec +++ b/python-respx.spec @@ -17,7 +17,7 @@ Name: python-respx -Version: 0.21.0 +Version: 0.21.1 Release: 0 Summary: Mock HTTPX with request patterns and response side effects License: BSD-3-Clause diff --git a/respx-0.21.0.tar.gz b/respx-0.21.0.tar.gz deleted file mode 100644 index 5f8038c..0000000 --- a/respx-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5d448a8c2974fcd521fb17462676e85b4a04e21593301f9e2f588d8df4909e -size 432056 diff --git a/respx-0.21.1.tar.gz b/respx-0.21.1.tar.gz new file mode 100644 index 0000000..2c1bac5 --- /dev/null +++ b/respx-0.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965acc56112007665e1cbcba64e99505bd10e8aba2f41dddb51e7c909e618ea6 +size 432341