localstack-core 4.13.2.dev61__py3-none-any.whl → 4.13.2.dev62__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.
- localstack/dev/run/watcher.py +4 -1
- localstack/version.py +2 -2
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/METADATA +1 -1
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/RECORD +9 -9
- {localstack_core-4.13.2.dev61.data → localstack_core-4.13.2.dev62.data}/scripts/localstack-supervisor +0 -0
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/WHEEL +0 -0
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/entry_points.txt +0 -0
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/licenses/LICENSE.txt +0 -0
- {localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/top_level.txt +0 -0
localstack/dev/run/watcher.py
CHANGED
|
@@ -5,10 +5,10 @@ import threading
|
|
|
5
5
|
import time
|
|
6
6
|
from pathlib import Path
|
|
7
7
|
|
|
8
|
+
from rich.console import Console
|
|
8
9
|
from watchdog.events import FileSystemEvent, FileSystemEventHandler
|
|
9
10
|
from watchdog.observers import Observer
|
|
10
11
|
|
|
11
|
-
from localstack.cli import console
|
|
12
12
|
from localstack.dev.run.paths import HOST_PATH_MAPPINGS, HostPaths
|
|
13
13
|
from localstack.utils.container_utils.container_client import ContainerClient
|
|
14
14
|
from localstack.utils.threads import TMP_THREADS, FuncThread
|
|
@@ -16,6 +16,9 @@ from localstack.utils.threads import TMP_THREADS, FuncThread
|
|
|
16
16
|
DEBOUNCE_WINDOW = 0.5
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
console = Console()
|
|
20
|
+
|
|
21
|
+
|
|
19
22
|
class ChangeHandler(FileSystemEventHandler):
|
|
20
23
|
"""Handles file system events for .py files, debouncing and signalling the container."""
|
|
21
24
|
|
localstack/version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '4.13.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (4, 13, 2, '
|
|
31
|
+
__version__ = version = '4.13.2.dev62'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 13, 2, 'dev62')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -4,7 +4,7 @@ localstack/deprecations.py,sha256=-3IYgCd6LEC3PjO7hbr3Dg-p0PIS6phjmv1qZnj1uo0,15
|
|
|
4
4
|
localstack/openapi.yaml,sha256=jFUzv-NKkJttxb8HRrmKiNYOmJD-zVfPxG3DDMrRwfg,30865
|
|
5
5
|
localstack/plugins.py,sha256=BIJC9dlo0WbP7lLKkCiGtd_2q5oeqiHZohvoRTcejXM,2457
|
|
6
6
|
localstack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
localstack/version.py,sha256
|
|
7
|
+
localstack/version.py,sha256=-9jVqv2F2lR6VT1Zx0WPd1slJFx4cKf8zKdyrAanXTk,721
|
|
8
8
|
localstack/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
localstack/aws/accounts.py,sha256=102zpGowOxo0S6UGMpfjw14QW7WCLVAGsnFK5xFMLoo,3043
|
|
10
10
|
localstack/aws/app.py,sha256=n9bJCfJRuMz_gLGAH430c3bIQXgUXeWO5NPfcdL2MV8,5145
|
|
@@ -109,7 +109,7 @@ localstack/dev/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
109
109
|
localstack/dev/run/__main__.py,sha256=rk4xypzSVGnKHthSe8gMf3oFWkuj_74xlKT6-5gCquQ,14470
|
|
110
110
|
localstack/dev/run/configurators.py,sha256=uQ2eCWA6jT7Tefd7U3n5I4Hcj-xiPPLO3aqp8_bJcsk,14807
|
|
111
111
|
localstack/dev/run/paths.py,sha256=ax1f6AmUhjmusJg28RViMfKp7IwtJoZgzhFv_MoOCeI,3517
|
|
112
|
-
localstack/dev/run/watcher.py,sha256=
|
|
112
|
+
localstack/dev/run/watcher.py,sha256=iCRHeji6oy5vuV63YrZaex3S49UwF9VXYZDEsShwzg8,3903
|
|
113
113
|
localstack/dns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
114
|
localstack/dns/models.py,sha256=fYGs4hzxxgkhHnzgv5Q1fW3sw6_Y6PtnlnCbX25otjg,5812
|
|
115
115
|
localstack/dns/plugins.py,sha256=KzR0DKfhIA0kT5z0Sco-AxT5ZSBYG6P9HkfkB0pfZog,1659
|
|
@@ -1311,10 +1311,10 @@ localstack/utils/server/tcp_proxy.py,sha256=y2NJAmvftTiAYsLU_8qe4W5LGqwUw21i90Pu
|
|
|
1311
1311
|
localstack/utils/xray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1312
1312
|
localstack/utils/xray/trace_header.py,sha256=ahXk9eonq7LpeENwlqUEPj3jDOCiVRixhntQuxNor-Q,6209
|
|
1313
1313
|
localstack/utils/xray/traceid.py,sha256=GKO-R2sMMjlrH2UaLPXlQlZ6flbE7ZKb6IZMtMu_M5U,1110
|
|
1314
|
-
localstack_core-4.13.2.
|
|
1315
|
-
localstack_core-4.13.2.
|
|
1316
|
-
localstack_core-4.13.2.
|
|
1317
|
-
localstack_core-4.13.2.
|
|
1318
|
-
localstack_core-4.13.2.
|
|
1319
|
-
localstack_core-4.13.2.
|
|
1320
|
-
localstack_core-4.13.2.
|
|
1314
|
+
localstack_core-4.13.2.dev62.data/scripts/localstack-supervisor,sha256=nm1Il2d6ASyOB6Vo4CRHd90w7TK9FdRl9VPp0NN6hUk,6378
|
|
1315
|
+
localstack_core-4.13.2.dev62.dist-info/licenses/LICENSE.txt,sha256=3PC-9Z69UsNARuQ980gNR_JsLx8uvMjdG6C7cc4LBYs,606
|
|
1316
|
+
localstack_core-4.13.2.dev62.dist-info/METADATA,sha256=QSmNBIY9aeranhFQD66DVBqXn3tB_rx9L3uBTphFeKI,5867
|
|
1317
|
+
localstack_core-4.13.2.dev62.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
1318
|
+
localstack_core-4.13.2.dev62.dist-info/entry_points.txt,sha256=59aAnn8KVHWAHkMg2dOgmgYtRZ-xTX9T4UiIchWgK6k,20975
|
|
1319
|
+
localstack_core-4.13.2.dev62.dist-info/top_level.txt,sha256=3sqmK2lGac8nCy8nwsbS5SpIY_izmtWtgaTFKHYVHbI,11
|
|
1320
|
+
localstack_core-4.13.2.dev62.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{localstack_core-4.13.2.dev61.dist-info → localstack_core-4.13.2.dev62.dist-info}/top_level.txt
RENAMED
|
File without changes
|