robotcode-robot 1.9.0__py3-none-any.whl → 2.0.1__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.
- robotcode/robot/__version__.py +1 -1
- robotcode/robot/diagnostics/imports_manager.py +1 -1
- {robotcode_robot-1.9.0.dist-info → robotcode_robot-2.0.1.dist-info}/METADATA +7 -6
- {robotcode_robot-1.9.0.dist-info → robotcode_robot-2.0.1.dist-info}/RECORD +5 -5
- {robotcode_robot-1.9.0.dist-info → robotcode_robot-2.0.1.dist-info}/WHEEL +0 -0
robotcode/robot/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "
|
1
|
+
__version__ = "2.0.1"
|
@@ -624,7 +624,7 @@ class ImportsManager:
|
|
624
624
|
|
625
625
|
self.load_library_timeout = load_library_timeout
|
626
626
|
|
627
|
-
self._logger.
|
627
|
+
self._logger.trace(lambda: f"Using LoadLibrary timeout of {self.load_library_timeout} seconds")
|
628
628
|
|
629
629
|
self._logger.trace(
|
630
630
|
lambda: f"Using load_library_timeout={self.load_library_timeout} (config/env/default)",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version:
|
3
|
+
Version: 2.0.1
|
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://opencollective.com/robotcode
|
@@ -15,17 +15,18 @@ Classifier: Framework :: Robot Framework
|
|
15
15
|
Classifier: Framework :: Robot Framework :: Tool
|
16
16
|
Classifier: Operating System :: OS Independent
|
17
17
|
Classifier: Programming Language :: Python
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
20
18
|
Classifier: Programming Language :: Python :: 3.10
|
21
19
|
Classifier: Programming Language :: Python :: 3.11
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
22
|
+
Classifier: Programming Language :: Python :: 3.14
|
22
23
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
23
24
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
24
25
|
Classifier: Topic :: Utilities
|
25
26
|
Classifier: Typing :: Typed
|
26
|
-
Requires-Python: >=3.
|
27
|
-
Requires-Dist: platformdirs
|
28
|
-
Requires-Dist: robotcode-core==
|
27
|
+
Requires-Python: >=3.10
|
28
|
+
Requires-Dist: platformdirs>=4.3
|
29
|
+
Requires-Dist: robotcode-core==2.0.1
|
29
30
|
Requires-Dist: robotframework>=4.1.0
|
30
31
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
31
32
|
Description-Content-Type: text/markdown
|
@@ -1,5 +1,5 @@
|
|
1
1
|
robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
robotcode/robot/__version__.py,sha256=
|
2
|
+
robotcode/robot/__version__.py,sha256=wAxkK8w13vqoF47A8iqWdSlIgRRXmZiQ0R4wePZfzhs,22
|
3
3
|
robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
4
|
robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
robotcode/robot/config/loader.py,sha256=qrP810HNMDpqhXopWa0dOa0Wq_zQfVctsNYKY6sLKGI,8654
|
@@ -11,7 +11,7 @@ robotcode/robot/diagnostics/diagnostics_modifier.py,sha256=6zJdXBd6g1QM12XJbsHd8
|
|
11
11
|
robotcode/robot/diagnostics/document_cache_helper.py,sha256=2Ekm4KEF4bwmM0TIxU-5sEtn2LyR14hb_fyVxriXJ58,24008
|
12
12
|
robotcode/robot/diagnostics/entities.py,sha256=8EM9IwJtgUD68PvmM5PjVwVWMF_tow2GYvMFebJgJM0,12514
|
13
13
|
robotcode/robot/diagnostics/errors.py,sha256=bUreFflbNYKWccbaq6T84VmYozJhsCTOBoMq3xNAIkY,2122
|
14
|
-
robotcode/robot/diagnostics/imports_manager.py,sha256=
|
14
|
+
robotcode/robot/diagnostics/imports_manager.py,sha256=t7VIjKbc3chi10NTXRu4_QLhViufIwqMIVwW2akfK34,63748
|
15
15
|
robotcode/robot/diagnostics/keyword_finder.py,sha256=FHPxstUl_0gN5EmmCF0oEjqgxcRNzCDTbxZnmIIrqL8,18730
|
16
16
|
robotcode/robot/diagnostics/library_doc.py,sha256=4Eio6ujJydBFnjJwiNKvw-0FM1LqBlFckclE7bzW6BQ,100764
|
17
17
|
robotcode/robot/diagnostics/model_helper.py,sha256=RmKg1t5qsbSbW5uiehpFzJt157gDSQ1ayzXlur26AGI,31000
|
@@ -26,6 +26,6 @@ robotcode/robot/utils/robot_path.py,sha256=Z-GVBOPA_xeD20bCJi4_AWaU0eQWvCym-YFty
|
|
26
26
|
robotcode/robot/utils/stubs.py,sha256=umugZYAyneFNgqRJBRMJPzm0u0B_TH8Sx_y-ykXnxpw,351
|
27
27
|
robotcode/robot/utils/variables.py,sha256=RCmBdVWtwVkB058QCBE_Bj3_28H1sXmYs0lJF9bVc0w,7644
|
28
28
|
robotcode/robot/utils/visitor.py,sha256=nP3O0qh3YYuxR6S8wYJRBFfNwIVgsgohURBlrnFkRYQ,2299
|
29
|
-
robotcode_robot-
|
30
|
-
robotcode_robot-
|
31
|
-
robotcode_robot-
|
29
|
+
robotcode_robot-2.0.1.dist-info/METADATA,sha256=MxNi_6iVTkvXZbD9rPAp7tNfgfjeuV3f07tkhqPwyZE,2893
|
30
|
+
robotcode_robot-2.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
31
|
+
robotcode_robot-2.0.1.dist-info/RECORD,,
|
File without changes
|