robotcode-plugin 2.3.1__py3-none-any.whl → 2.4.0__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.
@@ -335,9 +335,12 @@ class Application:
335
335
  self.verbose("Aborted!", file=sys.stderr)
336
336
  sys.exit(253)
337
337
 
338
- def exit(self, code: int = 0) -> None:
338
+ def exit(self, code: int = 0, fast: bool = False) -> None:
339
339
  self.verbose(f"Exit with code {code}")
340
- sys.exit(code)
340
+ if fast:
341
+ os._exit(code)
342
+ else:
343
+ sys.exit(code)
341
344
 
342
345
  @contextmanager
343
346
  def chdir(self, path: Union[str, Path, None]) -> Iterator[Optional[Path]]:
@@ -1 +1 @@
1
- __version__ = "2.3.1"
1
+ __version__ = "2.4.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-plugin
3
- Version: 2.3.1
3
+ Version: 2.4.0
4
4
  Summary: Some classes for RobotCode plugin management
5
5
  Project-URL: Donate, https://opencollective.com/robotcode
6
6
  Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
24
24
  Classifier: Topic :: Utilities
25
25
  Classifier: Typing :: Typed
26
26
  Requires-Python: >=3.10
27
- Requires-Dist: click>=8.1.0
27
+ Requires-Dist: click>=8.2.0
28
28
  Requires-Dist: colorama>=0.4.6
29
29
  Requires-Dist: pluggy>=1.0.0
30
30
  Requires-Dist: tomli-w>=1.0.0
@@ -1,11 +1,11 @@
1
- robotcode/plugin/__init__.py,sha256=gLLp9mMj7xDGRbOdtcVeb5PkFbK59QfZZLSGDoxCBpI,10913
2
- robotcode/plugin/__version__.py,sha256=neZxeMmEfjhVZM6xetRikrBdHWt5T5ehL72ZYdPtJ-E,22
1
+ robotcode/plugin/__init__.py,sha256=VkVIsdrcszWarDkdAzzxbVtIQh0sXE62gLjR1KsrUkQ,10995
2
+ robotcode/plugin/__version__.py,sha256=yLaFvd-K80rs_ClRVYULStijkok4RfYSaanIt_E-aKM,22
3
3
  robotcode/plugin/manager.py,sha256=ARNXtSbQTRktsbNQGLeU1fwtsK7GdstHa6OJaXuadrU,1098
4
4
  robotcode/plugin/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
5
5
  robotcode/plugin/specs.py,sha256=_Ws6A9CZoCTHdxx_5D8ifpj4tfwin4zYUYJ8WLhSO3U,588
6
6
  robotcode/plugin/click_helper/aliases.py,sha256=NJZKyF6GOro52fjp728OZfqZ9EptNhiJvQBhunqIpzc,1628
7
7
  robotcode/plugin/click_helper/options.py,sha256=eAU05TfOq93wVWkiYqw7BV6RrXAp1xw9jT6DsPRdZ_Y,11430
8
8
  robotcode/plugin/click_helper/types.py,sha256=ZTFw37zZqw_1QLvqvrNMcp95bgYmVhyzi5lx4MB9-7Q,3639
9
- robotcode_plugin-2.3.1.dist-info/METADATA,sha256=dWW-z_Dbo95BQVMmFl_EiA-sFjGIc0LDciR9WeYXRQ0,2757
10
- robotcode_plugin-2.3.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
11
- robotcode_plugin-2.3.1.dist-info/RECORD,,
9
+ robotcode_plugin-2.4.0.dist-info/METADATA,sha256=3ox6QU2t5osSjDLOExKj6biEv1DNOk5zoSeAUMJyqFc,2757
10
+ robotcode_plugin-2.4.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
11
+ robotcode_plugin-2.4.0.dist-info/RECORD,,