localstack 4.0.2.dev1__tar.gz → 4.0.3.dev1__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.0.2.dev1 → localstack-4.0.3.dev1}/PKG-INFO +3 -3
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/localstack.egg-info/PKG-INFO +3 -3
- localstack-4.0.3.dev1/localstack.egg-info/requires.txt +6 -0
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/localstack_cli/__init__.py +2 -2
- localstack-4.0.2.dev1/localstack.egg-info/requires.txt +0 -6
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/localstack.egg-info/SOURCES.txt +0 -0
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/localstack.egg-info/dependency_links.txt +0 -0
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/localstack.egg-info/top_level.txt +0 -0
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/setup.cfg +0 -0
- {localstack-4.0.2.dev1 → localstack-4.0.3.dev1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.3.dev1
|
|
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.0.
|
|
16
|
+
Requires-Dist: localstack-ext==4.0.3.dev1
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.0.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.0.3.dev1; extra == "runtime"
|
|
20
20
|
|
|
21
21
|
<p align="center">
|
|
22
22
|
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/announcing-localstack-40-general-availability/">LocalStack 4.0</a> :zap:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: localstack
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.3.dev1
|
|
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.0.
|
|
16
|
+
Requires-Dist: localstack-ext==4.0.3.dev1
|
|
17
17
|
Provides-Extra: runtime
|
|
18
18
|
Requires-Dist: localstack-core[runtime]; extra == "runtime"
|
|
19
|
-
Requires-Dist: localstack-ext[runtime]==4.0.
|
|
19
|
+
Requires-Dist: localstack-ext[runtime]==4.0.3.dev1; extra == "runtime"
|
|
20
20
|
|
|
21
21
|
<p align="center">
|
|
22
22
|
:zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/announcing-localstack-40-general-availability/">LocalStack 4.0</a> :zap:
|
|
@@ -12,5 +12,5 @@ __version__: str
|
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
|
13
13
|
version_tuple: VERSION_TUPLE
|
|
14
14
|
|
|
15
|
-
__version__ = version = '4.0.
|
|
16
|
-
__version_tuple__ = version_tuple = (4, 0,
|
|
15
|
+
__version__ = version = '4.0.3.dev1'
|
|
16
|
+
__version_tuple__ = version_tuple = (4, 0, 3, 'dev1')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|