pulumi-vault 6.6.0a1739342361__py3-none-any.whl → 6.6.0a1739428361__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.
@@ -89,12 +89,16 @@ def _get_semver_version():
89
89
  elif pep440_version.pre_tag == 'rc':
90
90
  prerelease = f"rc.{pep440_version.pre}"
91
91
  elif pep440_version.dev is not None:
92
+ # PEP440 has explicit support for dev builds, while semver encodes them as "prerelease" versions. To bridge
93
+ # between the two, we convert our dev build version into a prerelease tag. This matches what all of our other
94
+ # packages do when constructing their own semver string.
92
95
  prerelease = f"dev.{pep440_version.dev}"
96
+ elif pep440_version.local is not None:
97
+ # PEP440 only allows a small set of prerelease tags, so when converting an arbitrary prerelease,
98
+ # PypiVersion in /pkg/codegen/python/utilities.go converts it to a local version. Therefore, we need to
99
+ # do the reverse conversion here and set the local version as the prerelease tag.
100
+ prerelease = pep440_version.local
93
101
 
94
- # The only significant difference between PEP440 and semver as it pertains to us is that PEP440 has explicit support
95
- # for dev builds, while semver encodes them as "prerelease" versions. In order to bridge between the two, we convert
96
- # our dev build version into a prerelease tag. This matches what all of our other packages do when constructing
97
- # their own semver string.
98
102
  return SemverVersion(major=major, minor=minor, patch=patch, prerelease=prerelease)
99
103
 
100
104
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "vault",
4
- "version": "6.6.0-alpha.1739342361"
4
+ "version": "6.6.0-alpha.1739428361"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_vault
3
- Version: 6.6.0a1739342361
3
+ Version: 6.6.0a1739428361
4
4
  Summary: A Pulumi package for creating and managing HashiCorp Vault cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,6 +1,6 @@
1
1
  pulumi_vault/__init__.py,sha256=FcjjMuSTS8ketXMRJIhsXOIitbOr26gL3988G__itco,32190
2
2
  pulumi_vault/_inputs.py,sha256=SF9ssDW-1LueES-snz-lfjgpbVI0bldHW0yL4qeh7N0,92747
3
- pulumi_vault/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
3
+ pulumi_vault/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
4
  pulumi_vault/audit.py,sha256=qeLdEPUPWtIcJsnba2V6_uicJEVC5yMvwSLZi0DSqWw,20517
5
5
  pulumi_vault/audit_request_header.py,sha256=cmIh7EzPcIzo1EOESdKLwpFS17gEsrTWGslR_nwUIZM,10487
6
6
  pulumi_vault/auth_backend.py,sha256=7epHzrcI5nQLwJkGEZEk10Lha49x1QgBvjLhvysv4Co,24062
@@ -27,7 +27,7 @@ pulumi_vault/plugin.py,sha256=wsHI-O03QoIMQB4ni-MOBjXNz2xloYRHiqx9mk5dZq8,23656
27
27
  pulumi_vault/plugin_pinned_version.py,sha256=FRBwnJxAYtleO9MoM2juvwBpCk-Um-hmELLAj7kJvLo,10757
28
28
  pulumi_vault/policy.py,sha256=jhgtVabSBI5Z69EXKUJxlidTsNLzN-A9NsKkbnGX8n8,11109
29
29
  pulumi_vault/provider.py,sha256=KnBSEL3D7S8eRWQlc-oOGh1lKqtrPnQbdpPwfQdYZxg,42800
30
- pulumi_vault/pulumi-plugin.json,sha256=kcpxWuEzTsifPxqlwVtRa6eUiCqkateeWjFzyoCpyro,81
30
+ pulumi_vault/pulumi-plugin.json,sha256=WJVApalurwK-TFdA5D--xOUeovhKdof6gvTr7H0sI18,81
31
31
  pulumi_vault/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  pulumi_vault/quota_lease_count.py,sha256=KkTKOgxZwkjLgFMKK1zy4qD7VMxKPahIs1E6EQkMxT8,25072
33
33
  pulumi_vault/quota_rate_limit.py,sha256=5XXedC8Orsgqq0LSHMaW-J_d0ht9Th_Hr7h8BSOC_Ik,29677
@@ -254,7 +254,7 @@ pulumi_vault/transit/get_decrypt.py,sha256=I0XLtE5HqX4WULOf80wK9dJFf_J9jBLrzn-A5
254
254
  pulumi_vault/transit/get_encrypt.py,sha256=yP6ftK53qWzA1_dl_B3skv6UsnZUROpVrC7Kc24PvUw,6809
255
255
  pulumi_vault/transit/secret_backend_key.py,sha256=wMEBzwCAc0mp20tJIgEgGvckxQvn_1V-dD-DjbUerlM,53544
256
256
  pulumi_vault/transit/secret_cache_config.py,sha256=Ya9l81qmQuwTpXGKfPVB38ecb0OghkQPc9Qz6rrbzD8,12657
257
- pulumi_vault-6.6.0a1739342361.dist-info/METADATA,sha256=scyWLRrYmPSmAuqFcwgr-AcQI46nZu7BodIaOvXqoUw,4923
258
- pulumi_vault-6.6.0a1739342361.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
259
- pulumi_vault-6.6.0a1739342361.dist-info/top_level.txt,sha256=J7lAGvfexHc6T1EpDBGNKF0SXWURpmUhyzi9Nr5I61w,13
260
- pulumi_vault-6.6.0a1739342361.dist-info/RECORD,,
257
+ pulumi_vault-6.6.0a1739428361.dist-info/METADATA,sha256=SA-eYe44FGeU7YAS7rEGE44b-mlHlSk8kl_-ECpb-5M,4923
258
+ pulumi_vault-6.6.0a1739428361.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
259
+ pulumi_vault-6.6.0a1739428361.dist-info/top_level.txt,sha256=J7lAGvfexHc6T1EpDBGNKF0SXWURpmUhyzi9Nr5I61w,13
260
+ pulumi_vault-6.6.0a1739428361.dist-info/RECORD,,