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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a6fb40e8f8b6a66b4ba81a4044c68e6a7b1782f21cfabc06fb765332b4c3e51
size 124773

3
1.11.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a91e2f31d71c2fcaaa1dc116ce37901aad18a554cdcc69db1dca0743d790ba72
size 124874

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 11:37:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11.2:
* Fix possible crash when garbage collection kicks in when invoking a destructor of wrapped object.
-------------------------------------------------------------------
Mon Mar 11 13:28:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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