Compare commits

1 Commits
main ... 1.1

4 changed files with 10 additions and 64 deletions

View File

@@ -1,57 +1,3 @@
-------------------------------------------------------------------
Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.25.3:
* Fixed `recorder` not saving and loading response headers with
yaml files. See #715
-------------------------------------------------------------------
Mon Jun 10 11:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.25.2:
* Mulligan on 0.25.1 to run release pipeline correctly.
* Added `matchers.body_matcher` for matching string request
bodies. See #717
* Fixed tests failures during RPM package builds. See #706
* Fix mocked HEAD responses that have `Content-Length` set. See
* Fixed error messages when matches fail: inputs are not sorted
or reformatted. See #704
- drop use-asyncio-markers.patch (upstream)
-------------------------------------------------------------------
Tue May 7 07:29:01 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch use-asyncio-markers.patch:
* Use asyncio markers for pytest.
-------------------------------------------------------------------
Thu Mar 14 08:19:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.25.0:
* Added support for Python 3.12
* Fixed `matchers.header_matcher` not failing when a matched
header is missing from the request. See #702
-------------------------------------------------------------------
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> Sat Sep 30 19:38:00 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-responses # spec file for package python-responses
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-responses Name: python-responses
Version: 0.25.3 Version: 0.23.3
Release: 0 Release: 0
Summary: A utility library for mocking out the `requests` Python library Summary: A utility library for mocking out the `requests` Python library
License: Apache-2.0 License: Apache-2.0

BIN
responses-0.23.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
responses-0.25.3.tar.gz (Stored with Git LFS)

Binary file not shown.