15
0

- Update to 0.10.4:

- drop Python 2.6, 3.3 and Jython support
  - add Python 3.6 and 3.7 support
  - don't hide exception when flexmock is used as context manager
  - fix expectation reset for static methods on pypy 2
  - ensure original exception isn't suppressed in pytest hook

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-28 14:28:59 +00:00
committed by Git OBS Bridge
parent 3bec86b792
commit fccc883559
4 changed files with 14 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flexmock
Version: 0.10.3
Version: 0.10.4
Release: 0
Summary: Testing library for creating mocks, stubs and fakes
License: BSD-2-Clause