cdk-gitlab-runner 2.2.105__py3-none-any.whl → 2.2.106__py3-none-any.whl

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.
@@ -361,6 +361,9 @@ config.toml
361
361
 
362
362
  [![Stargazers repo roster for @neilkuan/cdk-gitlab-runner](https://reporoster.com/stars/neilkuan/cdk-gitlab-runner)](https://github.com/neilkuan/cdk-gitlab-runner/stargazers)
363
363
  '''
364
+ from pkgutil import extend_path
365
+ __path__ = extend_path(__path__, __name__)
366
+
364
367
  import abc
365
368
  import builtins
366
369
  import datetime
@@ -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
@@ -15,9 +18,9 @@ import constructs._jsii
15
18
 
16
19
  __jsii_assembly__ = jsii.JSIIAssembly.load(
17
20
  "cdk-gitlab-runner",
18
- "2.2.105",
21
+ "2.2.106",
19
22
  __name__[0:-6],
20
- "cdk-gitlab-runner@2.2.105.jsii.tgz",
23
+ "cdk-gitlab-runner@2.2.106.jsii.tgz",
21
24
  )
22
25
 
23
26
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-gitlab-runner
3
- Version: 2.2.105
3
+ Version: 2.2.106
4
4
  Summary: Use AWS CDK to create a gitlab runner, and use gitlab runner to help you execute your Gitlab pipeline job.
5
5
  Home-page: https://github.com/neilkuan/cdk-gitlab-runner.git
6
6
  Author: Neil Kuan<guan840912@gmail.com>
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: aws-cdk-lib <3.0.0,>=2.126.0
24
24
  Requires-Dist: constructs <11.0.0,>=10.0.5
25
- Requires-Dist: jsii <2.0.0,>=1.95.0
25
+ Requires-Dist: jsii <2.0.0,>=1.96.0
26
26
  Requires-Dist: publication >=0.0.3
27
27
  Requires-Dist: typeguard ~=2.13.3
28
28
 
@@ -0,0 +1,9 @@
1
+ cdk_gitlab_runner/__init__.py,sha256=kXLFIqsiYmsWCHeLZjxc_1-au_3a0sjjRmlQfMXppME,78996
2
+ cdk_gitlab_runner/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ cdk_gitlab_runner/_jsii/__init__.py,sha256=fYxfKe83B8NHpuAe_23MVKY7-CERL4uiPM_EMnP4rnk,494
4
+ cdk_gitlab_runner/_jsii/cdk-gitlab-runner@2.2.106.jsii.tgz,sha256=liRy0X_VZTJuEHqYx3VDtDPyow6M_4m4tQnc9cvPJBA,83222
5
+ cdk_gitlab_runner-2.2.106.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
+ cdk_gitlab_runner-2.2.106.dist-info/METADATA,sha256=Lb1vXS5d-L5WaVPrO4mcBs4ugFHlfJodKPwDb9rP2jM,13036
7
+ cdk_gitlab_runner-2.2.106.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
8
+ cdk_gitlab_runner-2.2.106.dist-info/top_level.txt,sha256=hFmVS7RB4_q_A9K26xlyXAQufFEMaEhdAuArTcB_Bto,18
9
+ cdk_gitlab_runner-2.2.106.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- cdk_gitlab_runner/__init__.py,sha256=2SW-6OeJgOctdgnKaU76Buo7gLytX_nJfXQmJFfrb1Y,78920
2
- cdk_gitlab_runner/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- cdk_gitlab_runner/_jsii/__init__.py,sha256=n2yY-Oj__2wFfHyJuJTPr4LYqCkWoUmgZYPZg4DdZlc,418
4
- cdk_gitlab_runner/_jsii/cdk-gitlab-runner@2.2.105.jsii.tgz,sha256=5Y5A2LUKC46eVOXggDU5dvLa7U0o65Rv1CqTc7Eln00,83221
5
- cdk_gitlab_runner-2.2.105.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
- cdk_gitlab_runner-2.2.105.dist-info/METADATA,sha256=i4xdfJnGDo9C6f5RgMAQjr4jT-CmOn9N6Y-JvTG7pj8,13036
7
- cdk_gitlab_runner-2.2.105.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
8
- cdk_gitlab_runner-2.2.105.dist-info/top_level.txt,sha256=hFmVS7RB4_q_A9K26xlyXAQufFEMaEhdAuArTcB_Bto,18
9
- cdk_gitlab_runner-2.2.105.dist-info/RECORD,,