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:
Thomas Bechtold 2019-02-05 13:48:00 +00:00 committed by Git OBS Bridge
parent c4cdf37382
commit acaecdf387
4 changed files with 25 additions and 5 deletions

View File

@ -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>

View File

@ -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

3
responses-0.10.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c85882d2dc608ce6b5713a4e1534120f4a0dc6ec79d1366570d2b0c909a50c87
size 19314

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6082710f4abfb60793899ca5f21e7ceb25aabf321560cc0726f8b59006811c9
size 19766