Changelog for
python3-mock-doc-2.0.0-4.6.noarch.rpm :
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Sat Apr 9 14:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 2.0.0:
* Fix #338: depend on a fixed version of funcsigs
* More 3.2 support dropping cleanup
* Update sync point
* Add Mock.assert_called()
* Issue25347 - Format the error message output of mock\'s
assert_has_calls method
* Issue #22138: Fix mock.patch behavior when patching
descriptors. Restore original values after patching
* Issue #24857: Comparing call_args to a long sequence now correctly
returns a boolean result instead of raising an exception
* Issue #23004: mock_open() now reads binary data correctly when the
type of read_data is bytes
* Add version info in the docs
* Update six to a version with raises_from
* Fix #328 - handle unicode __repr__ on Python 2.x
* Drop support for Python 3.2
* Fix typo in docs/index.txt
* Fix README.rst checking
* Be clearer about Python version compat
* Issue #295: use a setup_requires dependency
* Improve grouping of imports in tests
* Use six to detect python2/3 in main module
* Use six to detect python2/3 in test modules
Mon Oct 12 14:00:00 2015 toddrme2178AATTgmail.com
- Don\'t run tests in doc package.
Mon Oct 12 14:00:00 2015 toddrme2178AATTgmail.com
- Split documentation into separate spec file to avoid dependency loop
python3-mock <--> python3-Sphinx