Accepting request 579522 from devel:languages:python

- update to 1.4.0:
  * allow an adapter to be passed to a Mocker object
  * Rename [wheel] section to [bdist\_wheel] as the former is legacy
  * Include license file in the generated wheel package
  * Add testing for newer Python versions 3.5 and 3.6
  * Return a separate copy for each call to decorator
  * Add string representation to \_RequestObjectProxy

OBS-URL: https://build.opensuse.org/request/show/579522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2018-02-26 22:24:37 +00:00 committed by Git OBS Bridge
commit ce9adfac22
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 23 13:52:35 UTC 2018 - tbechtold@suse.com
- update to 1.4.0:
* allow an adapter to be passed to a Mocker object
* Rename [wheel] section to [bdist\_wheel] as the former is legacy
* Include license file in the generated wheel package
* Add testing for newer Python versions 3.5 and 3.6
* Return a separate copy for each call to decorator
* Add string representation to \_RequestObjectProxy
-------------------------------------------------------------------
Wed Jun 14 16:37:14 UTC 2017 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-requests-mock
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-requests-mock
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Mock out responses from the requests package
License: Apache-2.0

View File

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

View File

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