From 48aacc14967e9fd2f0ddd234c52b2bec01c8056f1becd4293be400b4803a18fe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 11 May 2018 09:26:38 +0000 Subject: [PATCH] Accepting request 605130 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/605130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=7 --- pytest-mock-1.10.0.tar.gz | 3 +++ pytest-mock-1.9.0.tar.gz | 3 --- python-pytest-mock.changes | 7 +++++++ python-pytest-mock.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 pytest-mock-1.10.0.tar.gz delete mode 100644 pytest-mock-1.9.0.tar.gz 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