2019-05-15 17:40:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 15 17:39:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch from upstream to build with new mock:
|
|
|
|
* mock30.patch
|
|
|
|
|
2019-04-29 08:07:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 29 08:07:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.10.4:
|
|
|
|
* Fix plugin when 'terminal' plugin is disabled
|
|
|
|
|
2019-04-01 08:36:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 1 08:34:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.10.3:
|
|
|
|
* Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140).
|
|
|
|
|
2019-03-26 09:41:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 09:33:33 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v1.10.2
|
|
|
|
* Fix bug at the end of the test session when a call to
|
|
|
|
patch.stopall is done explicitly by user code.
|
|
|
|
|
2019-02-24 16:05:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 13 09:46:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.10.1:
|
|
|
|
* Fix broken links and update README. Also the code is now formatted using black.
|
|
|
|
|
2018-05-11 09:26:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 6 19:35:00 UTC 2018 - arun@gmx.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 @rouge8 for the PR (#115).
|
|
|
|
|
2018-04-26 11:34:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 21 16:39:10 UTC 2018 - arun@gmx.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 @rouge8 for the PR (#113).
|
|
|
|
|
|
|
|
- changes from version 1.8.0:
|
|
|
|
* Add aliases for NonCallableMock and create_autospec to
|
|
|
|
mocker. Thanks @mlhamel for the PR (#111).
|
|
|
|
|
2018-03-05 12:36:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 3 10:13:26 UTC 2018 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.7.1
|
|
|
|
* fix reading README.rst in setup.py
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 2 10:04:50 UTC 2018 - chris@computersalat.de
|
|
|
|
|
|
|
|
- fix deps for setuptools
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 1 00:05:11 UTC 2018 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- update to 1.7.0
|
|
|
|
* Drop support for python-2.6 and python-3.3
|
|
|
|
|
2017-10-21 18:20:13 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-01-16 08:37:39 +00:00
|
|
|
Thu Jan 11 12:23:03 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix building with python3 only available
|
|
|
|
- Install properly license file/etc
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-10-21 18:20:13 +00:00
|
|
|
Wed Oct 11 14:45:16 UTC 2017 - mpluskal@suse.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
|
|
|
|
|
2017-08-14 10:38:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 11 14:27:43 UTC 2017 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Remove python-virtualenv BuildRequires and simplify test
|
|
|
|
execution
|
|
|
|
|
2017-05-16 12:28:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 5 12:22:45 UTC 2017 - jmatejek@suse.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 09:06:36 UTC 2017 - okurz@suse.com
|
|
|
|
|
|
|
|
- Initial singlespec submission
|
|
|
|
|