Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wrapt for openSUSE:Factory checked in at 2023-05-09 13:06:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wrapt (Old) and /work/SRC/openSUSE:Factory/.python-wrapt.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wrapt" Tue May 9 13:06:08 2023 rev:17 rq:1084875 version:1.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes 2023-04-22 21:58:54.636660499 +0200 +++ /work/SRC/openSUSE:Factory/.python-wrapt.new.1533/python-wrapt.changes 2023-05-09 13:06:13.972626378 +0200 @@ -1,0 +2,23 @@ +Thu May 4 20:43:27 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.15.0: + * When the C extension for wrapt was being used, and a property + was used on an object proxy wrapping another object to intercept + access to an attribute of the same name on the wrapped object, + if the function implementing the property + raised an exception, then the exception was ignored and not + propagated back to the caller. + * Address issue where the post import hook mechanism of wrapt + wasn't transparent and left the __loader__ and __spec__.loader + attributes of a module as the wrapt import hook loader and + not the original loader. + * Address issues where a thread deadlock could occur within the + wrapt module import handler, when code executed from a post + import hook created a new thread and code executed in the + context of the new thread itself tried to register a post + import hook, or imported a new module. + * When using ``CallableObjectProxy`` as a wrapper for a type or + function and calling the wrapped object, it was not possible + to pass a keyword argument named ``self``. + +------------------------------------------------------------------- Old: ---- 1.14.1.tar.gz New: ---- 1.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wrapt.spec ++++++ --- /var/tmp/diff_new_pack.rDnjMK/_old 2023-05-09 13:06:14.748630996 +0200 +++ /var/tmp/diff_new_pack.rDnjMK/_new 2023-05-09 13:06:14.756631044 +0200 @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-wrapt -Version: 1.14.1 +Version: 1.15.0 Release: 0 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause ++++++ 1.14.1.tar.gz -> 1.15.0.tar.gz ++++++ ++++ 1843 lines of diff (skipped)