diff --git a/pytest-mock-1.10.0.tar.gz b/pytest-mock-1.10.0.tar.gz new file mode 100644 index 0000000..9196bb9 --- /dev/null +++ b/pytest-mock-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89a8209d722b8307b5e351496830d5cc5e192336003a485443ae9adeb7dd4c0 +size 20754 diff --git a/pytest-mock-1.9.0.tar.gz b/pytest-mock-1.9.0.tar.gz deleted file mode 100644 index a9f6265..0000000 --- a/pytest-mock-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:173fd47c872d105368aeb22dca1415db9f269c0ee1c3832c3aebadd3e80f6133 -size 20707 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index 0d2af79..6800989 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 6 19:35:00 UTC 2018 - arun@gmx.de + +- update to version 1.10.0: + * Add support for the recently added assert_called method in Python + 3.6 and mock-2.0. Thanks @rouge8 for the PR (#115). + ------------------------------------------------------------------- Sat Apr 21 16:39:10 UTC 2018 - arun@gmx.de diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index cb0ca47..ff85519 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-mock -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: Thin-wrapper around the mock package for easier use with pytest License: MIT