localstack 4.0.3.dev1__tar.gz → 4.0.4.dev172__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: localstack
3
- Version: 4.0.3.dev1
3
+ Version: 4.0.4.dev172
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,20 @@ 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.3.dev1
16
+ Requires-Dist: localstack-ext==4.0.4.dev172
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.0.3.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.0.4.dev172; extra == "runtime"
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: license
27
+ Dynamic: provides-extra
28
+ Dynamic: requires-dist
29
+ Dynamic: summary
20
30
 
21
31
  <p align="center">
22
32
  :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:
@@ -80,15 +90,15 @@ Install the LocalStack CLI through our [official LocalStack Brew Tap](https://gi
80
90
  brew install localstack/tap/localstack-cli
81
91
  ```
82
92
 
83
- ### Binary download (MacOS, Linux, Windows)
93
+ ### Binary download (macOS, Linux, Windows)
84
94
 
85
95
  If Brew is not installed on your machine, you can download the pre-built LocalStack CLI binary directly:
86
96
 
87
97
  - Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform.
88
98
  - Extract the downloaded archive to a directory included in your `PATH` variable:
89
- - For MacOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
99
+ - For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
90
100
 
91
- ### PyPI (MacOS, Linux, Windows)
101
+ ### PyPI (macOS, Linux, Windows)
92
102
 
93
103
  LocalStack is developed using Python. To install the LocalStack CLI using `pip`, run the following command:
94
104
 
@@ -178,7 +188,7 @@ To use LocalStack with a graphical user interface, you can use the following UI
178
188
 
179
189
  ## Releases
180
190
 
181
- Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [LocalStack Discuss](https://discuss.localstack.cloud/c/announcement/5).
191
+ Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [changelog](https://docs.localstack.cloud/references/changelog/).
182
192
 
183
193
  ## Contributing
184
194
 
@@ -199,7 +209,6 @@ upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q
199
209
  or 🗣️ discuss local cloud development:
200
210
 
201
211
  - [LocalStack Slack Community](https://localstack.cloud/contact/)
202
- - [LocalStack Discussion Page](https://discuss.localstack.cloud/)
203
212
  - [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
204
213
 
205
214
  ### Contributors
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: localstack
3
- Version: 4.0.3.dev1
3
+ Version: 4.0.4.dev172
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,20 @@ 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.3.dev1
16
+ Requires-Dist: localstack-ext==4.0.4.dev172
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.0.3.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.0.4.dev172; extra == "runtime"
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: license
27
+ Dynamic: provides-extra
28
+ Dynamic: requires-dist
29
+ Dynamic: summary
20
30
 
21
31
  <p align="center">
22
32
  :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:
@@ -80,15 +90,15 @@ Install the LocalStack CLI through our [official LocalStack Brew Tap](https://gi
80
90
  brew install localstack/tap/localstack-cli
81
91
  ```
82
92
 
83
- ### Binary download (MacOS, Linux, Windows)
93
+ ### Binary download (macOS, Linux, Windows)
84
94
 
85
95
  If Brew is not installed on your machine, you can download the pre-built LocalStack CLI binary directly:
86
96
 
87
97
  - Visit [localstack/localstack-cli](https://github.com/localstack/localstack-cli/releases/latest) and download the latest release for your platform.
88
98
  - Extract the downloaded archive to a directory included in your `PATH` variable:
89
- - For MacOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
99
+ - For macOS/Linux, use the command: `sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin`
90
100
 
91
- ### PyPI (MacOS, Linux, Windows)
101
+ ### PyPI (macOS, Linux, Windows)
92
102
 
93
103
  LocalStack is developed using Python. To install the LocalStack CLI using `pip`, run the following command:
94
104
 
@@ -178,7 +188,7 @@ To use LocalStack with a graphical user interface, you can use the following UI
178
188
 
179
189
  ## Releases
180
190
 
181
- Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [LocalStack Discuss](https://discuss.localstack.cloud/c/announcement/5).
191
+ Please refer to [GitHub releases](https://github.com/localstack/localstack/releases) to see the complete list of changes for each release. For extended release notes, please refer to the [changelog](https://docs.localstack.cloud/references/changelog/).
182
192
 
183
193
  ## Contributing
184
194
 
@@ -199,7 +209,6 @@ upvote 👍 [feature requests](https://github.com/localstack/localstack/issues?q
199
209
  or 🗣️ discuss local cloud development:
200
210
 
201
211
  - [LocalStack Slack Community](https://localstack.cloud/contact/)
202
- - [LocalStack Discussion Page](https://discuss.localstack.cloud/)
203
212
  - [LocalStack GitHub Issue tracker](https://github.com/localstack/localstack/issues)
204
213
 
205
214
  ### Contributors
@@ -0,0 +1,6 @@
1
+ localstack-core
2
+ localstack-ext==4.0.4.dev172
3
+
4
+ [runtime]
5
+ localstack-core[runtime]
6
+ localstack-ext[runtime]==4.0.4.dev172
@@ -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.3.dev1'
16
- __version_tuple__ = version_tuple = (4, 0, 3, 'dev1')
15
+ __version__ = version = '4.0.4.dev172'
16
+ __version_tuple__ = version_tuple = (4, 0, 4, 'dev172')
@@ -1,6 +0,0 @@
1
- localstack-core
2
- localstack-ext==4.0.3.dev1
3
-
4
- [runtime]
5
- localstack-core[runtime]
6
- localstack-ext[runtime]==4.0.3.dev1