forked from pool/python-responses
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:14:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user