constructs 10.3.0__tar.gz → 10.3.2__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.1
2
2
  Name: constructs
3
- Version: 10.3.0
3
+ Version: 10.3.2
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -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.7
14
13
  Classifier: Programming Language :: Python :: 3.8
15
14
  Classifier: Programming Language :: Python :: 3.9
16
15
  Classifier: Programming Language :: Python :: 3.10
@@ -18,16 +17,19 @@ Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Typing :: Typed
19
18
  Classifier: Development Status :: 5 - Production/Stable
20
19
  Classifier: License :: OSI Approved
21
- Requires-Python: ~=3.7
20
+ Requires-Python: ~=3.8
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
23
  License-File: NOTICE
24
+ Requires-Dist: jsii<2.0.0,>=1.102.0
25
+ Requires-Dist: publication>=0.0.3
26
+ Requires-Dist: typeguard~=2.13.3
25
27
 
26
28
  # Constructs
27
29
 
28
30
  > Software-defined persistent state
29
31
 
30
- ![Release](https://github.com/aws/constructs/workflows/Release/badge.svg)
32
+ [![Release](https://github.com/aws/constructs/actions/workflows/release.yml/badge.svg)](https://github.com/aws/constructs/actions/workflows/release.yml)
31
33
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
32
34
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
33
35
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Software-defined persistent state
4
4
 
5
- ![Release](https://github.com/aws/constructs/workflows/Release/badge.svg)
5
+ [![Release](https://github.com/aws/constructs/actions/workflows/release.yml/badge.svg)](https://github.com/aws/constructs/actions/workflows/release.yml)
6
6
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
7
7
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
8
8
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
@@ -1,9 +1,9 @@
1
1
  [build-system]
2
- requires = ["setuptools~=67.3.2", "wheel~=0.41"]
2
+ requires = ["setuptools~=70.0.0", "wheel~=0.42"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
6
6
  defineConstant = { DEBUG = true }
7
- pythonVersion = "3.7"
7
+ pythonVersion = "3.8"
8
8
  pythonPlatform = "All"
9
9
  reportSelfClsParameterName = false
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "constructs",
8
- "version": "10.3.0",
8
+ "version": "10.3.2",
9
9
  "description": "A programming model for software-defined state",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/constructs",
@@ -26,15 +26,15 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "constructs._jsii": [
29
- "constructs@10.3.0.jsii.tgz"
29
+ "constructs@10.3.2.jsii.tgz"
30
30
  ],
31
31
  "constructs": [
32
32
  "py.typed"
33
33
  ]
34
34
  },
35
- "python_requires": "~=3.7",
35
+ "python_requires": "~=3.8",
36
36
  "install_requires": [
37
- "jsii>=1.90.0, <2.0.0",
37
+ "jsii>=1.102.0, <2.0.0",
38
38
  "publication>=0.0.3",
39
39
  "typeguard~=2.13.3"
40
40
  ],
@@ -43,7 +43,6 @@ kwargs = json.loads(
43
43
  "Operating System :: OS Independent",
44
44
  "Programming Language :: JavaScript",
45
45
  "Programming Language :: Python :: 3 :: Only",
46
- "Programming Language :: Python :: 3.7",
47
46
  "Programming Language :: Python :: 3.8",
48
47
  "Programming Language :: Python :: 3.9",
49
48
  "Programming Language :: Python :: 3.10",
@@ -1,9 +1,9 @@
1
- '''
1
+ r'''
2
2
  # Constructs
3
3
 
4
4
  > Software-defined persistent state
5
5
 
6
- ![Release](https://github.com/aws/constructs/workflows/Release/badge.svg)
6
+ [![Release](https://github.com/aws/constructs/actions/workflows/release.yml/badge.svg)](https://github.com/aws/constructs/actions/workflows/release.yml)
7
7
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
8
8
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
9
9
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
@@ -28,6 +28,9 @@ development environment and submit code.
28
28
 
29
29
  This project is distributed under the [Apache License, Version 2.0](./LICENSE).
30
30
  '''
31
+ from pkgutil import extend_path
32
+ __path__ = extend_path(__path__, __name__)
33
+
31
34
  import abc
32
35
  import builtins
33
36
  import datetime
@@ -420,6 +423,8 @@ class Node(metaclass=jsii.JSIIMeta, jsii_type="constructs.Node"):
420
423
  Entries are arbitrary values and will also include a stack trace to allow tracing back to
421
424
  the code location for when the entry was added. It can be used, for example, to include source
422
425
  mapping in CloudFormation templates to improve diagnostics.
426
+ Note that construct metadata is not the same as CloudFormation resource metadata and is never written to the CloudFormation template.
427
+ The metadata entries are written to the Cloud Assembly Manifest if the ``treeMetadata`` property is specified in the props of the App that contains this Construct.
423
428
 
424
429
  :param type: a string denoting the type of metadata.
425
430
  :param data: the value of the metadata (can be a Token). If null/undefined, metadata will not be added.
@@ -724,7 +729,7 @@ class Node(metaclass=jsii.JSIIMeta, jsii_type="constructs.Node"):
724
729
  if __debug__:
725
730
  type_hints = typing.get_type_hints(_typecheckingstub__4bbcfb9c1c2a97493a49545b146e41d7f6c46f63ff45f96526d7abf737620ea6)
726
731
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
727
- jsii.set(self, "defaultChild", value)
732
+ jsii.set(self, "defaultChild", value) # pyright: ignore[reportArgumentType]
728
733
 
729
734
 
730
735
  @jsii.implements(IDependable)
@@ -1,3 +1,6 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
3
+
1
4
  import abc
2
5
  import builtins
3
6
  import datetime
@@ -11,7 +14,7 @@ import typing_extensions
11
14
  from typeguard import check_type
12
15
 
13
16
  __jsii_assembly__ = jsii.JSIIAssembly.load(
14
- "constructs", "10.3.0", __name__[0:-6], "constructs@10.3.0.jsii.tgz"
17
+ "constructs", "10.3.2", __name__[0:-6], "constructs@10.3.2.jsii.tgz"
15
18
  )
16
19
 
17
20
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: constructs
3
- Version: 10.3.0
3
+ Version: 10.3.2
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -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.7
14
13
  Classifier: Programming Language :: Python :: 3.8
15
14
  Classifier: Programming Language :: Python :: 3.9
16
15
  Classifier: Programming Language :: Python :: 3.10
@@ -18,16 +17,19 @@ Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Typing :: Typed
19
18
  Classifier: Development Status :: 5 - Production/Stable
20
19
  Classifier: License :: OSI Approved
21
- Requires-Python: ~=3.7
20
+ Requires-Python: ~=3.8
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
24
23
  License-File: NOTICE
24
+ Requires-Dist: jsii<2.0.0,>=1.102.0
25
+ Requires-Dist: publication>=0.0.3
26
+ Requires-Dist: typeguard~=2.13.3
25
27
 
26
28
  # Constructs
27
29
 
28
30
  > Software-defined persistent state
29
31
 
30
- ![Release](https://github.com/aws/constructs/workflows/Release/badge.svg)
32
+ [![Release](https://github.com/aws/constructs/actions/workflows/release.yml/badge.svg)](https://github.com/aws/constructs/actions/workflows/release.yml)
31
33
  [![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
32
34
  [![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/constructs)
33
35
  [![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Constructs)
@@ -12,4 +12,4 @@ src/constructs.egg-info/dependency_links.txt
12
12
  src/constructs.egg-info/requires.txt
13
13
  src/constructs.egg-info/top_level.txt
14
14
  src/constructs/_jsii/__init__.py
15
- src/constructs/_jsii/constructs@10.3.0.jsii.tgz
15
+ src/constructs/_jsii/constructs@10.3.2.jsii.tgz
@@ -1,3 +1,3 @@
1
- jsii<2.0.0,>=1.90.0
1
+ jsii<2.0.0,>=1.102.0
2
2
  publication>=0.0.3
3
3
  typeguard~=2.13.3
File without changes
File without changes
File without changes
File without changes