Opened 3 months ago

Closed 3 months ago

#19207 closed enhancement (fixed)

pluggy-1.4.0 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 3 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 months ago

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.
  • 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.

pluggy 1.3.0 (2023-08-26)

Deprecations and Removals

  • Python 3.7 is no longer supported.

Features

  • Pluggy now exposes its typings to static type checkers.

pluggy 1.2.0 (2023-06-21)

Features

  • The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit wrapper=True designation in the @hookimpl() decorator.

pluggy 1.1.0 (YANKED)

This release was yanked because unfortunately the implicit new-style hook wrappers broke some downstream projects. This was rectified in the 1.2.0 release.

comment:3 by Bruce Dubbs, 3 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

483a2f494b Update to pixman-0.43.2.
83f3feb915 Update to mc-4.8.31.
8348b2b7f0 Update to URI-5.25 (Perl Module).
c65b4640e5 Update to pluggy-1.4.0 (Python module).
f66a2038ee Update to pytest-8.0.0 (Python module).
Note: See TracTickets for help on using tickets.