diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 5921e95..a9f4036 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -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 diff --git a/python-requests-mock.spec b/python-requests-mock.spec index dfd898c..ef38e2e 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -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 diff --git a/requests-mock-1.3.0.tar.gz b/requests-mock-1.3.0.tar.gz deleted file mode 100644 index 8b46d18..0000000 --- a/requests-mock-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd86970d6c52cc97071f5185aa594de6a997a5ca63b3bb36aceb9bb9db49294b -size 42399 diff --git a/requests-mock-1.4.0.tar.gz b/requests-mock-1.4.0.tar.gz new file mode 100644 index 0000000..4d0993f --- /dev/null +++ b/requests-mock-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b +size 42169