File python3-case.changes of Package python3-case
-------------------------------------------------------------------
Wed Jul 13 02:47:51 UTC 2016 - arun@gmx.de
- specfile:
* updated source url
- update to version 1.2.2:
* "mock.reload_modules": Fixed compatibility with Python 3.
- changes from version 1.2.1:
* "mock.reload_modules" now re-imports the module and calls
"reload()" on it. This fixes issues with side effects not being
properly reset after context exits.
- changes from version 1.2.0:
* Adds "mock.mute" decorator to suppress stdout with no return
value. Contributed by Tony Narlock.
* Adds "Mock.on_nth_call_do_raise(excA, excB, n)". This will make
the mock raise excA until called n times, in which it will start
to raise excB.
-------------------------------------------------------------------
Fri Jun 10 17:45:30 UTC 2016 - toddrme2178@gmail.com
- Fix license
-------------------------------------------------------------------
Thu Jun 9 18:00:16 UTC 2016 - toddrme2178@gmail.com
- Initial python 3 version.
-------------------------------------------------------------------
Fri Jun 3 17:12:53 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 1.1.4)