robotcode-robot 0.61.4__tar.gz → 0.61.7__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/PKG-INFO +3 -3
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/pyproject.toml +2 -2
- robotcode_robot-0.61.7/src/robotcode/robot/__version__.py +1 -0
- robotcode_robot-0.61.4/src/robotcode/robot/__version__.py +0 -1
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/.gitignore +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/LICENSE.txt +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/README.md +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/__init__.py +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/config/__init__.py +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/config/loader.py +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/config/model.py +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/config/utils.py +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/py.typed +0 -0
- {robotcode_robot-0.61.4 → robotcode_robot-0.61.7}/src/robotcode/robot/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 0.61.
|
3
|
+
Version: 0.61.7
|
4
4
|
Summary: Support classes for RobotCode for handling Robot Framework projects.
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
6
|
Project-URL: Donate, https://github.com/sponsors/d-biehl
|
@@ -25,8 +25,8 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
25
25
|
Classifier: Topic :: Utilities
|
26
26
|
Classifier: Typing :: Typed
|
27
27
|
Requires-Python: >=3.8
|
28
|
-
Requires-Dist: platformdirs<3.
|
29
|
-
Requires-Dist: robotcode-core==0.61.
|
28
|
+
Requires-Dist: platformdirs<3.12.0,>=3.2.0
|
29
|
+
Requires-Dist: robotcode-core==0.61.7
|
30
30
|
Requires-Dist: robotframework>=4.1.0
|
31
31
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
32
32
|
Description-Content-Type: text/markdown
|
@@ -28,8 +28,8 @@ classifiers = [
|
|
28
28
|
dependencies = [
|
29
29
|
"robotframework>=4.1.0",
|
30
30
|
"tomli>=1.1.0; python_version < '3.11'",
|
31
|
-
"platformdirs<3.
|
32
|
-
"robotcode-core==0.61.
|
31
|
+
"platformdirs<3.12.0,>=3.2.0",
|
32
|
+
"robotcode-core==0.61.7",
|
33
33
|
]
|
34
34
|
dynamic = ["version"]
|
35
35
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.61.7"
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.61.4"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|