forked from pool/python-responses
- update to 0.13.3:
* Switch from Travis to GHA for deployment. * Fixed incorrect type stubs for `add_callback` * Fixed packages not containing type stubs. * `responses.upsert()` was added. This method will `add()` a response if one has not already been registered for a URL, or `replace()` an existing response. * `responses.registered()` was added. The method allows you to get a list of the currently registered responses. This formalizes the previously private `responses.mock._matches` method. * A more useful `__repr__` has been added to `Response`. * Error messages have been improved. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:14:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.13.3:
|
||||
* Switch from Travis to GHA for deployment.
|
||||
* Fixed incorrect type stubs for `add_callback`
|
||||
* Fixed packages not containing type stubs.
|
||||
* `responses.upsert()` was added. This method will `add()` a response if one
|
||||
has not already been registered for a URL, or `replace()` an existing
|
||||
response.
|
||||
* `responses.registered()` was added. The method allows you to get a list of
|
||||
the currently registered responses. This formalizes the previously private
|
||||
`responses.mock._matches` method.
|
||||
* A more useful `__repr__` has been added to `Response`.
|
||||
* Error messages have been improved.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 8 22:40:48 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user