Accepting request 533466 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/533466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-10-21 18:20:13 +00:00 committed by Git OBS Bridge
parent bafad513a0
commit 07ca7a3be9
4 changed files with 15 additions and 4 deletions

View File

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

3
pytest-mock-1.6.3.tar.gz Normal file
View File

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

View File

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

View File

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