- update to 0.24.1:
* Reverted overloads removal * Added typing to `Call` attributes. * Fix socket issues (see #693) * Added `BaseResponse.calls` to access calls data of a separate mocked request. See #664 * Added `real_adapter_send` parameter to `RequestsMock` that will allow users to set through which function they would like to send real requests * Added support for re.Pattern based header matching. * Added support for gzipped response bodies to `json_params_matcher`. * Fix `Content-Type` headers issue when the header was duplicated. See #644 * Moved types-pyyaml dependency to `tests_requires` * Removed Python3.7 support * moto needs to stay with urllib3 < 2 due to boto. - add skips for unsupported python versions - switch to pytest4 actually not pytest3 - Update for singlespec - Initial release OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=63
This commit is contained in:
parent
cb5fe533b1
commit
8d0be16572
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 18:39:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.24.1:
|
||||
* Reverted overloads removal
|
||||
* Added typing to `Call` attributes.
|
||||
* Fix socket issues (see #693)
|
||||
* Added `BaseResponse.calls` to access calls data of a separate
|
||||
mocked request. See #664
|
||||
* Added `real_adapter_send` parameter to `RequestsMock` that
|
||||
will allow users to set through which function they would like
|
||||
to send real requests
|
||||
* Added support for re.Pattern based header matching.
|
||||
* Added support for gzipped response bodies to
|
||||
`json_params_matcher`.
|
||||
* Fix `Content-Type` headers issue when the header was
|
||||
duplicated. See #644
|
||||
* Moved types-pyyaml dependency to `tests_requires`
|
||||
* Removed Python3.7 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 19:38:00 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-responses
|
||||
Version: 0.23.3
|
||||
Version: 0.24.1
|
||||
Release: 0
|
||||
Summary: A utility library for mocking out the `requests` Python library
|
||||
License: Apache-2.0
|
||||
|
BIN
responses-0.23.3.tar.gz
(Stored with Git LFS)
BIN
responses-0.23.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
responses-0.24.1.tar.gz
Normal file
3
responses-0.24.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b127c6ca3f8df0eb9cc82fd93109a3007a86acb24871834c47b77765152ecf8c
|
||||
size 77530
|
Loading…
x
Reference in New Issue
Block a user