From acaecdf38796f60689164b8810e80da1505eac3393085ea939c9cd1b0eeee8ad Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 5 Feb 2019 13:48:00 +0000 Subject: [PATCH] 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 --- python-responses.changes | 20 ++++++++++++++++++++ python-responses.spec | 4 ++-- responses-0.10.5.tar.gz | 3 +++ responses-0.9.0.tar.gz | 3 --- 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 responses-0.10.5.tar.gz delete mode 100644 responses-0.9.0.tar.gz diff --git a/python-responses.changes b/python-responses.changes index 17ba63b..ebb5261 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 5 13:02:18 UTC 2019 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-responses.spec b/python-responses.spec index 0f1a858..701e6bc 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,7 +1,7 @@ # # spec file for package python-responses # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-responses -Version: 0.9.0 +Version: 0.10.5 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 diff --git a/responses-0.10.5.tar.gz b/responses-0.10.5.tar.gz new file mode 100644 index 0000000..3f1e9d7 --- /dev/null +++ b/responses-0.10.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85882d2dc608ce6b5713a4e1534120f4a0dc6ec79d1366570d2b0c909a50c87 +size 19314 diff --git a/responses-0.9.0.tar.gz b/responses-0.9.0.tar.gz deleted file mode 100644 index 94aa4e3..0000000 --- a/responses-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6082710f4abfb60793899ca5f21e7ceb25aabf321560cc0726f8b59006811c9 -size 19766