constructs 10.4.4__tar.gz → 10.4.5__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.
- {constructs-10.4.4/src/constructs.egg-info → constructs-10.4.5}/PKG-INFO +3 -3
- {constructs-10.4.4 → constructs-10.4.5}/README.md +1 -1
- {constructs-10.4.4 → constructs-10.4.5}/setup.py +3 -3
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs/__init__.py +1 -1
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs/_jsii/__init__.py +1 -1
- constructs-10.4.5/src/constructs/_jsii/constructs@10.4.5.jsii.tgz +0 -0
- {constructs-10.4.4 → constructs-10.4.5/src/constructs.egg-info}/PKG-INFO +3 -3
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs.egg-info/SOURCES.txt +1 -1
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs.egg-info/requires.txt +1 -1
- constructs-10.4.4/src/constructs/_jsii/constructs@10.4.4.jsii.tgz +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/LICENSE +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/MANIFEST.in +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/NOTICE +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/pyproject.toml +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/setup.cfg +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs/py.typed +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs.egg-info/dependency_links.txt +0 -0
- {constructs-10.4.4 → constructs-10.4.5}/src/constructs.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: constructs
|
|
3
|
-
Version: 10.4.
|
|
3
|
+
Version: 10.4.5
|
|
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>
|
|
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
License-File: NOTICE
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
23
|
+
Requires-Dist: jsii<2.0.0,>=1.125.0
|
|
24
24
|
Requires-Dist: publication>=0.0.3
|
|
25
25
|
Requires-Dist: typeguard==2.13.3
|
|
26
26
|
|
|
@@ -32,7 +32,7 @@ Requires-Dist: typeguard==2.13.3
|
|
|
32
32
|
[](https://badge.fury.io/js/constructs)
|
|
33
33
|
[](https://badge.fury.io/py/constructs)
|
|
34
34
|
[](https://badge.fury.io/nu/Constructs)
|
|
35
|
-
[](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
|
|
36
36
|
|
|
37
37
|
## What are constructs?
|
|
38
38
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://badge.fury.io/js/constructs)
|
|
7
7
|
[](https://badge.fury.io/py/constructs)
|
|
8
8
|
[](https://badge.fury.io/nu/Constructs)
|
|
9
|
-
[](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
|
|
10
10
|
|
|
11
11
|
## What are constructs?
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "constructs",
|
|
8
|
-
"version": "10.4.
|
|
8
|
+
"version": "10.4.5",
|
|
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,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"constructs._jsii": [
|
|
29
|
-
"constructs@10.4.
|
|
29
|
+
"constructs@10.4.5.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"constructs": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,7 +34,7 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"jsii>=1.
|
|
37
|
+
"jsii>=1.125.0, <2.0.0",
|
|
38
38
|
"publication>=0.0.3",
|
|
39
39
|
"typeguard==2.13.3"
|
|
40
40
|
],
|
|
@@ -7,7 +7,7 @@ r'''
|
|
|
7
7
|
[](https://badge.fury.io/js/constructs)
|
|
8
8
|
[](https://badge.fury.io/py/constructs)
|
|
9
9
|
[](https://badge.fury.io/nu/Constructs)
|
|
10
|
-
[](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
|
|
11
11
|
|
|
12
12
|
## What are constructs?
|
|
13
13
|
|
|
@@ -29,7 +29,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
29
29
|
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
30
|
|
|
31
31
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
32
|
-
"constructs", "10.4.
|
|
32
|
+
"constructs", "10.4.5", __name__[0:-6], "constructs@10.4.5.jsii.tgz"
|
|
33
33
|
)
|
|
34
34
|
|
|
35
35
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: constructs
|
|
3
|
-
Version: 10.4.
|
|
3
|
+
Version: 10.4.5
|
|
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>
|
|
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
License-File: NOTICE
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
23
|
+
Requires-Dist: jsii<2.0.0,>=1.125.0
|
|
24
24
|
Requires-Dist: publication>=0.0.3
|
|
25
25
|
Requires-Dist: typeguard==2.13.3
|
|
26
26
|
|
|
@@ -32,7 +32,7 @@ Requires-Dist: typeguard==2.13.3
|
|
|
32
32
|
[](https://badge.fury.io/js/constructs)
|
|
33
33
|
[](https://badge.fury.io/py/constructs)
|
|
34
34
|
[](https://badge.fury.io/nu/Constructs)
|
|
35
|
-
[](https://maven-badges.sml.io/maven-central/software.constructs/constructs)
|
|
36
36
|
|
|
37
37
|
## What are constructs?
|
|
38
38
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|