aws-cdk.cx-api 2.145.0__tar.gz → 2.146.0__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.

Potentially problematic release.


This version of aws-cdk.cx-api might be problematic. Click here for more details.

Files changed (20) hide show
  1. aws-cdk.cx-api-2.146.0/NOTICE +23 -0
  2. {aws-cdk.cx-api-2.145.0/src/aws_cdk.cx_api.egg-info → aws-cdk.cx-api-2.146.0}/PKG-INFO +1 -1
  3. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/setup.py +4 -4
  4. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
  5. aws-cdk.cx-api-2.146.0/src/aws_cdk/cx_api/_jsii/cx-api@2.146.0.jsii.tgz +0 -0
  6. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +1 -1
  7. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
  8. aws-cdk.cx-api-2.146.0/src/aws_cdk.cx_api.egg-info/requires.txt +4 -0
  9. aws-cdk.cx-api-2.145.0/NOTICE +0 -57
  10. aws-cdk.cx-api-2.145.0/src/aws_cdk/cx_api/_jsii/cx-api@2.145.0.jsii.tgz +0 -0
  11. aws-cdk.cx-api-2.145.0/src/aws_cdk.cx_api.egg-info/requires.txt +0 -4
  12. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/LICENSE +0 -0
  13. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/MANIFEST.in +0 -0
  14. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/README.md +0 -0
  15. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/pyproject.toml +0 -0
  16. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/setup.cfg +0 -0
  17. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk/cx_api/__init__.py +0 -0
  18. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk/cx_api/py.typed +0 -0
  19. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
  20. {aws-cdk.cx-api-2.145.0 → aws-cdk.cx-api-2.146.0}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
@@ -0,0 +1,23 @@
1
+ AWS Cloud Development Kit (AWS CDK)
2
+ Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+
4
+ -------------------------------------------------------------------------------
5
+
6
+ The AWS CDK includes the following third-party software/licensing:
7
+
8
+ ** semver - https://www.npmjs.com/package/semver
9
+ Copyright (c) Isaac Z. Schlueter and Contributors
10
+
11
+ Permission to use, copy, modify, and/or distribute this software for any
12
+ purpose with or without fee is hereby granted, provided that the above
13
+ copyright notice and this permission notice appear in all copies.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
16
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
21
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22
+
23
+ ----------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.145.0
3
+ Version: 2.146.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.cx-api",
8
- "version": "2.145.0",
8
+ "version": "2.146.0",
9
9
  "description": "Cloud executable protocol",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_cdk.cx_api._jsii": [
29
- "cx-api@2.145.0.jsii.tgz"
29
+ "cx-api@2.146.0.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.cx_api": [
32
32
  "py.typed"
@@ -34,8 +34,8 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.8",
36
36
  "install_requires": [
37
- "aws-cdk.cloud-assembly-schema==2.145.0",
38
- "jsii>=1.98.0, <2.0.0",
37
+ "aws-cdk.cloud-assembly-schema==2.146.0",
38
+ "jsii>=1.99.0, <2.0.0",
39
39
  "publication>=0.0.3",
40
40
  "typeguard~=2.13.3"
41
41
  ],
@@ -16,7 +16,7 @@ from typeguard import check_type
16
16
  import aws_cdk.cloud_assembly_schema._jsii
17
17
 
18
18
  __jsii_assembly__ = jsii.JSIIAssembly.load(
19
- "@aws-cdk/cx-api", "2.145.0", __name__[0:-6], "cx-api@2.145.0.jsii.tgz"
19
+ "@aws-cdk/cx-api", "2.146.0", __name__[0:-6], "cx-api@2.146.0.jsii.tgz"
20
20
  )
21
21
 
22
22
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.145.0
3
+ Version: 2.146.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -12,4 +12,4 @@ src/aws_cdk.cx_api.egg-info/top_level.txt
12
12
  src/aws_cdk/cx_api/__init__.py
13
13
  src/aws_cdk/cx_api/py.typed
14
14
  src/aws_cdk/cx_api/_jsii/__init__.py
15
- src/aws_cdk/cx_api/_jsii/cx-api@2.145.0.jsii.tgz
15
+ src/aws_cdk/cx_api/_jsii/cx-api@2.146.0.jsii.tgz
@@ -0,0 +1,4 @@
1
+ aws-cdk.cloud-assembly-schema==2.146.0
2
+ jsii<2.0.0,>=1.99.0
3
+ publication>=0.0.3
4
+ typeguard~=2.13.3
@@ -1,57 +0,0 @@
1
- AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
- -------------------------------------------------------------------------------
5
-
6
- The AWS CDK includes the following third-party software/licensing:
7
-
8
- ** semver - https://www.npmjs.com/package/semver
9
- Copyright (c) Isaac Z. Schlueter and Contributors
10
-
11
- Permission to use, copy, modify, and/or distribute this software for any
12
- purpose with or without fee is hereby granted, provided that the above
13
- copyright notice and this permission notice appear in all copies.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
16
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
21
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22
-
23
- ----------------
24
-
25
- ** lru-cache - https://www.npmjs.com/package/lru-cache
26
- Copyright (c) Isaac Z. Schlueter and Contributors
27
-
28
- Permission to use, copy, modify, and/or distribute this software for any
29
- purpose with or without fee is hereby granted, provided that the above
30
- copyright notice and this permission notice appear in all copies.
31
-
32
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
35
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
38
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39
-
40
- ----------------
41
-
42
- ** yallist - https://www.npmjs.com/package/yallist
43
- Copyright (c) Isaac Z. Schlueter and Contributors
44
-
45
- Permission to use, copy, modify, and/or distribute this software for any
46
- purpose with or without fee is hereby granted, provided that the above
47
- copyright notice and this permission notice appear in all copies.
48
-
49
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
50
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
51
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
52
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
53
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
54
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
55
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
56
-
57
- ----------------
@@ -1,4 +0,0 @@
1
- aws-cdk.cloud-assembly-schema==2.145.0
2
- jsii<2.0.0,>=1.98.0
3
- publication>=0.0.3
4
- typeguard~=2.13.3