14
0

- update to 0.25.7:

* Added support for python 3.13
  * Added py.typed to package_data
  * Responses can now match requests that use `data` with file-
    like objects.
  * Files will be read as bytes and stored in the request mock.
  * `RequestsMock.matchers` was added. This property is an alias
    to `responses.matchers`. See #739
  * Removed tests from packaged wheels. See #746
  * Improved recorder API to ease use in REPL environments. See
    #745

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=73
This commit is contained in:
2025-03-28 20:58:26 +00:00
committed by Git OBS Bridge
parent f497abea3c
commit baaf185ccc
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 28 20:56:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.25.7:
* Added support for python 3.13
* Added py.typed to package_data
* Responses can now match requests that use `data` with file-
like objects.
* Files will be read as bytes and stored in the request mock.
* `RequestsMock.matchers` was added. This property is an alias
to `responses.matchers`. See #739
* Removed tests from packaged wheels. See #746
* Improved recorder API to ease use in REPL environments. See
#745
-------------------------------------------------------------------
Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com>