forked from pool/python-wrapt
- update to 1.12.1:
* Applying a function wrapper to a static method of a class using the ``wrap_function_wrapper()`` function, or wrapper for the same, wasn't being done correctly when the static method was the immediate child of the target object. It was working when the name path had multiple name components. A failure would subsequently occur when the static method was called via an instance of the class, rather than the class. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 11:01:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.12.1:
|
||||
* Applying a function wrapper to a static method of a class using the
|
||||
``wrap_function_wrapper()`` function, or wrapper for the same, wasn't
|
||||
being done correctly when the static method was the immediate child of
|
||||
the target object. It was working when the name path had multiple name
|
||||
components. A failure would subsequently occur when the static method
|
||||
was called via an instance of the class, rather than the class.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 16:25:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user