devstack-cli 9.0.0__py3-none-any.whl → 10.0.157__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cli.py +1376 -398
- {devstack_cli-9.0.0.dist-info → devstack_cli-10.0.157.dist-info}/METADATA +1 -1
- devstack_cli-10.0.157.dist-info/RECORD +9 -0
- {devstack_cli-9.0.0.dist-info → devstack_cli-10.0.157.dist-info}/WHEEL +1 -1
- version.py +5 -5
- devstack_cli-9.0.0.dist-info/RECORD +0 -9
- {devstack_cli-9.0.0.dist-info → devstack_cli-10.0.157.dist-info}/LICENSE +0 -0
- {devstack_cli-9.0.0.dist-info → devstack_cli-10.0.157.dist-info}/entry_points.txt +0 -0
- {devstack_cli-9.0.0.dist-info → devstack_cli-10.0.157.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: devstack-cli
|
3
|
-
Version:
|
3
|
+
Version: 10.0.157
|
4
4
|
Summary: Command-line access to Remote Development Environments (RDEs) 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
|
+
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
cli.py,sha256=ABaFQdT9mzwyLeXpwJNpZr86RKf0PvI7-rQNRiSzZ_o,79214
|
3
|
+
version.py,sha256=E6i4M-fDM-m3vg4sJBGaUFCiqlu4EWBMg2J6qaWWeOk,180
|
4
|
+
devstack_cli-10.0.157.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
+
devstack_cli-10.0.157.dist-info/METADATA,sha256=5XtnJBsIcYPxkDHIapq9wDsBPqblIkMT7VbqsHWPWM0,2943
|
6
|
+
devstack_cli-10.0.157.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
7
|
+
devstack_cli-10.0.157.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
+
devstack_cli-10.0.157.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
+
devstack_cli-10.0.157.dist-info/RECORD,,
|
version.py
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
constants, set by build
|
3
3
|
"""
|
4
4
|
|
5
|
-
MAJOR = '
|
6
|
-
BRANCH_NAME = 'release-
|
7
|
-
BUILD_DATE = '2024-
|
8
|
-
SHORT_SHA = '
|
9
|
-
VERSION = '
|
5
|
+
MAJOR = '10'
|
6
|
+
BRANCH_NAME = 'release-10'
|
7
|
+
BUILD_DATE = '2024-10-15-094703'
|
8
|
+
SHORT_SHA = '7fc04b9'
|
9
|
+
VERSION = '10+release-10.2024-10-15-094703.7fc04b9'
|
@@ -1,9 +0,0 @@
|
|
1
|
-
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
cli.py,sha256=iB2LAR87SKWBXBZdM8dGp-568zL5FBxO2qkb2Ea05xw,35284
|
3
|
-
version.py,sha256=Az-WHxECxrNy_GpA-Fn2oeYUI_-JzbJwEhA1fp0BzT4,176
|
4
|
-
devstack_cli-9.0.0.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
-
devstack_cli-9.0.0.dist-info/METADATA,sha256=7XRAlP2y3YnmA1uWbEOGnrN0lax_FRF8DBtTqget3Q8,2940
|
6
|
-
devstack_cli-9.0.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
-
devstack_cli-9.0.0.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
-
devstack_cli-9.0.0.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
-
devstack_cli-9.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|