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

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>