npe2 0.7.6__py3-none-any.whl → 0.7.7rc0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
npe2/_plugin_manager.py CHANGED
@@ -486,7 +486,7 @@ class PluginManager:
486
486
 
487
487
  self._disabled_plugins.add(plugin_name)
488
488
  self._contrib.remove_contributions(plugin_name)
489
- self._command_menu_map.pop(plugin_name)
489
+ self._command_menu_map.pop(plugin_name, None)
490
490
  self.events.enablement_changed({}, {plugin_name})
491
491
 
492
492
  def is_disabled(self, plugin_name: str) -> bool:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: npe2
3
- Version: 0.7.6
3
+ Version: 0.7.7rc0
4
4
  Summary: napari plugin engine v2
5
5
  Project-URL: homepage, https://github.com/napari/npe2
6
6
  Project-URL: repository, https://github.com/napari/npe2
@@ -2,7 +2,7 @@ npe2/__init__.py,sha256=2yMcClmts4aO-1qQR80J_XOcx_fiXXhPHxx6BYlvG3s,812
2
2
  npe2/__main__.py,sha256=NwbyYIU4bE1YPADH6zxLF3i7_51oELpK1UXz6141iwE,65
3
3
  npe2/_command_registry.py,sha256=-L2QLeikqcFalIk-tZgqkgEGjHUCZpm5cIGP0TxzoN8,5056
4
4
  npe2/_dynamic_plugin.py,sha256=Y_kduq8YlyF9QrNVhGbMihlaBqeoww1HXvg456jpaww,10040
5
- npe2/_plugin_manager.py,sha256=vFWIb_mC15E3ENn9M5FX1e6gCzv9KeqRpmF8I6YydMQ,30129
5
+ npe2/_plugin_manager.py,sha256=vhG_4988gXv2AVMWVw6_RDo15BYgjqau0izyJuZWdmI,30135
6
6
  npe2/_pydantic_compat.py,sha256=RpUWS_pVOAx2pbNgZvdxsZtXxR5igZA2jsSQzTWtYNU,1152
7
7
  npe2/_pytest_plugin.py,sha256=Dw73_eHFoBT_mivmFzr73ZGwBe1wwoSb790Mk1QlKn8,3610
8
8
  npe2/_setuptools_plugin.py,sha256=85tFOTmGAMeMDcPYmT3HvadPsQSAKLrAt63BhYmJQxk,6785
@@ -42,8 +42,8 @@ npe2/manifest/contributions/_submenu.py,sha256=pjHZbfn5iCQBwNaTIGMWHNNswtSPLlnml
42
42
  npe2/manifest/contributions/_themes.py,sha256=FeHBeqayZOIN4ccyik1xPZ30cE-_3Xr7aozilyoamiY,2683
43
43
  npe2/manifest/contributions/_widgets.py,sha256=ung4t6R4EB6Rz9Xmlb4Z46ilOHHmkoWkEMuHQC4kABw,2217
44
44
  npe2/manifest/contributions/_writers.py,sha256=i1usy_tR_1XIf93c8HXu0APLJI3QrOJUc0-0nxLrLbI,7867
45
- npe2-0.7.6.dist-info/METADATA,sha256=GjuPTs7RTOSBWl_j2-OslBwKW14fmdUBH3oGncTG-Tk,3095
46
- npe2-0.7.6.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
47
- npe2-0.7.6.dist-info/entry_points.txt,sha256=5zoegMudO8Hkn6589GlAXIW49Ar5HSWZjTRc0TkJu3s,250
48
- npe2-0.7.6.dist-info/licenses/LICENSE,sha256=uyX2Y2Q7D-WzOUc6EKZVDuadkWenBWSYTR--BsewGpg,1514
49
- npe2-0.7.6.dist-info/RECORD,,
45
+ npe2-0.7.7rc0.dist-info/METADATA,sha256=rABTW9rv-FYrQyt8umBTNcb3x0tsH47JsSqcEsA0MTo,3098
46
+ npe2-0.7.7rc0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
47
+ npe2-0.7.7rc0.dist-info/entry_points.txt,sha256=5zoegMudO8Hkn6589GlAXIW49Ar5HSWZjTRc0TkJu3s,250
48
+ npe2-0.7.7rc0.dist-info/licenses/LICENSE,sha256=uyX2Y2Q7D-WzOUc6EKZVDuadkWenBWSYTR--BsewGpg,1514
49
+ npe2-0.7.7rc0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.2
2
+ Generator: hatchling 1.25.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any