diff --git a/pytest-mock-1.6.0.tar.gz b/pytest-mock-1.6.0.tar.gz deleted file mode 100644 index 5d65ad3..0000000 --- a/pytest-mock-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83a17cbcd4dbc7c6c9dc885a0d598f9acd11f2d5142e0718ed32e14538670c1f -size 17780 diff --git a/pytest-mock-1.6.3.tar.gz b/pytest-mock-1.6.3.tar.gz new file mode 100644 index 0000000..c4ce4d7 --- /dev/null +++ b/pytest-mock-1.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920d1167af5c2c2ad3fa0717d0c6c52e97e97810160c15721ac895cac53abb1c +size 18482 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 0f46a85..8058bce 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 11 14:45:16 UTC 2017 - mpluskal@suse.com + +- Update to version 1.6.3: + * Fix UnicodeDecodeError during assert introspection in + assert_called_with in Python 2. + * Provide source package in tar.gz format and remove obsolete + MANIFEST.in. + * Fix mocker.resetall() by ignoring mocker objects which don't + have a resetall method, like for example patch.dict + ------------------------------------------------------------------- Fri Aug 11 14:27:43 UTC 2017 - tbechtold@suse.com diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index f7cfa6c..74a2693 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname pytest-mock Name: python-%{modname} -Version: 1.6.0 +Version: 1.6.3 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT