aws-cdk.cx-api 2.183.0__tar.gz → 2.184.1__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 (18) hide show
  1. {aws_cdk_cx_api-2.183.0/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.184.1}/PKG-INFO +3 -4
  2. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/pyproject.toml +1 -1
  3. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/setup.py +4 -5
  4. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
  5. aws_cdk_cx_api-2.184.1/src/aws_cdk/cx_api/_jsii/cx-api@2.184.1.jsii.tgz +0 -0
  6. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1/src/aws_cdk.cx_api.egg-info}/PKG-INFO +3 -4
  7. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
  8. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk.cx_api.egg-info/requires.txt +1 -1
  9. aws_cdk_cx_api-2.183.0/src/aws_cdk/cx_api/_jsii/cx-api@2.183.0.jsii.tgz +0 -0
  10. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/LICENSE +0 -0
  11. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/MANIFEST.in +0 -0
  12. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/NOTICE +0 -0
  13. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/README.md +0 -0
  14. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/setup.cfg +0 -0
  15. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk/cx_api/__init__.py +0 -0
  16. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk/cx_api/py.typed +0 -0
  17. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_cx_api-2.183.0 → aws_cdk_cx_api-2.184.1}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.183.0
3
+ Version: 2.184.1
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: JavaScript
12
12
  Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.8
14
13
  Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
@@ -19,12 +18,12 @@ Classifier: Development Status :: 5 - Production/Stable
19
18
  Classifier: License :: OSI Approved
20
19
  Classifier: Framework :: AWS CDK
21
20
  Classifier: Framework :: AWS CDK :: 2
22
- Requires-Python: ~=3.8
21
+ Requires-Python: ~=3.9
23
22
  Description-Content-Type: text/markdown
24
23
  License-File: LICENSE
25
24
  License-File: NOTICE
26
25
  Requires-Dist: aws-cdk.cloud-assembly-schema<41.0.0,>=40.6.0
27
- Requires-Dist: jsii<2.0.0,>=1.106.0
26
+ Requires-Dist: jsii<2.0.0,>=1.109.0
28
27
  Requires-Dist: publication>=0.0.3
29
28
  Requires-Dist: typeguard<4.3.0,>=2.13.3
30
29
 
@@ -4,6 +4,6 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
6
6
  defineConstant = { DEBUG = true }
7
- pythonVersion = "3.8"
7
+ pythonVersion = "3.9"
8
8
  pythonPlatform = "All"
9
9
  reportSelfClsParameterName = false
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.cx-api",
8
- "version": "2.183.0",
8
+ "version": "2.184.1",
9
9
  "description": "Cloud executable protocol",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -26,16 +26,16 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_cdk.cx_api._jsii": [
29
- "cx-api@2.183.0.jsii.tgz"
29
+ "cx-api@2.184.1.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.cx_api": [
32
32
  "py.typed"
33
33
  ]
34
34
  },
35
- "python_requires": "~=3.8",
35
+ "python_requires": "~=3.9",
36
36
  "install_requires": [
37
37
  "aws-cdk.cloud-assembly-schema>=40.6.0, <41.0.0",
38
- "jsii>=1.106.0, <2.0.0",
38
+ "jsii>=1.109.0, <2.0.0",
39
39
  "publication>=0.0.3",
40
40
  "typeguard>=2.13.3,<4.3.0"
41
41
  ],
@@ -44,7 +44,6 @@ kwargs = json.loads(
44
44
  "Operating System :: OS Independent",
45
45
  "Programming Language :: JavaScript",
46
46
  "Programming Language :: Python :: 3 :: Only",
47
- "Programming Language :: Python :: 3.8",
48
47
  "Programming Language :: Python :: 3.9",
49
48
  "Programming Language :: Python :: 3.10",
50
49
  "Programming Language :: Python :: 3.11",
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
31
31
  import aws_cdk.cloud_assembly_schema._jsii
32
32
 
33
33
  __jsii_assembly__ = jsii.JSIIAssembly.load(
34
- "@aws-cdk/cx-api", "2.183.0", __name__[0:-6], "cx-api@2.183.0.jsii.tgz"
34
+ "@aws-cdk/cx-api", "2.184.1", __name__[0:-6], "cx-api@2.184.1.jsii.tgz"
35
35
  )
36
36
 
37
37
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.183.0
3
+ Version: 2.184.1
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -10,7 +10,6 @@ Classifier: Intended Audience :: Developers
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: JavaScript
12
12
  Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.8
14
13
  Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
@@ -19,12 +18,12 @@ Classifier: Development Status :: 5 - Production/Stable
19
18
  Classifier: License :: OSI Approved
20
19
  Classifier: Framework :: AWS CDK
21
20
  Classifier: Framework :: AWS CDK :: 2
22
- Requires-Python: ~=3.8
21
+ Requires-Python: ~=3.9
23
22
  Description-Content-Type: text/markdown
24
23
  License-File: LICENSE
25
24
  License-File: NOTICE
26
25
  Requires-Dist: aws-cdk.cloud-assembly-schema<41.0.0,>=40.6.0
27
- Requires-Dist: jsii<2.0.0,>=1.106.0
26
+ Requires-Dist: jsii<2.0.0,>=1.109.0
28
27
  Requires-Dist: publication>=0.0.3
29
28
  Requires-Dist: typeguard<4.3.0,>=2.13.3
30
29
 
@@ -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.183.0.jsii.tgz
15
+ src/aws_cdk/cx_api/_jsii/cx-api@2.184.1.jsii.tgz
@@ -1,4 +1,4 @@
1
1
  aws-cdk.cloud-assembly-schema<41.0.0,>=40.6.0
2
- jsii<2.0.0,>=1.106.0
2
+ jsii<2.0.0,>=1.109.0
3
3
  publication>=0.0.3
4
4
  typeguard<4.3.0,>=2.13.3