14
0
forked from pool/python-wrapt

- Update to 1.11.2:

* Fix possible crash when garbage collection kicks in when invoking a destructor of wrapped object.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-07-22 11:37:49 +00:00
committed by Git OBS Bridge
parent db9958982d
commit 2e45767abf
4 changed files with 10 additions and 4 deletions

View File

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