Changelog for
python3-pytest-mock-1.10.1-5.2.noarch.rpm :
Wed Feb 13 13:00:00 2019 Tomáš Chvátal
- Update to 1.10.1:
* Fix broken links and update README. Also the code is now formatted using black.
Sun May 6 14:00:00 2018 arunAATTgmx.de
- update to version 1.10.0:
* Add support for the recently added assert_called method in Python
3.6 and mock-2.0. Thanks AATTrouge8 for the PR (#115).
Sat Apr 21 14:00:00 2018 arunAATTgmx.de
- update to version 1.9.0:
* Add support for the recently added assert_called_once method in
Python 3.6 and mock-2.0. Thanks AATTrouge8 for the PR (#113).
- changes from version 1.8.0:
* Add aliases for NonCallableMock and create_autospec to
mocker. Thanks AATTmlhamel for the PR (#111).
Sat Mar 3 13:00:00 2018 mimi.vxAATTgmail.com
- update to 1.7.1
* fix reading README.rst in setup.py
Fri Mar 2 13:00:00 2018 chrisAATTcomputersalat.de
- fix deps for setuptools
Thu Mar 1 13:00:00 2018 mimi.vxAATTgmail.com
- update to 1.7.0
* Drop support for python-2.6 and python-3.3
Thu Jan 11 13:00:00 2018 tchvatalAATTsuse.com
- Fix building with python3 only available
- Install properly license file/etc
Wed Oct 11 14:00:00 2017 mpluskalAATTsuse.com
- Update to version 1.6.3:
* Fix UnicodeDecodeError during assert introspection in
assert_called_with in Python 2.
* Provide source package in tar.gz format and remove obsolete
MANIFEST.in.
* Fix mocker.resetall() by ignoring mocker objects which don\'t
have a resetall method, like for example patch.dict
Fri Aug 11 14:00:00 2017 tbechtoldAATTsuse.com
- Remove python-virtualenv BuildRequires and simplify test
execution
Wed Apr 5 14:00:00 2017 jmatejekAATTsuse.com
- update to 1.6.0
* original assertions now appear in failure message
- shorten summary
- add requirements on mock and pytest
- enable tests
Thu Mar 9 13:00:00 2017 okurzAATTsuse.com
- Initial singlespec submission