robotcode-jsonrpc2 0.78.4__tar.gz → 0.80.0__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,13 +1,13 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robotcode-jsonrpc2
3
- Version: 0.78.4
3
+ Version: 0.80.0
4
4
  Summary: JSONRPC Server for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://github.com/sponsors/d-biehl
7
- Project-URL: Documentation, https://github.com/d-biehl/robotcode#readme
8
- Project-URL: Changelog, https://github.com/d-biehl/robotcode/blob/main/CHANGELOG.md
9
- Project-URL: Issues, https://github.com/d-biehl/robotcode/issues
10
- Project-URL: Source, https://github.com/d-biehl/robotcode
7
+ Project-URL: Documentation, https://github.com/robotcodedev/robotcode#readme
8
+ Project-URL: Changelog, https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md
9
+ Project-URL: Issues, https://github.com/robotcodedev/robotcode/issues
10
+ Project-URL: Source, https://github.com/robotcodedev/robotcode
11
11
  Author-email: Daniel Biehl <dbiehl@live.de>
12
12
  License: Apache-2.0
13
13
  License-File: LICENSE.txt
@@ -25,14 +25,14 @@ 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.78.4
28
+ Requires-Dist: robotcode-core==0.80.0
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  # robotcode-jsonrpc2
32
32
 
33
33
  [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-jsonrpc2.svg)](https://pypi.org/project/robotcode-jsonrpc2)
34
34
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-jsonrpc2.svg)](https://pypi.org/project/robotcode-jsonrpc2)
35
- [![License](https://img.shields.io/github/license/d-biehl/robotcode?style=flat&logo=apache)](https://github.com/d-biehl/robotcode/blob/master/LICENSE.txt)
35
+ [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE.txt)
36
36
 
37
37
  -----
38
38
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-jsonrpc2.svg)](https://pypi.org/project/robotcode-jsonrpc2)
4
4
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-jsonrpc2.svg)](https://pypi.org/project/robotcode-jsonrpc2)
5
- [![License](https://img.shields.io/github/license/d-biehl/robotcode?style=flat&logo=apache)](https://github.com/d-biehl/robotcode/blob/master/LICENSE.txt)
5
+ [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE.txt)
6
6
 
7
7
  -----
8
8
 
@@ -25,16 +25,16 @@ classifiers = [
25
25
  "Framework :: Robot Framework",
26
26
  "Framework :: Robot Framework :: Tool",
27
27
  ]
28
- dependencies = ["robotcode-core==0.78.4"]
28
+ dependencies = ["robotcode-core==0.80.0"]
29
29
  dynamic = ["version"]
30
30
 
31
31
  [project.urls]
32
32
  Homepage = "https://robotcode.io"
33
33
  Donate = "https://github.com/sponsors/d-biehl"
34
- Documentation = "https://github.com/d-biehl/robotcode#readme"
35
- Changelog = "https://github.com/d-biehl/robotcode/blob/main/CHANGELOG.md"
36
- Issues = "https://github.com/d-biehl/robotcode/issues"
37
- Source = "https://github.com/d-biehl/robotcode"
34
+ Documentation = "https://github.com/robotcodedev/robotcode#readme"
35
+ Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
36
+ Issues = "https://github.com/robotcodedev/robotcode/issues"
37
+ Source = "https://github.com/robotcodedev/robotcode"
38
38
 
39
39
  [tool.hatch.version]
40
40
  path = "src/robotcode/jsonrpc2/__version__.py"
@@ -0,0 +1 @@
1
+ __version__ = "0.80.0"
@@ -1 +0,0 @@
1
- __version__ = "0.78.4"