14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=69
This commit is contained in:
2024-06-10 11:11:42 +00:00
committed by Git OBS Bridge
parent ca9750c0f3
commit ea0977239e
5 changed files with 17 additions and 80 deletions

View File

@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-responses
Version: 0.25.0
Version: 0.25.2
Release: 0
Summary: A utility library for mocking out the `requests` Python library
License: Apache-2.0
URL: https://github.com/getsentry/responses
Source: https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#getsentry/responses#707
Patch0: use-asyncio-markers.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}