File python3-mock.changes of Package python3-mock
-------------------------------------------------------------------
Fri Jul 18 13:42:32 UTC 2014 - toddrme2178@gmail.com
- Add patch_fix_py34_mock_1.0.1.patch: mock is not compatible with
python 3.4. python 3.4 has its a built-in mock package, but
a lot of python packages still depend on the external one for
some reason.
Patch taken from:
https://bugs.launchpad.net/ubuntu/+source/python-mock/+bug/1283742
-------------------------------------------------------------------
Wed Feb 12 11:03:45 UTC 2014 - speilicke@suse.com
- Add mock-unittest2py27.patch: For py3.2+, the stdlib unittest module
is sufficient
- Remove python-unittest2 requirement
- Use python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Mon Jul 15 07:16:48 UTC 2013 - cfarrell@suse.com
- license update: BSD-2-Clause
See LICENSE file
-------------------------------------------------------------------
Fri Jan 11 15:12:29 UTC 2013 - p.drouand@gmail.com
- Initial python3 support