devstack-cli 11.0.75__tar.gz → 11.0.76__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.2
2
2
  Name: devstack-cli
3
- Version: 11.0.75
3
+ Version: 11.0.76
4
4
  Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
5
5
  Author-email: Stefan Mückstein <stefan@cloudomation.com>
6
6
  Project-URL: Homepage, https://cloudomation.com/
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devstack-cli"
3
- version = "11.0.75"
3
+ version = "11.0.76"
4
4
  authors = [
5
5
  { name="Stefan Mückstein", email="stefan@cloudomation.com" },
6
6
  ]
@@ -632,12 +632,12 @@ class Cli:
632
632
  if self.cde:
633
633
  table.add_row('w', f'[cyan bold]W[/cyan bold]ait for "{self.cde_name}" CDE to be running')
634
634
  if self.cde['status'] == 'running':
635
- table.add_row('o', f"C[cyan bold]o[/cyan bold]nnect to \"{cde['name']}\" CDE")
635
+ table.add_row('o', f"C[cyan bold]o[/cyan bold]nnect to \"{self.cde['name']}\" CDE")
636
636
  elif self.cde['status'] == 'connected':
637
- table.add_row('o', f"Disc[cyan bold]o[/cyan bold]nnect from \"{cde['name']}\" CDE")
637
+ table.add_row('o', f"Disc[cyan bold]o[/cyan bold]nnect from \"{self.cde['name']}\" CDE")
638
638
  else:
639
- table.add_row('o', f"Connect to \"{cde['name']}\" CDE", 'N/A: CDE is not running', style='bright_black italic')
640
- table.add_row('c', f"[cyan bold]C[/cyan bold]onfigure \"{cde['name']}\" CDE")
639
+ table.add_row('o', f"Connect to \"{self.cde['name']}\" CDE", 'N/A: CDE is not running', style='bright_black italic')
640
+ table.add_row('c', f"[cyan bold]C[/cyan bold]onfigure \"{self.cde['name']}\" CDE")
641
641
  if self.cde['status'] in ('stopped', 'deleted'):
642
642
  table.add_row('s', f'[cyan bold]S[/cyan bold]tart "{self.cde_name}" CDE')
643
643
  elif self.cde['status'] in ('running', 'connected'):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: devstack-cli
3
- Version: 11.0.75
3
+ Version: 11.0.76
4
4
  Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
5
5
  Author-email: Stefan Mückstein <stefan@cloudomation.com>
6
6
  Project-URL: Homepage, https://cloudomation.com/
@@ -0,0 +1,9 @@
1
+ """
2
+ constants, set by build
3
+ """
4
+
5
+ MAJOR = '11'
6
+ BRANCH_NAME = 'release-11'
7
+ BUILD_DATE = '2025-01-29-073355'
8
+ SHORT_SHA = '024efd5'
9
+ VERSION = '11+release-11.2025-01-29-073355.024efd5'
@@ -1,9 +0,0 @@
1
- """
2
- constants, set by build
3
- """
4
-
5
- MAJOR = '11'
6
- BRANCH_NAME = 'release-11'
7
- BUILD_DATE = '2025-01-29-035217'
8
- SHORT_SHA = '115b2d0'
9
- VERSION = '11+release-11.2025-01-29-035217.115b2d0'
File without changes
File without changes
File without changes