Skip to content

Commit d755a1e

Browse files
authored
Update to address intent test failures (#105)
* Update neon-minerva to resolve test failures * Update skill.json --------- Co-authored-by: NeonDaniel <[email protected]>
1 parent 5d990d3 commit d755a1e

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
neon-minerva[padatious]~=0.3
1+
neon-minerva[padatious]~=0.3,>=0.3.1a2

skill.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"title": "Neon Updates",
3-
"url": "https://github.com/NeonGeckoCom/skill-update",
2+
"title": "neon-skill-update",
3+
"icon": "logo.svg",
44
"summary": "Skill to update Python packages, configuration, and to create new boot media.",
5-
"short_description": "Skill to update Python packages, configuration, and to create new boot media.",
65
"description": "The update skill provides intents for the user to manage device updates, including core packages, skills, configuration, and creation of new boot media. ### Software Updates This skill can be used to check for software updates and to start the update process on supported devices. For most devices, updates will take 10-30 minutes, and you will not be able to use your device while it is updating. ### Configuration Updates For supported distributions, this skill allows getting updated default configuration. This can be useful for resetting skills configuration to the latest default, or for troubleshooting after making manual configuration changes. ### Create New Media For supported distributions, this skill is able to create a new boot drive from a clean image, similar to what would be distributed with a new device. This involves downloading a new image and then writing it to an available storage device. This is a multi-step process. 1. An operating system image is downloaded. Depending on internet connection speeds, this generally takes about 15-20 minutes. 2. After user confirmation, this image is written to a non-boot drive connected to the device. **All existing on the new boot drive is lost**. This generally takes about 30-45 minutes. 3. After this is complete, the device is shut down so the user may unplug the old drive and boot the new one.",
76
"examples": [
87
"Check for updates.",
@@ -12,9 +11,24 @@
1211
"Switch to beta releases.",
1312
"Change to stable updates."
1413
],
15-
"desktopFile": false,
16-
"warning": "",
17-
"systemDeps": false,
14+
"credits": [
15+
"Neongecko"
16+
],
17+
"categories": [
18+
"Information"
19+
],
20+
"tags": [],
21+
"category": "Information",
22+
"package_name": "neon-skill-update",
23+
"pip_spec": "neon-skill-update",
24+
"license": "BSD-3-Clause",
25+
"author": "Neongecko",
26+
"version": "3.1.2",
27+
"url": "https://github.com/NeonGeckoCom/skill-update",
28+
"skill_id": "skill-update.neongeckocom=skill_update:UpdateSkill",
29+
"skillname": "skill-update",
30+
"authorname": "NeonGeckoCom",
31+
"name": "neon-skill-update",
1832
"requirements": {
1933
"python": [
2034
"neon-utils~=1.12",
@@ -24,6 +38,9 @@
2438
"system": {},
2539
"skill": []
2640
},
41+
"desktopFile": false,
42+
"warning": "",
43+
"systemDeps": false,
2744
"incompatible_skills": [],
2845
"platforms": [
2946
"i386",
@@ -33,22 +50,6 @@
3350
"arm"
3451
],
3552
"branch": "master",
36-
"license": "BSD-3-Clause",
37-
"icon": "logo.svg",
38-
"category": "Information",
39-
"categories": [
40-
"Information"
41-
],
42-
"tags": [
43-
"NeonGecko Original",
44-
"NeonAI",
45-
"Update"
46-
],
47-
"credits": [
48-
"NeonDaniel",
49-
"NeonGeckoCom"
50-
],
51-
"skillname": "skill-update",
52-
"authorname": "NeonGeckoCom",
53-
"foldername": null
53+
"foldername": null,
54+
"short_description": "Skill to update Python packages, configuration, and to create new boot media."
5455
}

0 commit comments

Comments
 (0)