File python3-mock-doc.changes of Package python3-mock
-------------------------------------------------------------------
Sun May 8 07:02:57 UTC 2016 - arun@gmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Apr 9 16:43:52 UTC 2016 - arun@gmx.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 20:38:34 UTC 2015 - toddrme2178@gmail.com
- Don't run tests in doc package.
-------------------------------------------------------------------
Mon Oct 12 10:46:05 UTC 2015 - toddrme2178@gmail.com
- Split documentation into separate spec file to avoid dependency loop
python3-mock <--> python3-Sphinx