- update to 0.16.0:
* Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling. * Replaced adhoc URL parsing with `urllib.parse`. * Added ``match`` parameter to ``add_callback`` method * Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you to match request URL fragment identifier. * Improved test coverage. * Fixed failing test in python 2.7 when `python-future` is also installed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=35
This commit is contained in:
parent
d8696275cc
commit
eae844a863
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 11:54:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.16.0:
|
||||
* Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling.
|
||||
* Replaced adhoc URL parsing with `urllib.parse`.
|
||||
* Added ``match`` parameter to ``add_callback`` method
|
||||
* Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you
|
||||
to match request URL fragment identifier.
|
||||
* Improved test coverage.
|
||||
* Fixed failing test in python 2.7 when `python-future` is also installed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 30 20:38:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-responses
|
||||
Version: 0.15.0
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Summary: A utility library for mocking out the `requests` Python library
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866757987d1962aa908d9c8b3185739faefd72a359e95459de0c2e4e5369c9b2
|
||||
size 37965
|
3
responses-0.16.0.tar.gz
Normal file
3
responses-0.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
|
||||
size 41943
|
Loading…
Reference in New Issue
Block a user