devstack-cli 10.0.177__py3-none-any.whl → 11.0.72__py3-none-any.whl
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.
- cli.py +5 -4
- {devstack_cli-10.0.177.dist-info → devstack_cli-11.0.72.dist-info}/METADATA +1 -1
- devstack_cli-11.0.72.dist-info/RECORD +9 -0
- version.py +5 -5
- devstack_cli-10.0.177.dist-info/RECORD +0 -9
- {devstack_cli-10.0.177.dist-info → devstack_cli-11.0.72.dist-info}/LICENSE +0 -0
- {devstack_cli-10.0.177.dist-info → devstack_cli-11.0.72.dist-info}/WHEEL +0 -0
- {devstack_cli-10.0.177.dist-info → devstack_cli-11.0.72.dist-info}/entry_points.txt +0 -0
- {devstack_cli-10.0.177.dist-info → devstack_cli-11.0.72.dist-info}/top_level.txt +0 -0
cli.py
CHANGED
@@ -83,6 +83,7 @@ class FileSystemEventHandlerToQueue(watchdog.events.FileSystemEventHandler):
|
|
83
83
|
if event.event_type in (
|
84
84
|
watchdog.events.EVENT_TYPE_OPENED,
|
85
85
|
watchdog.events.EVENT_TYPE_CLOSED,
|
86
|
+
watchdog.events.EVENT_TYPE_CLOSED_NO_WRITE,
|
86
87
|
):
|
87
88
|
return
|
88
89
|
if event.event_type == watchdog.events.EVENT_TYPE_MODIFIED and event.is_directory:
|
@@ -96,7 +97,7 @@ class FileSystemEventHandlerToQueue(watchdog.events.FileSystemEventHandler):
|
|
96
97
|
|
97
98
|
async def run_subprocess(
|
98
99
|
program: str,
|
99
|
-
args: str,
|
100
|
+
args: typing.List[str],
|
100
101
|
*,
|
101
102
|
name: str,
|
102
103
|
cwd: typing.Optional[pathlib.Path] = None,
|
@@ -1780,12 +1781,12 @@ class Cli:
|
|
1780
1781
|
term_size=(terminal_size.columns, terminal_size.lines),
|
1781
1782
|
) as conn:
|
1782
1783
|
try:
|
1783
|
-
|
1784
|
+
self.terminal_process = await conn.create_process(
|
1784
1785
|
stdin=os.dup(sys.stdin.fileno()),
|
1785
1786
|
stdout=os.dup(sys.stdout.fileno()),
|
1786
1787
|
stderr=os.dup(sys.stderr.fileno()),
|
1787
|
-
)
|
1788
|
-
|
1788
|
+
)
|
1789
|
+
await self.terminal_process.wait()
|
1789
1790
|
finally:
|
1790
1791
|
self.terminal_process = None
|
1791
1792
|
except asyncio.CancelledError:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: devstack-cli
|
3
|
-
Version:
|
3
|
+
Version: 11.0.72
|
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
|
+
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
cli.py,sha256=e_HrG1aQNj9JLYri4Z4H8Vbpu4FcPQBWasmuBd7lCm0,79506
|
3
|
+
version.py,sha256=5trtn5k1uy8vDhnpbdux7scyq7VAiiFp7XLljLBPUu0,180
|
4
|
+
devstack_cli-11.0.72.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
+
devstack_cli-11.0.72.dist-info/METADATA,sha256=5gw2AtRZH2l1ekDUqCWuMyCUxkWBhHR08Ln6xHhrEes,4287
|
6
|
+
devstack_cli-11.0.72.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
devstack_cli-11.0.72.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
+
devstack_cli-11.0.72.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
+
devstack_cli-11.0.72.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 = '2025-01-
|
8
|
-
SHORT_SHA = '
|
9
|
-
VERSION = '
|
5
|
+
MAJOR = '11'
|
6
|
+
BRANCH_NAME = 'release-11'
|
7
|
+
BUILD_DATE = '2025-01-27-034519'
|
8
|
+
SHORT_SHA = 'e1031a1'
|
9
|
+
VERSION = '11+release-11.2025-01-27-034519.e1031a1'
|
@@ -1,9 +0,0 @@
|
|
1
|
-
__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
cli.py,sha256=1Pkq3GbHKGVjJ0hkVNTWMvpltmImbwSaY-mwry34qQw,79444
|
3
|
-
version.py,sha256=6ydEINTZpQzCI6aNJhcl-B28Eys6rXgLgT-Tyjre7u4,180
|
4
|
-
devstack_cli-10.0.177.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
|
5
|
-
devstack_cli-10.0.177.dist-info/METADATA,sha256=UujdJ1QEyuTnwvqrv97vsG003fgM08v0nuDIKR4RqwI,4288
|
6
|
-
devstack_cli-10.0.177.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
-
devstack_cli-10.0.177.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
|
8
|
-
devstack_cli-10.0.177.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
|
9
|
-
devstack_cli-10.0.177.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|