localstack-core 2026.3.1.dev7__py3-none-any.whl → 2026.3.1.dev8__py3-none-any.whl
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/version.py +2 -2
- {localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/METADATA +2 -4
- {localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/RECORD +7 -8
- localstack_core-2026.3.1.dev7.dist-info/licenses/LICENSE.txt +0 -14
- {localstack_core-2026.3.1.dev7.data → localstack_core-2026.3.1.dev8.data}/scripts/localstack-supervisor +0 -0
- {localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/WHEEL +0 -0
- {localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/entry_points.txt +0 -0
- {localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/top_level.txt +0 -0
localstack/version.py
CHANGED
|
@@ -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 = '2026.3.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (2026, 3, 1, '
|
|
31
|
+
__version__ = version = '2026.3.1.dev8'
|
|
32
|
+
__version_tuple__ = version_tuple = (2026, 3, 1, 'dev8')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
{localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/METADATA
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localstack-core
|
|
3
|
-
Version: 2026.3.1.
|
|
3
|
+
Version: 2026.3.1.dev8
|
|
4
4
|
Summary: The core library and runtime of LocalStack
|
|
5
5
|
Author-email: LocalStack Contributors <info@localstack.cloud>
|
|
6
|
-
License-Expression:
|
|
6
|
+
License-Expression: LicenseRef-All-Rights-Reserved
|
|
7
7
|
Project-URL: Homepage, https://localstack.cloud
|
|
8
8
|
Project-URL: Documentation, https://docs.localstack.cloud
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -12,7 +12,6 @@ Classifier: Topic :: Internet
|
|
|
12
12
|
Classifier: Topic :: Software Development :: Testing
|
|
13
13
|
Classifier: Topic :: System :: Emulators
|
|
14
14
|
Requires-Python: >=3.10
|
|
15
|
-
License-File: LICENSE.txt
|
|
16
15
|
Requires-Dist: asn1crypto>=1.5.1
|
|
17
16
|
Requires-Dist: click>=8.2.0
|
|
18
17
|
Requires-Dist: cachetools>=5.0
|
|
@@ -100,4 +99,3 @@ Requires-Dist: watchdog>=6; extra == "dev"
|
|
|
100
99
|
Provides-Extra: typehint
|
|
101
100
|
Requires-Dist: localstack-core[dev]; extra == "typehint"
|
|
102
101
|
Requires-Dist: boto3-stubs[acm,acm-pca,amplify,apigateway,apigatewayv2,appconfig,appconfigdata,application-autoscaling,appsync,athena,autoscaling,backup,batch,ce,cloudcontrol,cloudformation,cloudfront,cloudtrail,cloudwatch,codebuild,codecommit,codeconnections,codedeploy,codepipeline,codestar-connections,cognito-identity,cognito-idp,dms,docdb,dynamodb,dynamodbstreams,ec2,ecr,ecs,efs,eks,elasticache,elasticbeanstalk,elbv2,emr,emr-serverless,es,events,firehose,fis,glacier,glue,iam,identitystore,iot,iot-data,iotwireless,kafka,kinesis,kinesisanalyticsv2,kms,lakeformation,lambda,logs,managedblockchain,mediaconvert,mq,mwaa,neptune,opensearch,organizations,pi,pinpoint,pipes,rds,rds-data,redshift,redshift-data,resource-groups,resourcegroupstaggingapi,route53,route53resolver,s3,s3control,sagemaker,sagemaker-runtime,secretsmanager,serverlessrepo,servicediscovery,ses,sesv2,sns,sqs,ssm,sso-admin,stepfunctions,sts,timestream-query,timestream-write,transcribe,verifiedpermissions,wafv2,xray]; extra == "typehint"
|
|
103
|
-
Dynamic: license-file
|
|
@@ -4,7 +4,7 @@ localstack/deprecations.py,sha256=g0E-_q3apmHlOET2Gg5_biUtN2b4XygnI5aeeaZm6ZY,15
|
|
|
4
4
|
localstack/openapi.yaml,sha256=jFUzv-NKkJttxb8HRrmKiNYOmJD-zVfPxG3DDMrRwfg,30865
|
|
5
5
|
localstack/plugins.py,sha256=BIJC9dlo0WbP7lLKkCiGtd_2q5oeqiHZohvoRTcejXM,2457
|
|
6
6
|
localstack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
localstack/version.py,sha256=
|
|
7
|
+
localstack/version.py,sha256=8TwgQF_i8SUluwntka7kCfONdE_lrWdlfxSTjizob3g,723
|
|
8
8
|
localstack/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
localstack/aws/accounts.py,sha256=102zpGowOxo0S6UGMpfjw14QW7WCLVAGsnFK5xFMLoo,3043
|
|
10
10
|
localstack/aws/app.py,sha256=n9bJCfJRuMz_gLGAH430c3bIQXgUXeWO5NPfcdL2MV8,5145
|
|
@@ -1314,10 +1314,9 @@ localstack/utils/server/tcp_proxy.py,sha256=y2NJAmvftTiAYsLU_8qe4W5LGqwUw21i90Pu
|
|
|
1314
1314
|
localstack/utils/xray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1315
1315
|
localstack/utils/xray/trace_header.py,sha256=ahXk9eonq7LpeENwlqUEPj3jDOCiVRixhntQuxNor-Q,6209
|
|
1316
1316
|
localstack/utils/xray/traceid.py,sha256=GKO-R2sMMjlrH2UaLPXlQlZ6flbE7ZKb6IZMtMu_M5U,1110
|
|
1317
|
-
localstack_core-2026.3.1.
|
|
1318
|
-
localstack_core-2026.3.1.
|
|
1319
|
-
localstack_core-2026.3.1.
|
|
1320
|
-
localstack_core-2026.3.1.
|
|
1321
|
-
localstack_core-2026.3.1.
|
|
1322
|
-
localstack_core-2026.3.1.
|
|
1323
|
-
localstack_core-2026.3.1.dev7.dist-info/RECORD,,
|
|
1317
|
+
localstack_core-2026.3.1.dev8.data/scripts/localstack-supervisor,sha256=nm1Il2d6ASyOB6Vo4CRHd90w7TK9FdRl9VPp0NN6hUk,6378
|
|
1318
|
+
localstack_core-2026.3.1.dev8.dist-info/METADATA,sha256=NhOY6xbyLqUb_YBOThuky4VDJSFWsgrk7PKk-p1-FwM,5746
|
|
1319
|
+
localstack_core-2026.3.1.dev8.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
1320
|
+
localstack_core-2026.3.1.dev8.dist-info/entry_points.txt,sha256=cYpESfvLyTcDVr7nzorIXuq0-UREqjIdM5sXx_0YYbo,20908
|
|
1321
|
+
localstack_core-2026.3.1.dev8.dist-info/top_level.txt,sha256=3sqmK2lGac8nCy8nwsbS5SpIY_izmtWtgaTFKHYVHbI,11
|
|
1322
|
+
localstack_core-2026.3.1.dev8.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2017+ LocalStack contributors
|
|
2
|
-
Copyright (c) 2016 Atlassian Pty Ltd
|
|
3
|
-
|
|
4
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
you may not use this file except in compliance with the License.
|
|
6
|
-
You may obtain a copy of the License at
|
|
7
|
-
|
|
8
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
|
|
10
|
-
Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
See the License for the specific language governing permissions and
|
|
14
|
-
limitations under the License.
|
|
File without changes
|
|
File without changes
|
{localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{localstack_core-2026.3.1.dev7.dist-info → localstack_core-2026.3.1.dev8.dist-info}/top_level.txt
RENAMED
|
File without changes
|