localstack 3.7.1.dev1__tar.gz → 3.7.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: localstack
3
- Version: 3.7.1.dev1
3
+ Version: 3.7.2.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,13 +13,13 @@ 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==3.7.1.dev1
16
+ Requires-Dist: localstack-ext==3.7.2.dev1
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==3.7.1.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==3.7.2.dev1; extra == "runtime"
20
20
 
21
21
  <p align="center">
22
- :zap: We are thrilled to announce the release of <a href="https://discuss.localstack.cloud/t/localstack-release-v3-6-0/997">LocalStack 3.6</a> :zap:
22
+ :zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/2024-08-29-localstack-release-v-3-7-0/">LocalStack 3.7</a> :zap:
23
23
  </p>
24
24
 
25
25
  <p align="center">
@@ -113,7 +113,7 @@ Start LocalStack inside a Docker container by running:
113
113
  / /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
114
114
  /_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
115
115
 
116
- 💻 LocalStack CLI 3.6.0
116
+ 💻 LocalStack CLI 3.7.0
117
117
  👤 Profile: default
118
118
 
119
119
  [12:47:13] starting LocalStack in Docker mode 🐳 localstack.py:494
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: localstack
3
- Version: 3.7.1.dev1
3
+ Version: 3.7.2.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,13 +13,13 @@ 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==3.7.1.dev1
16
+ Requires-Dist: localstack-ext==3.7.2.dev1
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==3.7.1.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==3.7.2.dev1; extra == "runtime"
20
20
 
21
21
  <p align="center">
22
- :zap: We are thrilled to announce the release of <a href="https://discuss.localstack.cloud/t/localstack-release-v3-6-0/997">LocalStack 3.6</a> :zap:
22
+ :zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/2024-08-29-localstack-release-v-3-7-0/">LocalStack 3.7</a> :zap:
23
23
  </p>
24
24
 
25
25
  <p align="center">
@@ -113,7 +113,7 @@ Start LocalStack inside a Docker container by running:
113
113
  / /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
114
114
  /_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
115
115
 
116
- 💻 LocalStack CLI 3.6.0
116
+ 💻 LocalStack CLI 3.7.0
117
117
  👤 Profile: default
118
118
 
119
119
  [12:47:13] starting LocalStack in Docker mode 🐳 localstack.py:494
@@ -0,0 +1,6 @@
1
+ localstack-core
2
+ localstack-ext==3.7.2.dev1
3
+
4
+ [runtime]
5
+ localstack-core[runtime]
6
+ localstack-ext[runtime]==3.7.2.dev1
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '3.7.1.dev1'
16
- __version_tuple__ = version_tuple = (3, 7, 1, 'dev1')
15
+ __version__ = version = '3.7.2.dev1'
16
+ __version_tuple__ = version_tuple = (3, 7, 2, 'dev1')
@@ -1,6 +0,0 @@
1
- localstack-core
2
- localstack-ext==3.7.1.dev1
3
-
4
- [runtime]
5
- localstack-core[runtime]
6
- localstack-ext[runtime]==3.7.1.dev1