cdk-certbot-dns-route53 2.4.235__tar.gz → 2.4.237__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.
- {cdk_certbot_dns_route53-2.4.235/src/cdk_certbot_dns_route53.egg-info → cdk_certbot_dns_route53-2.4.237}/PKG-INFO +3 -3
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/setup.py +4 -4
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53/__init__.py +16 -1
- cdk_certbot_dns_route53-2.4.237/src/cdk_certbot_dns_route53/_jsii/__init__.py +46 -0
- cdk_certbot_dns_route53-2.4.235/src/cdk_certbot_dns_route53/_jsii/cdk-certbot-dns-route53@2.4.235.jsii.tgz → cdk_certbot_dns_route53-2.4.237/src/cdk_certbot_dns_route53/_jsii/cdk-certbot-dns-route53@2.4.237.jsii.tgz +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237/src/cdk_certbot_dns_route53.egg-info}/PKG-INFO +3 -3
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53.egg-info/SOURCES.txt +1 -1
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53.egg-info/requires.txt +2 -2
- cdk_certbot_dns_route53-2.4.235/src/cdk_certbot_dns_route53/_jsii/__init__.py +0 -31
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/LICENSE +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/MANIFEST.in +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/README.md +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/pyproject.toml +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/setup.cfg +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53/py.typed +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53.egg-info/dependency_links.txt +0 -0
- {cdk_certbot_dns_route53-2.4.235 → cdk_certbot_dns_route53-2.4.237}/src/cdk_certbot_dns_route53.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdk-certbot-dns-route53
|
3
|
-
Version: 2.4.
|
3
|
+
Version: 2.4.237
|
4
4
|
Summary: Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.
|
5
5
|
Home-page: https://github.com/neilkuan/cdk-certbot-dns-route53.git
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
@@ -23,9 +23,9 @@ License-File: LICENSE
|
|
23
23
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.126.0
|
24
24
|
Requires-Dist: aws-cdk.aws-lambda-python-alpha==2.115.0.a0
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.103.0
|
27
27
|
Requires-Dist: publication>=0.0.3
|
28
|
-
Requires-Dist: typeguard
|
28
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
29
29
|
|
30
30
|
[](https://badge.fury.io/js/cdk-certbot-dns-route53)
|
31
31
|
[](https://badge.fury.io/py/cdk-certbot-dns-route53)
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "cdk-certbot-dns-route53",
|
8
|
-
"version": "2.4.
|
8
|
+
"version": "2.4.237",
|
9
9
|
"description": "Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"url": "https://github.com/neilkuan/cdk-certbot-dns-route53.git",
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
26
26
|
],
|
27
27
|
"package_data": {
|
28
28
|
"cdk_certbot_dns_route53._jsii": [
|
29
|
-
"cdk-certbot-dns-route53@2.4.
|
29
|
+
"cdk-certbot-dns-route53@2.4.237.jsii.tgz"
|
30
30
|
],
|
31
31
|
"cdk_certbot_dns_route53": [
|
32
32
|
"py.typed"
|
@@ -37,9 +37,9 @@ kwargs = json.loads(
|
|
37
37
|
"aws-cdk-lib>=2.126.0, <3.0.0",
|
38
38
|
"aws-cdk.aws-lambda-python-alpha==2.115.0.a0",
|
39
39
|
"constructs>=10.0.5, <11.0.0",
|
40
|
-
"jsii>=1.
|
40
|
+
"jsii>=1.103.0, <2.0.0",
|
41
41
|
"publication>=0.0.3",
|
42
|
-
"typeguard
|
42
|
+
"typeguard>=2.13.3,<5.0.0"
|
43
43
|
],
|
44
44
|
"classifiers": [
|
45
45
|
"Intended Audience :: Developers",
|
@@ -134,7 +134,22 @@ import jsii
|
|
134
134
|
import publication
|
135
135
|
import typing_extensions
|
136
136
|
|
137
|
-
|
137
|
+
import typeguard
|
138
|
+
from importlib.metadata import version as _metadata_package_version
|
139
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
140
|
+
|
141
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
142
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
143
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
144
|
+
else:
|
145
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
146
|
+
pass
|
147
|
+
else:
|
148
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
149
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
150
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
151
|
+
else:
|
152
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
138
153
|
|
139
154
|
from ._jsii import *
|
140
155
|
|
@@ -0,0 +1,46 @@
|
|
1
|
+
from pkgutil import extend_path
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
3
|
+
|
4
|
+
import abc
|
5
|
+
import builtins
|
6
|
+
import datetime
|
7
|
+
import enum
|
8
|
+
import typing
|
9
|
+
|
10
|
+
import jsii
|
11
|
+
import publication
|
12
|
+
import typing_extensions
|
13
|
+
|
14
|
+
import typeguard
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
17
|
+
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
21
|
+
else:
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
23
|
+
pass
|
24
|
+
else:
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
28
|
+
else:
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
30
|
+
|
31
|
+
import aws_cdk._jsii
|
32
|
+
import aws_cdk.aws_lambda_python_alpha._jsii
|
33
|
+
import constructs._jsii
|
34
|
+
|
35
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
36
|
+
"cdk-certbot-dns-route53",
|
37
|
+
"2.4.237",
|
38
|
+
__name__[0:-6],
|
39
|
+
"cdk-certbot-dns-route53@2.4.237.jsii.tgz",
|
40
|
+
)
|
41
|
+
|
42
|
+
__all__ = [
|
43
|
+
"__jsii_assembly__",
|
44
|
+
]
|
45
|
+
|
46
|
+
publication.publish()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdk-certbot-dns-route53
|
3
|
-
Version: 2.4.
|
3
|
+
Version: 2.4.237
|
4
4
|
Summary: Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.
|
5
5
|
Home-page: https://github.com/neilkuan/cdk-certbot-dns-route53.git
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
@@ -23,9 +23,9 @@ License-File: LICENSE
|
|
23
23
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.126.0
|
24
24
|
Requires-Dist: aws-cdk.aws-lambda-python-alpha==2.115.0.a0
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.103.0
|
27
27
|
Requires-Dist: publication>=0.0.3
|
28
|
-
Requires-Dist: typeguard
|
28
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
29
29
|
|
30
30
|
[](https://badge.fury.io/js/cdk-certbot-dns-route53)
|
31
31
|
[](https://badge.fury.io/py/cdk-certbot-dns-route53)
|
@@ -11,4 +11,4 @@ src/cdk_certbot_dns_route53.egg-info/dependency_links.txt
|
|
11
11
|
src/cdk_certbot_dns_route53.egg-info/requires.txt
|
12
12
|
src/cdk_certbot_dns_route53.egg-info/top_level.txt
|
13
13
|
src/cdk_certbot_dns_route53/_jsii/__init__.py
|
14
|
-
src/cdk_certbot_dns_route53/_jsii/cdk-certbot-dns-route53@2.4.
|
14
|
+
src/cdk_certbot_dns_route53/_jsii/cdk-certbot-dns-route53@2.4.237.jsii.tgz
|
@@ -1,31 +0,0 @@
|
|
1
|
-
from pkgutil import extend_path
|
2
|
-
__path__ = extend_path(__path__, __name__)
|
3
|
-
|
4
|
-
import abc
|
5
|
-
import builtins
|
6
|
-
import datetime
|
7
|
-
import enum
|
8
|
-
import typing
|
9
|
-
|
10
|
-
import jsii
|
11
|
-
import publication
|
12
|
-
import typing_extensions
|
13
|
-
|
14
|
-
from typeguard import check_type
|
15
|
-
|
16
|
-
import aws_cdk._jsii
|
17
|
-
import aws_cdk.aws_lambda_python_alpha._jsii
|
18
|
-
import constructs._jsii
|
19
|
-
|
20
|
-
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
21
|
-
"cdk-certbot-dns-route53",
|
22
|
-
"2.4.235",
|
23
|
-
__name__[0:-6],
|
24
|
-
"cdk-certbot-dns-route53@2.4.235.jsii.tgz",
|
25
|
-
)
|
26
|
-
|
27
|
-
__all__ = [
|
28
|
-
"__jsii_assembly__",
|
29
|
-
]
|
30
|
-
|
31
|
-
publication.publish()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|