localstack 4.1.2.dev52__tar.gz → 4.1.2.dev58__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: localstack
3
- Version: 4.1.2.dev52
3
+ Version: 4.1.2.dev58
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.1.2.dev52
16
+ Requires-Dist: localstack-ext==4.1.2.dev58
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.1.2.dev52; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.1.2.dev58; extra == "runtime"
20
20
  Dynamic: author
21
21
  Dynamic: author-email
22
22
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: localstack
3
- Version: 4.1.2.dev52
3
+ Version: 4.1.2.dev58
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.1.2.dev52
16
+ Requires-Dist: localstack-ext==4.1.2.dev58
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.1.2.dev52; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.1.2.dev58; extra == "runtime"
20
20
  Dynamic: author
21
21
  Dynamic: author-email
22
22
  Dynamic: classifier
@@ -0,0 +1,6 @@
1
+ localstack-core
2
+ localstack-ext==4.1.2.dev58
3
+
4
+ [runtime]
5
+ localstack-core[runtime]
6
+ localstack-ext[runtime]==4.1.2.dev58
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '4.1.2.dev52'
16
- __version_tuple__ = version_tuple = (4, 1, 2, 'dev52')
15
+ __version__ = version = '4.1.2.dev58'
16
+ __version_tuple__ = version_tuple = (4, 1, 2, 'dev58')
@@ -1,6 +0,0 @@
1
- localstack-core
2
- localstack-ext==4.1.2.dev52
3
-
4
- [runtime]
5
- localstack-core[runtime]
6
- localstack-ext[runtime]==4.1.2.dev52