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 +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>