robotcode-repl-server 0.107.0__tar.gz → 0.108.1__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.
@@ -1,3 +1,37 @@
1
+ # Created by https://www.toptal.com/developers/gitignore/api/macos
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=macos
3
+
4
+ ### macOS ###
5
+ # General
6
+ .DS_Store
7
+ .AppleDouble
8
+ .LSOverride
9
+
10
+ # Thumbnails
11
+ ._*
12
+
13
+ # Files that might appear in the root of a volume
14
+ .DocumentRevisions-V100
15
+ .fseventsd
16
+ .Spotlight-V100
17
+ .TemporaryItems
18
+ .Trashes
19
+ .VolumeIcon.icns
20
+ .com.apple.timemachine.donotpresent
21
+
22
+ # Directories potentially created on remote AFP share
23
+ .AppleDB
24
+ .AppleDesktop
25
+ Network Trash Folder
26
+ Temporary Items
27
+ .apdisk
28
+
29
+ ### macOS Patch ###
30
+ # iCloud generated files
31
+ *.icloud
32
+
33
+ # End of https://www.toptal.com/developers/gitignore/api/macos
34
+
1
35
  # Byte-compiled / optimized / DLL files
2
36
  __pycache__/
3
37
  *.py[cod]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-repl-server
3
- Version: 0.107.0
3
+ Version: 0.108.1
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.8
28
- Requires-Dist: robotcode-jsonrpc2==0.107.0
29
- Requires-Dist: robotcode-runner==0.107.0
28
+ Requires-Dist: robotcode-jsonrpc2==0.108.1
29
+ Requires-Dist: robotcode-runner==0.108.1
30
30
  Description-Content-Type: text/markdown
31
31
 
32
32
  # robotcode-repl-server
@@ -27,8 +27,8 @@ classifiers = [
27
27
  ]
28
28
  dynamic = ["version"]
29
29
  dependencies = [
30
- "robotcode-jsonrpc2==0.107.0",
31
- "robotcode-runner==0.107.0"
30
+ "robotcode-jsonrpc2==0.108.1",
31
+ "robotcode-runner==0.108.1"
32
32
  ]
33
33
 
34
34
  [project.entry-points.robotcode]
@@ -0,0 +1 @@
1
+ __version__ = "0.108.1"
@@ -1 +0,0 @@
1
- __version__ = "0.107.0"