robotcode-plugin 0.67.0__tar.gz → 0.68.0__tar.gz
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.
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/PKG-INFO +1 -1
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/__init__.py +1 -1
- robotcode_plugin-0.68.0/src/robotcode/plugin/__version__.py +1 -0
- robotcode_plugin-0.67.0/src/robotcode/plugin/__version__.py +0 -1
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/.gitignore +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/LICENSE.txt +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/README.md +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/pyproject.toml +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/aliases.py +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/options.py +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/types.py +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/manager.py +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/py.typed +0 -0
- {robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/specs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: robotcode-plugin
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.68.0
|
|
4
4
|
Summary: Some classes for RobotCode plugin management
|
|
5
5
|
Project-URL: Donate, https://github.com/sponsors/d-biehl
|
|
6
6
|
Project-URL: Documentation, https://github.com/d-biehl/robotcode#readme
|
|
@@ -8,7 +8,7 @@ from typing import IO, Any, AnyStr, Callable, Iterable, Optional, Sequence, Type
|
|
|
8
8
|
import click
|
|
9
9
|
import pluggy
|
|
10
10
|
import tomli_w
|
|
11
|
-
from robotcode.core.dataclasses import as_dict, as_json
|
|
11
|
+
from robotcode.core.utils.dataclasses import as_dict, as_json
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
14
|
"hookimpl",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.68.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.67.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/aliases.py
RENAMED
|
File without changes
|
{robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/options.py
RENAMED
|
File without changes
|
{robotcode_plugin-0.67.0 → robotcode_plugin-0.68.0}/src/robotcode/plugin/click_helper/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|