2022-06-16 04:31:24 +00:00
|
|
|
-------------------------------------------------------------------
|
2022-06-20 06:05:09 +00:00
|
|
|
Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
2022-06-16 04:31:24 +00:00
|
|
|
|
|
|
|
- Update to 0.8.2:
|
|
|
|
* default decorator if not given
|
|
|
|
* guess output decorator class
|
|
|
|
* class shortcut decorators
|
|
|
|
* python tuple support as base type
|
|
|
|
* Fix a performance issue when detecting cassettes following the old
|
|
|
|
naming format.
|
|
|
|
* New decorators for handling temporary files (MkTemp) and directories
|
|
|
|
(MkDTemp) in a more transparent way. The old implementation based on
|
|
|
|
static paths and counter has been deprecated.
|
|
|
|
* Fix the problem with kwarg decorators that causes the function body
|
|
|
|
not to be executed.
|
|
|
|
- Change skipped tests expression due to reorganization.
|
2022-06-20 05:48:33 +00:00
|
|
|
- Add GitPython to {Build,}Requires
|
2022-06-16 04:31:24 +00:00
|
|
|
|
2020-11-19 12:20:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 18 00:26:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v0.4.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 9 09:32:59 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v0.2.4
|