pulumi-external 0.0.3a1707285371__py3-none-any.whl → 0.0.3a1707544466__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.

Potentially problematic release.


This version of pulumi-external might be problematic. Click here for more details.

@@ -4,6 +4,7 @@
4
4
 
5
5
 
6
6
  import asyncio
7
+ import importlib.metadata
7
8
  import importlib.util
8
9
  import inspect
9
10
  import json
@@ -18,11 +19,6 @@ from pulumi.runtime.sync_await import _sync_await
18
19
  from semver import VersionInfo as SemverVersion
19
20
  from parver import Version as PEP440Version
20
21
 
21
- if sys.version_info >= (3, 8):
22
- from importlib import metadata
23
- else:
24
- import importlib_metadata as metadata
25
-
26
22
 
27
23
  def get_env(*args):
28
24
  for v in args:
@@ -76,7 +72,7 @@ def _get_semver_version():
76
72
  # to receive a valid semver string when receiving requests from the language host, so it's our
77
73
  # responsibility as the library to convert our own PEP440 version into a valid semver string.
78
74
 
79
- pep440_version_string = metadata.version(root_package)
75
+ pep440_version_string = importlib.metadata.version(root_package)
80
76
  pep440_version = PEP440Version.parse(pep440_version_string)
81
77
  (major, minor, patch) = pep440_version.release
82
78
  prerelease = None
@@ -1,17 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_external
3
- Version: 0.0.3a1707285371
3
+ Version: 0.0.3a1707544466
4
4
  Summary: A Pulumi package for creating and managing External cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com/
7
7
  Project-URL: Repository, https://github.com/pulumi/pulumi-external
8
8
  Keywords: pulumi,category/cloud
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver >=0.2.1
12
12
  Requires-Dist: pulumi <4.0.0,>=3.0.0
13
13
  Requires-Dist: semver >=2.8.1
14
- Requires-Dist: importlib-metadata <7.0.0,>=6.0.0 ; python_version < "3.8"
15
14
 
16
15
  [![Actions Status](https://github.com/pulumi/pulumi-external/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-external/actions)
17
16
  [![NPM version](https://img.shields.io/npm/v/@pulumi/external)](https://www.npmjs.com/package/@pulumi/external)
@@ -1,10 +1,10 @@
1
1
  pulumi_external/__init__.py,sha256=DrAL3Yf-KY1-VuZaeT2RmZOoNZXHY54m4Ne7r8B3T_s,527
2
- pulumi_external/_utilities.py,sha256=jMbim532bPc1u3rZevJSaM4zw6tbQPf2c85Dkyq_7_g,9327
2
+ pulumi_external/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
3
3
  pulumi_external/get_external.py,sha256=Dw4vL_YC_FiljG9I1PGKUj7l0NCCrcHX3yiWh-ImosQ,5093
4
4
  pulumi_external/provider.py,sha256=tMoFbm79dAe1ygKHD_VZYt1VlAoCucOxlIeAUu3GA4A,3426
5
5
  pulumi_external/pulumi-plugin.json,sha256=EI0xX5Vos1_TNrEaWBK-UTItmGhGlp0Vgg9hFL__wlY,45
6
6
  pulumi_external/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- pulumi_external-0.0.3a1707285371.dist-info/METADATA,sha256=TZxBOt_3lL0ARbmvThiQPFbDx3kuGZNHK5u_DCn0fD0,2932
8
- pulumi_external-0.0.3a1707285371.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
- pulumi_external-0.0.3a1707285371.dist-info/top_level.txt,sha256=t7hgnv-OP81bfORFmxEYvLRitrdZnGX0NJZDGTto33U,16
10
- pulumi_external-0.0.3a1707285371.dist-info/RECORD,,
7
+ pulumi_external-0.0.3a1707544466.dist-info/METADATA,sha256=mhKWi-uiPVS1saFmsjQKhD_pqnVj46mbSpRlpcT9YNk,2858
8
+ pulumi_external-0.0.3a1707544466.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
+ pulumi_external-0.0.3a1707544466.dist-info/top_level.txt,sha256=t7hgnv-OP81bfORFmxEYvLRitrdZnGX0NJZDGTto33U,16
10
+ pulumi_external-0.0.3a1707544466.dist-info/RECORD,,