]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
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)
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]

similarity index 88%
rename from meta/recipes-devtools/python/python3-pluggy_1.3.0.bb
rename to meta/recipes-devtools/python/python3-pluggy_1.4.0.bb
index c149cbb0e2186dfb731dc915c79ef0347509007b..6e4c0cd98cc71c2715b5f207425bb54675ec42d8 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pluggy"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
 
-SRC_URI[sha256sum] = "cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12"
+SRC_URI[sha256sum] = "8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \