robotcode-runner 0.79.0__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-runner
3
- Version: 0.79.0
3
+ Version: 0.80.0
4
4
  Summary: RobotCode runner plugin for Robot Framework
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,10 +25,10 @@ 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-modifiers==0.79.0
29
- Requires-Dist: robotcode-plugin==0.79.0
30
- Requires-Dist: robotcode-robot==0.79.0
31
- Requires-Dist: robotcode==0.79.0
28
+ Requires-Dist: robotcode-modifiers==0.80.0
29
+ Requires-Dist: robotcode-plugin==0.80.0
30
+ Requires-Dist: robotcode-robot==0.80.0
31
+ Requires-Dist: robotcode==0.80.0
32
32
  Requires-Dist: robotframework>=4.1.0
33
33
  Description-Content-Type: text/markdown
34
34
 
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
36
36
 
37
37
  [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-runner.svg)](https://pypi.org/project/robotcode-runner)
38
38
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-runner.svg)](https://pypi.org/project/robotcode-runner)
39
- [![License](https://img.shields.io/github/license/d-biehl/robotcode?style=flat&logo=apache)](https://github.com/d-biehl/robotcode/blob/master/LICENSE.txt)
39
+ [![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE.txt)
40
40
 
41
41
  -----
42
42
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-runner.svg)](https://pypi.org/project/robotcode-runner)
4
4
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-runner.svg)](https://pypi.org/project/robotcode-runner)
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
 
@@ -28,10 +28,10 @@ classifiers = [
28
28
  dynamic = ["version"]
29
29
  dependencies = [
30
30
  "robotframework>=4.1.0",
31
- "robotcode-robot==0.79.0",
32
- "robotcode-modifiers==0.79.0",
33
- "robotcode-plugin==0.79.0",
34
- "robotcode==0.79.0",
31
+ "robotcode-robot==0.80.0",
32
+ "robotcode-modifiers==0.80.0",
33
+ "robotcode-plugin==0.80.0",
34
+ "robotcode==0.80.0",
35
35
  ]
36
36
 
37
37
  [project.entry-points.robotcode]
@@ -40,10 +40,10 @@ runner = "robotcode.runner.hooks"
40
40
  [project.urls]
41
41
  Homepage = "https://robotcode.io"
42
42
  Donate = "https://github.com/sponsors/d-biehl"
43
- Documentation = "https://github.com/d-biehl/robotcode#readme"
44
- Changelog = "https://github.com/d-biehl/robotcode/blob/main/CHANGELOG.md"
45
- Issues = "https://github.com/d-biehl/robotcode/issues"
46
- Source = "https://github.com/d-biehl/robotcode"
43
+ Documentation = "https://github.com/robotcodedev/robotcode#readme"
44
+ Changelog = "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md"
45
+ Issues = "https://github.com/robotcodedev/robotcode/issues"
46
+ Source = "https://github.com/robotcodedev/robotcode"
47
47
 
48
48
  [tool.hatch.version]
49
49
  path = "src/robotcode/runner/__version__.py"
@@ -0,0 +1 @@
1
+ __version__ = "0.80.0"
@@ -1 +0,0 @@
1
- __version__ = "0.79.0"