localstack 4.12.1.dev1__tar.gz → 4.12.1.dev159__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.4
2
2
  Name: localstack
3
- Version: 4.12.1.dev1
3
+ Version: 4.12.1.dev159
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.12.1.dev1
16
+ Requires-Dist: localstack-ext==4.12.1.dev159
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.12.1.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.12.1.dev159; extra == "runtime"
20
20
  Dynamic: author
21
21
  Dynamic: author-email
22
22
  Dynamic: classifier
@@ -28,9 +28,9 @@ Dynamic: provides-extra
28
28
  Dynamic: requires-dist
29
29
  Dynamic: summary
30
30
 
31
- <p align="center">
32
- :zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-for-aws-release-v-4-11-0/">LocalStack 4.11</a> :zap:
33
- </p>
31
+ > [!IMPORTANT]
32
+ > **We’re moving toward a unified LocalStack for AWS image, updating how access works.**
33
+ > **For details on timing and impact please refer [to this blog post](https://localstack.cloud/2026-updates).**
34
34
 
35
35
  <p align="center">
36
36
  <img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: localstack
3
- Version: 4.12.1.dev1
3
+ Version: 4.12.1.dev159
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.12.1.dev1
16
+ Requires-Dist: localstack-ext==4.12.1.dev159
17
17
  Provides-Extra: runtime
18
18
  Requires-Dist: localstack-core[runtime]; extra == "runtime"
19
- Requires-Dist: localstack-ext[runtime]==4.12.1.dev1; extra == "runtime"
19
+ Requires-Dist: localstack-ext[runtime]==4.12.1.dev159; extra == "runtime"
20
20
  Dynamic: author
21
21
  Dynamic: author-email
22
22
  Dynamic: classifier
@@ -28,9 +28,9 @@ Dynamic: provides-extra
28
28
  Dynamic: requires-dist
29
29
  Dynamic: summary
30
30
 
31
- <p align="center">
32
- :zap: We are thrilled to announce the release of <a href="https://blog.localstack.cloud/localstack-for-aws-release-v-4-11-0/">LocalStack 4.11</a> :zap:
33
- </p>
31
+ > [!IMPORTANT]
32
+ > **We’re moving toward a unified LocalStack for AWS image, updating how access works.**
33
+ > **For details on timing and impact please refer [to this blog post](https://localstack.cloud/2026-updates).**
34
34
 
35
35
  <p align="center">
36
36
  <img src="docs/localstack-readme-banner.svg" alt="LocalStack - The Leading Platform for Local Cloud Development">
@@ -0,0 +1,6 @@
1
+ localstack-core
2
+ localstack-ext==4.12.1.dev159
3
+
4
+ [runtime]
5
+ localstack-core[runtime]
6
+ localstack-ext[runtime]==4.12.1.dev159
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '4.12.1.dev1'
32
- __version_tuple__ = version_tuple = (4, 12, 1, 'dev1')
31
+ __version__ = version = '4.12.1.dev159'
32
+ __version_tuple__ = version_tuple = (4, 12, 1, 'dev159')
33
33
 
34
- __commit_id__ = commit_id = 'g4c8c345fb'
34
+ __commit_id__ = commit_id = 'g7dfb96d85'
@@ -1,6 +0,0 @@
1
- localstack-core
2
- localstack-ext==4.12.1.dev1
3
-
4
- [runtime]
5
- localstack-core[runtime]
6
- localstack-ext[runtime]==4.12.1.dev1