forked from pool/python-flexmock
Accepting request 914197 from home:glaubitz:branches:devel:languages:python
- Update to 0.10.7: - Fix ``with_args`` not working built-in functions and methods. - Fix previous pytest ``--durations`` fix not working. - from version 0.10.6 - Fix flexmock broken with Pytest 4 & 5. - Fix new_instances method not working with Python 2.7. - Fix multiple expectations for the same classmethod are not matched. - from version 0.10.5 - Improve error message on unmatched method signature expectation. - Fix using ``should_call`` passes wrong ``runtime_self``. - Fix pytest ``--durations`` flag when flexmock is installed. OBS-URL: https://build.opensuse.org/request/show/914197 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=12
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flexmock
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-flexmock
|
||||
Version: 0.10.4
|
||||
Version: 0.10.7
|
||||
Release: 0
|
||||
Summary: Testing library for creating mocks, stubs and fakes
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user