robotcode-repl-server 2.5.0__py3-none-any.whl → 2.6.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__ = "2.5.0"
1
+ __version__ = "2.6.0"
@@ -154,9 +154,11 @@ def run_jsonrpc_server(
154
154
  "--source",
155
155
  type=click.Path(path_type=Path),
156
156
  metavar="FILE",
157
- help="Specifies the path to a source file. This file must not exist and will neither be read nor written. "
158
- "It is used solely to set the current working directory for the REPL script "
159
- "and to assign a name to the internal suite.",
157
+ help="Use the parent directory of FILE as the REPL's working directory. "
158
+ "Relative paths inside `Import Resource`, `Import Library`, "
159
+ "file-based variables, etc. resolve against that directory. "
160
+ "The file itself is never read or written, so the path doesn't "
161
+ "need to exist.",
160
162
  )
161
163
  @click.argument(
162
164
  "files",
@@ -217,8 +219,8 @@ def repl_server(
217
219
  run_repl(
218
220
  interpreter=interpreter,
219
221
  app=app,
220
- variablefile=variable,
221
- variable=variablefile,
222
+ variable=variable,
223
+ variablefile=variablefile,
222
224
  pythonpath=pythonpath,
223
225
  outputdir=outputdir,
224
226
  output=output,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 2.5.0
3
+ Version: 2.6.0
4
4
  Summary: RobotCode REPL Server for Robot Framework
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -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.10
28
- Requires-Dist: robotcode-jsonrpc2
29
- Requires-Dist: robotcode-runner
28
+ Requires-Dist: robotcode-jsonrpc2==2.6.0
29
+ Requires-Dist: robotcode-runner==2.6.0
30
30
  Description-Content-Type: text/markdown
31
31
 
32
32
  # robotcode-repl-server
@@ -1,12 +1,12 @@
1
1
  robotcode/repl_server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- robotcode/repl_server/__version__.py,sha256=fMbNgIJqxiZEaSBLadLBt4rZpCHqarzb4Okt-aWsp2E,22
3
- robotcode/repl_server/cli.py,sha256=yxgD_4QFwRD-BSGxto3MeimKess5_KZWkUJldERBsSk,5970
2
+ robotcode/repl_server/__version__.py,sha256=OEib63e0yPEGlhEXyrWE1OwRnleR0cHI7KSX7oZEQLs,22
3
+ robotcode/repl_server/cli.py,sha256=S6_bWYQZZV3rsZQBFSkKri33y-R9eAXa8-coede6x_4,6026
4
4
  robotcode/repl_server/hooks.py,sha256=4O9H8cefHc6T7erjPxzU941w3KWytTBB5gmvYb4bs_I,196
5
5
  robotcode/repl_server/interpreter.py,sha256=_cQ5RgGxFl4zWRHWgXgxqL-urr1SNL0Yy3OGE4U8oNQ,9282
6
6
  robotcode/repl_server/protocol.py,sha256=SGCRyYdkcQPcD9zUBOQNvHVg6f5_AhNtmi85FR92rTc,1118
7
7
  robotcode/repl_server/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
8
8
  robotcode/repl_server/server.py,sha256=zzFsD6ds56d4GQJKXoysVZP-oiS08AtMKeyLKXH9Fss,746
9
- robotcode_repl_server-2.5.0.dist-info/METADATA,sha256=XbqLnuM4BLV_VaEWAA1eAo9V4sbuoaF1kGQZwxTiLds,2806
10
- robotcode_repl_server-2.5.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
11
- robotcode_repl_server-2.5.0.dist-info/entry_points.txt,sha256=U_1iYu71VNyPq_epO0fXHki3B4BE4gR2mbZFAOWN1cg,54
12
- robotcode_repl_server-2.5.0.dist-info/RECORD,,
9
+ robotcode_repl_server-2.6.0.dist-info/METADATA,sha256=n1b5z4Y6d3xhBUkhIfNLWQpkqWaYC6_7ouha4dblSMQ,2820
10
+ robotcode_repl_server-2.6.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
11
+ robotcode_repl_server-2.6.0.dist-info/entry_points.txt,sha256=U_1iYu71VNyPq_epO0fXHki3B4BE4gR2mbZFAOWN1cg,54
12
+ robotcode_repl_server-2.6.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.30.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any