Accepting request 928317 from devel:languages:python

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/928317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-responses?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2021-11-03 16:25:11 +00:00 committed by Git OBS Bridge
commit 03d6065b60
4 changed files with 42 additions and 4 deletions

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue May 18 22:14:04 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18a5b88eb24143adbf2b4100f328a2f5bfa72fbdacf12d97d41f07c26c45553d
size 30327

3
responses-0.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:866757987d1962aa908d9c8b3185739faefd72a359e95459de0c2e4e5369c9b2
size 37965