robotcode-robot 0.39.0__py3-none-any.whl → 0.41.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- robotcode/robot/__version__.py +1 -1
- {robotcode_robot-0.39.0.dist-info → robotcode_robot-0.41.0.dist-info}/METADATA +2 -2
- {robotcode_robot-0.39.0.dist-info → robotcode_robot-0.41.0.dist-info}/RECORD +5 -5
- {robotcode_robot-0.39.0.dist-info → robotcode_robot-0.41.0.dist-info}/WHEEL +0 -0
- {robotcode_robot-0.39.0.dist-info → robotcode_robot-0.41.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/robot/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.41.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.41.0
|
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,7 +25,7 @@ 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: robotcode-core==0.
|
28
|
+
Requires-Dist: robotcode-core==0.41.0
|
29
29
|
Requires-Dist: robotframework>=4.1.0
|
30
30
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
31
31
|
Description-Content-Type: text/markdown
|
@@ -1,12 +1,12 @@
|
|
1
1
|
robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
robotcode/robot/__version__.py,sha256=
|
2
|
+
robotcode/robot/__version__.py,sha256=WqzeTKVe9Q7QeiOa2KhoieBiGxzHK-Gb2TvnyeIJEKk,23
|
3
3
|
robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
4
|
robotcode/robot/utils.py,sha256=hz4AnAqMWiTy9JJAF9PHvjF7_x7DCifM8xEw9MODS1w,374
|
5
5
|
robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
robotcode/robot/config/loader.py,sha256=YmA3vbt9fQ3h7gA57usuq-JXrNuSrQl27XG8acfoETw,3938
|
7
7
|
robotcode/robot/config/model.py,sha256=SrMd2XA7FAC2EiKP8ywSu2glwYsdsTR8Kyl6zPr5UU8,78409
|
8
8
|
robotcode/robot/config/utils.py,sha256=RCahUGImQJv3rk0hhBUEPg-DTM2-jvP3XBBgRf2skr0,1669
|
9
|
-
robotcode_robot-0.
|
10
|
-
robotcode_robot-0.
|
11
|
-
robotcode_robot-0.
|
12
|
-
robotcode_robot-0.
|
9
|
+
robotcode_robot-0.41.0.dist-info/METADATA,sha256=_Rex9nDYrZ2FEOYqYVY32w5Dxfjmw9BCvz_YrpHM84Q,2178
|
10
|
+
robotcode_robot-0.41.0.dist-info/WHEEL,sha256=y1bSCq4r5i4nMmpXeUJMqs3ipKvkZObrIXSvJHm1qCI,87
|
11
|
+
robotcode_robot-0.41.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
12
|
+
robotcode_robot-0.41.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|