robotcode-plugin 1.3.0.dev6__py3-none-any.whl → 1.5.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.
@@ -1 +1 @@
1
- __version__ = "1.3.0-dev.6"
1
+ __version__ = "1.5.0"
@@ -20,7 +20,7 @@ import click
20
20
  T = TypeVar("T", bound=Enum)
21
21
 
22
22
 
23
- class EnumChoice(click.Choice, Generic[T]):
23
+ class EnumChoice(click.Choice, Generic[T]): # type: ignore[type-arg]
24
24
  """A click.Choice that accepts Enum values."""
25
25
 
26
26
  def __init__(
@@ -30,7 +30,7 @@ class EnumChoice(click.Choice, Generic[T]):
30
30
  excluded: Optional[Set[T]] = None,
31
31
  ) -> None:
32
32
  super().__init__(
33
- choices if excluded is None else (set(choices).difference(excluded)), # type: ignore
33
+ choices if excluded is None else (set(choices).difference(excluded)),
34
34
  case_sensitive,
35
35
  )
36
36
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-plugin
3
- Version: 1.3.0.dev6
3
+ Version: 1.5.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
@@ -0,0 +1,12 @@
1
+ robotcode/plugin/__init__.py,sha256=Vb8ompXL55C0E3yO_m5HpLullF3u5iEs_M_jSsEL98k,9887
2
+ robotcode/plugin/__version__.py,sha256=X9pTeGHIYZtDOmfb9pnn2DEqWZMAyaPlqdFwEhsuSvk,22
3
+ robotcode/plugin/manager.py,sha256=2Uwuur239pM900blQDGGBgN7L9uCF4qdWy5Ur-iS29U,1112
4
+ robotcode/plugin/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
5
+ robotcode/plugin/specs.py,sha256=_Ws6A9CZoCTHdxx_5D8ifpj4tfwin4zYUYJ8WLhSO3U,588
6
+ robotcode/plugin/click_helper/aliases.py,sha256=NJZKyF6GOro52fjp728OZfqZ9EptNhiJvQBhunqIpzc,1628
7
+ robotcode/plugin/click_helper/options.py,sha256=eAU05TfOq93wVWkiYqw7BV6RrXAp1xw9jT6DsPRdZ_Y,11430
8
+ robotcode/plugin/click_helper/types.py,sha256=ZTFw37zZqw_1QLvqvrNMcp95bgYmVhyzi5lx4MB9-7Q,3639
9
+ robotcode_plugin-1.5.0.dist-info/METADATA,sha256=ZX1faVeqlbGDQYWnFU_I2BQKbJngLWFydr2KTa4CID8,2103
10
+ robotcode_plugin-1.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ robotcode_plugin-1.5.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
+ robotcode_plugin-1.5.0.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- robotcode/plugin/__init__.py,sha256=Vb8ompXL55C0E3yO_m5HpLullF3u5iEs_M_jSsEL98k,9887
2
- robotcode/plugin/__version__.py,sha256=pq2rJvPWP2QTfDdHC9skh4RFueFS5D9YFJqamAJsLNk,28
3
- robotcode/plugin/manager.py,sha256=2Uwuur239pM900blQDGGBgN7L9uCF4qdWy5Ur-iS29U,1112
4
- robotcode/plugin/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
5
- robotcode/plugin/specs.py,sha256=_Ws6A9CZoCTHdxx_5D8ifpj4tfwin4zYUYJ8WLhSO3U,588
6
- robotcode/plugin/click_helper/aliases.py,sha256=NJZKyF6GOro52fjp728OZfqZ9EptNhiJvQBhunqIpzc,1628
7
- robotcode/plugin/click_helper/options.py,sha256=eAU05TfOq93wVWkiYqw7BV6RrXAp1xw9jT6DsPRdZ_Y,11430
8
- robotcode/plugin/click_helper/types.py,sha256=Kvs-8Va3KbY3NBDCz2pI_yoWV2N-KnmdCePxD21nvLI,3629
9
- robotcode_plugin-1.3.0.dev6.dist-info/METADATA,sha256=tu8kXu2tMicyLD4Y8cfRLF--QM_mbaJ_y1I3oY0IX_g,2108
10
- robotcode_plugin-1.3.0.dev6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- robotcode_plugin-1.3.0.dev6.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
12
- robotcode_plugin-1.3.0.dev6.dist-info/RECORD,,