python-wrapt
No description set
- Developed at devel:languages:python
-
12
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-wrapt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1.12.1.tar.gz | 0000126750 124 KB | |
python-wrapt.changes | 0000003307 3.23 KB | |
python-wrapt.spec | 0000002667 2.6 KB |
Revision 10 (latest revision is 19)
Dominique Leuenberger (dimstar_suse)
accepted
request 785594
from
Dirk Mueller (dirkmueller)
(revision 10)
- 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.
Comments 0