Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pluggy
From: Adam Ciarcinski
Date: 2024-01-24 23:17:20
Message id: 20240124221720.D282FFA42@cvs.NetBSD.org
Log Message:
py-pluggy: updated to 1.4.0
pluggy 1.4.0 (2024-01-24)
Features
- 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.
Bug Fixes
- 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.
Files: