summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wrapt_2.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-wrapt: upgrade 2.1.1 -> 2.1.2Wang Mingyu3 days1-0/+21
Changelog: =========== - Building of Python wheels for riscv64 Linux platform had been accidentally removed from the build configuration. This has now been added back in. - When a weak function proxy was created for a bound method and the instance it was bound to was garbage collected, calling the proxy would silently call the function as unbound instead of raising a ReferenceError. - When deleting an attribute named __annotations__ on an object proxy, the attribute was only being deleted from the proxy and not also from the wrapped object. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>