14
0
forked from pool/python-requre

- 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.
- Add GitPython to BuildRequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requre?expand=0&rev=3
This commit is contained in:
2022-06-16 04:31:24 +00:00
committed by Git OBS Bridge
parent f6315028d1
commit 9d4a304595
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 16 04:31:02 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
- Add GitPython to BuildRequires
-------------------------------------------------------------------
Wed Nov 18 00:26:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>