localstack 4.4.1.dev1__tar.gz → 4.5.0__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.
- {localstack-4.4.1.dev1 → localstack-4.5.0}/PKG-INFO +11 -11
- {localstack-4.4.1.dev1 → localstack-4.5.0}/localstack.egg-info/PKG-INFO +11 -11
- localstack-4.5.0/localstack.egg-info/requires.txt +6 -0
- {localstack-4.4.1.dev1 → localstack-4.5.0}/localstack_cli/__init__.py +2 -2
- localstack-4.4.1.dev1/localstack.egg-info/requires.txt +0 -6
- {localstack-4.4.1.dev1 → localstack-4.5.0}/localstack.egg-info/SOURCES.txt +0 -0
- {localstack-4.4.1.dev1 → localstack-4.5.0}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.4.1.dev1 → localstack-4.5.0}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.4.1.dev1 → localstack-4.5.0}/setup.cfg +0 -0
- {localstack-4.4.1.dev1 → localstack-4.5.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.5.0
|
|
4
4
|
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
5
|
Home-page: https://github.com/localstack/localstack
|
|
6
6
|
Author: LocalStack Contributors
|
|
@@ -13,10 +13,10 @@ Classifier: Topic :: Software Development :: Testing
|
|
|
13
13
|
Classifier: Topic :: System :: Emulators
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: localstack-core
|
|
16
|
-
Requires-Dist: localstack-ext==4.
|
|
16
|
+
Requires-Dist: localstack-ext==4.5.0
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.5.0; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,7 +29,7 @@ Dynamic: requires-dist
|
|
|
29
29
|
Dynamic: summary
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
32
|
-
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-
|
|
32
|
+
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-4-0/">LocalStack 4.4</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
@@ -123,15 +123,15 @@ Start LocalStack inside a Docker container by running:
|
|
|
123
123
|
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
124
|
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
125
|
|
|
126
|
-
- LocalStack CLI: 4.
|
|
126
|
+
- LocalStack CLI: 4.4.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
130
|
-
[
|
|
131
|
-
preparing environment bootstrap.py:
|
|
132
|
-
configuring container bootstrap.py:
|
|
133
|
-
starting container bootstrap.py:
|
|
134
|
-
[
|
|
130
|
+
[17:00:15] starting LocalStack in Docker mode 🐳 localstack.py:512
|
|
131
|
+
preparing environment bootstrap.py:1322
|
|
132
|
+
configuring container bootstrap.py:1330
|
|
133
|
+
starting container bootstrap.py:1340
|
|
134
|
+
[17:00:16] detaching bootstrap.py:1344
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
You can query the status of respective services on LocalStack by running:
|
|
@@ -241,7 +241,7 @@ You can also support this project by becoming a sponsor on [Open Collective](htt
|
|
|
241
241
|
|
|
242
242
|
## License
|
|
243
243
|
|
|
244
|
-
Copyright (c) 2017-
|
|
244
|
+
Copyright (c) 2017-2025 LocalStack maintainers and contributors.
|
|
245
245
|
|
|
246
246
|
Copyright (c) 2016 Atlassian and others.
|
|
247
247
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.5.0
|
|
4
4
|
Summary: LocalStack - A fully functional local Cloud stack
|
|
5
5
|
Home-page: https://github.com/localstack/localstack
|
|
6
6
|
Author: LocalStack Contributors
|
|
@@ -13,10 +13,10 @@ Classifier: Topic :: Software Development :: Testing
|
|
|
13
13
|
Classifier: Topic :: System :: Emulators
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: localstack-core
|
|
16
|
-
Requires-Dist: localstack-ext==4.
|
|
16
|
+
Requires-Dist: localstack-ext==4.5.0
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.5.0; extra == "runtime"
|
|
20
20
|
Dynamic: author
|
|
21
21
|
Dynamic: author-email
|
|
22
22
|
Dynamic: classifier
|
|
@@ -29,7 +29,7 @@ Dynamic: requires-dist
|
|
|
29
29
|
Dynamic: summary
|
|
30
30
|
|
|
31
31
|
<p align="center">
|
|
32
|
-
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-
|
|
32
|
+
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-release-v-4-4-0/">LocalStack 4.4</a> :zap:
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<p align="center">
|
|
@@ -123,15 +123,15 @@ Start LocalStack inside a Docker container by running:
|
|
|
123
123
|
/ /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
|
|
124
124
|
/_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
|
|
125
125
|
|
|
126
|
-
- LocalStack CLI: 4.
|
|
126
|
+
- LocalStack CLI: 4.4.0
|
|
127
127
|
- Profile: default
|
|
128
128
|
- App: https://app.localstack.cloud
|
|
129
129
|
|
|
130
|
-
[
|
|
131
|
-
preparing environment bootstrap.py:
|
|
132
|
-
configuring container bootstrap.py:
|
|
133
|
-
starting container bootstrap.py:
|
|
134
|
-
[
|
|
130
|
+
[17:00:15] starting LocalStack in Docker mode 🐳 localstack.py:512
|
|
131
|
+
preparing environment bootstrap.py:1322
|
|
132
|
+
configuring container bootstrap.py:1330
|
|
133
|
+
starting container bootstrap.py:1340
|
|
134
|
+
[17:00:16] detaching bootstrap.py:1344
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
You can query the status of respective services on LocalStack by running:
|
|
@@ -241,7 +241,7 @@ You can also support this project by becoming a sponsor on [Open Collective](htt
|
|
|
241
241
|
|
|
242
242
|
## License
|
|
243
243
|
|
|
244
|
-
Copyright (c) 2017-
|
|
244
|
+
Copyright (c) 2017-2025 LocalStack maintainers and contributors.
|
|
245
245
|
|
|
246
246
|
Copyright (c) 2016 Atlassian and others.
|
|
247
247
|
|
|
@@ -17,5 +17,5 @@ __version__: str
|
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
|
18
18
|
version_tuple: VERSION_TUPLE
|
|
19
19
|
|
|
20
|
-
__version__ = version = '4.
|
|
21
|
-
__version_tuple__ = version_tuple = (4,
|
|
20
|
+
__version__ = version = '4.5.0'
|
|
21
|
+
__version_tuple__ = version_tuple = (4, 5, 0)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|