forked from pool/python-responses
Accepting request 671858 from home:glaubitz:branches:devel:languages:python
- Update to 0.10.4
+ Fixed generated wrapper when using `@responses.activate` in Python 3.6+
when decorated functions use parameter and/or return annotations.
- from version 0.10.3
+ Fixed deprecation warnings in python 3.7 for inspect module usage.
- from version 0.10.2
+ Fixed build setup to use undeprecated `pytest` bin stub.
+ Updated `tox` configuration.
+ Added example of using responses with `pytest.fixture`.
+ Removed dependency on `biscuits` in py3. Instead `http.cookies` is being used.
- from version 0.10.1
+ Packaging fix to distribute wheel (#219).
- from version 0.10.0
+ Fix passing through extra settings (#207).
+ Fix collections.abc warning on Python 3.7 (#215).
+ Use 'biscuits' library instead of 'cookies' on Python 3.4+ (#218).
OBS-URL: https://build.opensuse.org/request/show/671858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 13:02:18 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.10.4
|
||||
+ Fixed generated wrapper when using `@responses.activate` in Python 3.6+
|
||||
when decorated functions use parameter and/or return annotations.
|
||||
- from version 0.10.3
|
||||
+ Fixed deprecation warnings in python 3.7 for inspect module usage.
|
||||
- from version 0.10.2
|
||||
+ Fixed build setup to use undeprecated `pytest` bin stub.
|
||||
+ Updated `tox` configuration.
|
||||
+ Added example of using responses with `pytest.fixture`.
|
||||
+ Removed dependency on `biscuits` in py3. Instead `http.cookies` is being used.
|
||||
- from version 0.10.1
|
||||
+ Packaging fix to distribute wheel (#219).
|
||||
- from version 0.10.0
|
||||
+ Fix passing through extra settings (#207).
|
||||
+ Fix collections.abc warning on Python 3.7 (#215).
|
||||
+ Use 'biscuits' library instead of 'cookies' on Python 3.4+ (#218).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:53:50 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user