Path to this page:
Subject: CVS commit: pkgsrc/net/py-responses
From: Adam Ciarcinski
Date: 2025-01-12 15:42:55
Message id: 20250112144255.7B9B1FC1D@cvs.NetBSD.org
Log Message:
py-responses: updated to 0.25.5
0.25.4
* 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`.
* Removed tests from packaged wheels.
* Improved recorder API to ease use in REPL environments.
Files: