diff --git a/python-respx.changes b/python-respx.changes index 07d35c2..d2e6429 100644 --- a/python-respx.changes +++ b/python-respx.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Oct 12 15:57:25 UTC 2022 - Yogalakshmi Arunachalam + +- 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) + ------------------------------------------------------------------- Mon Aug 22 07:35:00 UTC 2022 - Steve Kowalik diff --git a/python-respx.spec b/python-respx.spec index f25f896..734245a 100644 --- a/python-respx.spec +++ b/python-respx.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-respx -Version: 0.19.2 +Version: 0.20.0 Release: 0 Summary: Mock HTTPX with request patterns and response side effects License: BSD-3-Clause diff --git a/respx-0.19.2.tar.gz b/respx-0.19.2.tar.gz deleted file mode 100644 index 82fa743..0000000 --- a/respx-0.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c85b30b95547246fe8a9a83a7535aa91228074b85c87b7a3cee91a9c50bd2858 -size 423112 diff --git a/respx-0.20.0.tar.gz b/respx-0.20.0.tar.gz new file mode 100644 index 0000000..254afbf --- /dev/null +++ b/respx-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44410101102955258ed6edf3c8617a00b74ec2301f494de3cc9f75bea65b458 +size 424737