commit python-responses for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-responses for openSUSE:Factory checked in at 2021-11-03 17:25:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-responses (Old) and /work/SRC/openSUSE:Factory/.python-responses.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-responses" Wed Nov 3 17:25:11 2021 rev:16 rq:928317 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes 2021-05-20 19:23:52.998235694 +0200 +++ /work/SRC/openSUSE:Factory/.python-responses.new.1890/python-responses.changes 2021-11-03 17:25:15.789304318 +0100 @@ -1,0 +2,38 @@ +Sat Oct 30 20:38:16 UTC 2021 - Dirk M��ller <dmueller@suse.com> + +- update to 0.15.0: + * Added `responses.PassthroughResponse` and + `reponses.BaseResponse.passthrough`. These features make building passthrough + responses more compatible with dynamcially generated response objects. + * Removed the unused ``_is_redirect()`` function from responses internals. + * Added `responses.matchers.request_kwargs_matcher`. This matcher allows you + to match additional request arguments like `stream`. + * Added `responses.matchers.multipart_matcher`. This matcher allows you + to match request body and headers for ``multipart/form-data`` data + * Added `responses.matchers.query_string_matcher`. This matcher allows you + to match request query string, similar to `responses.matchers.query_param_matcher`. + * Added `responses.matchers.header_matcher()`. This matcher allows you to match + request headers. By default only headers supplied to `header_matcher()` are checked. + You can make header matching exhaustive by passing `strict_match=True` to `header_matcher()`. + * Changed all matchers output message in case of mismatch. Now message is aligned + between Python2 and Python3 versions + * Deprecate ``stream`` argument in ``Response`` and ``CallbackResponse`` + * Added Python 3.10 support + +------------------------------------------------------------------- +Tue Oct 26 20:49:46 UTC 2021 - Dirk M��ller <dmueller@suse.com> + +- update to 0.14.0: + * Added `responses.matchers`. + * Moved `responses.json_params_matcher` to `responses.matchers.json_param_matcher` + * Moved `responses.urlencoded_params_matcher` to + `responses.matchers.urlencoded_param_matcher` + * Added `responses.query_params_matcher`. This matcher allows you to match + query strings with a dictionary. + * Added `auto_calculate_content_length` option to `responses.add()`. When + enabled, this option will generate a `Content-Length` header + based on the number of bytes in the response body. + * Improve typing support + * Use URLs with normalized hostnames when comparing URLs. + +------------------------------------------------------------------- Old: ---- responses-0.13.3.tar.gz New: ---- responses-0.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-responses.spec ++++++ --- /var/tmp/diff_new_pack.jTbEEW/_old 2021-11-03 17:25:16.289304591 +0100 +++ /var/tmp/diff_new_pack.jTbEEW/_new 2021-11-03 17:25:16.289304591 +0100 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-responses -Version: 0.13.3 +Version: 0.15.0 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 ++++++ responses-0.13.3.tar.gz -> responses-0.15.0.tar.gz ++++++ ++++ 4654 lines of diff (skipped)
participants (1)
-
Source-Sync