]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-pluggy: upgrade 1.3.0 -> 1.4.0
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 2 Feb 2024 00:17:42 +0000 (08:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2024 13:52:20 +0000 (13:52 +0000)
commit1bc326d5228e90bd3cd19d7f3f10b2f74a39d06e
tree08846f1ac81fe8f078f3ed7558f1e4b3226e7cdb
parent4fd3ee9e8504af687c966e85c944854c509e4cc7
python3-pluggy: upgrade 1.3.0 -> 1.4.0

Changelog:
============
-A warning :class:'~pluggy.PluggyTeardownRaisedWarning' is now issued when an
 old-style hookwrapper raises an exception during teardown. See the warning
 documentation for more details.
-Add :func:'PluginManager.unblock <pluggy.PluginManager.unblock>' method to
 unblock a plugin by plugin name.
-Fix :func:'~pluggy.HookCaller.call_extra()' extra methods getting ordered
 before everything else in some circumstances. Regressed in pluggy 1.1.0.
-Fix plugins registering other plugins in a hook when the other plugins
 implement the same hook itself. Regressed in pluggy 1.1.0.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
meta/recipes-devtools/python/python3-pluggy_1.4.0.bb [moved from meta/recipes-devtools/python/python3-pluggy_1.3.0.bb with 88% similarity]