14
0
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:
2020-03-16 11:02:48 +00:00
committed by Git OBS Bridge
parent b20b330dda
commit 6ab6e1f8b1
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-wrapt
Version: 1.12.0
Version: 1.12.1
Release: 0
Summary: A Python module for decorators, wrappers and monkey patching
License: BSD-2-Clause