knotctl 0.1.4__tar.gz → 0.1.6__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: knotctl
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: A CLI for knotapi.
5
5
  Author-email: Micke Nordin <hej@mic.ke>
6
6
  Requires-Python: >=3.9
@@ -16,7 +16,7 @@ classifiers=[
16
16
  "Operating System :: OS Independent",
17
17
  ]
18
18
  requires-python= ">=3.9"
19
- version = "0.1.4"
19
+ version = "0.1.6"
20
20
 
21
21
  dependencies = [
22
22
  "argcomplete==2.0.0",
@@ -40,7 +40,7 @@ include = ["LICENSE", "README.md"]
40
40
  [tool.briefcase]
41
41
  project_name = "knotctl"
42
42
  bundle = "org.smolnet"
43
- version = "0.1.4"
43
+ version = "0.1.6"
44
44
 
45
45
  [tool.briefcase.app.knotctl]
46
46
  formal_name = "knotctl"
@@ -0,0 +1,5 @@
1
+ argcomplete>=2.0.0
2
+ pyyaml>=6.0.1
3
+ requests>=2.27.1
4
+ simplejson>=3.17.6
5
+ openstacksdk>=4.2.0
@@ -163,7 +163,7 @@ def main() -> int:
163
163
  user = config["username"]
164
164
  if "ttl" in args:
165
165
  ttl = args.ttl
166
- if "data" in args:
166
+ if "data" in args and args.data is not None:
167
167
  quotedata = quote(args.data, safe="")
168
168
  if args.command != "update":
169
169
  args.argument = None
@@ -1,5 +0,0 @@
1
- argcomplete==2.0.0
2
- pyyaml==6.0.1
3
- requests==2.27.1
4
- simplejson==3.17.6
5
- openstacksdk==4.2.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes