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
This commit is contained in:
Dominique Leuenberger 2018-05-11 09:26:38 +00:00 committed by Git OBS Bridge
parent dd3e42c536
commit 48aacc1496
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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