pulumi-alicloud 3.75.0a1739251199__py3-none-any.whl → 3.75.0a1739379535__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-alicloud might be problematic. Click here for more details.

@@ -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": "alicloud",
4
- "version": "3.75.0-alpha.1739251199"
4
+ "version": "3.75.0-alpha.1739379535"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_alicloud
3
- Version: 3.75.0a1739251199
3
+ Version: 3.75.0a1739379535
4
4
  Summary: A Pulumi package for creating and managing AliCloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,6 +1,6 @@
1
1
  pulumi_alicloud/__init__.py,sha256=TQJtcNjBvtKHpguE1UXVaRDaLbxzA2zJPN3v02ifNs8,193890
2
2
  pulumi_alicloud/_inputs.py,sha256=PKjgYFhBH6REC2efkPejTCdtmV7_kOJHCwHsS9cL7Y8,158562
3
- pulumi_alicloud/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
3
+ pulumi_alicloud/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
4
  pulumi_alicloud/get_account.py,sha256=oQqUfygZn1VdJkC1sMgwSQuf6YHKlorQ11LFg9poJtU,2786
5
5
  pulumi_alicloud/get_caller_identity.py,sha256=hjDnrj32DBsq6H2rgV0c5hXyOR93IMUEgh0lPH_q0uU,4620
6
6
  pulumi_alicloud/get_file_crc64_checksum.py,sha256=KYu7CGSuw-gtL9Klyv35Ng4QdRLQMo2er4HgJRR51bM,5195
@@ -15,7 +15,7 @@ pulumi_alicloud/msc_sub_subscription.py,sha256=1-grKtZ2ey63cHgJihtGYjOA5IuwxLkok
15
15
  pulumi_alicloud/msc_sub_webhook.py,sha256=9ICYaR2a3-CqsYhRjyOIlshabYQS149rSLBJEandV3I,9477
16
16
  pulumi_alicloud/outputs.py,sha256=uzdE9IMaqfEMfRUUJe3CWHZt1e1liZMwnyNV2jojIyo,17952
17
17
  pulumi_alicloud/provider.py,sha256=FAAL03K60VCnbm3xqrENLqo3Q_OM0uEmN90WXvj0a7A,37922
18
- pulumi_alicloud/pulumi-plugin.json,sha256=ByBfAcnA4KbV5q8DC7mHXr1bcoGbRkb3269z1_kEYNY,85
18
+ pulumi_alicloud/pulumi-plugin.json,sha256=mf4fgjmAxmCF0QgAI7reN29uOh87Qb0qWsUP0TRYKpQ,85
19
19
  pulumi_alicloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  pulumi_alicloud/ackone/__init__.py,sha256=mxlpat-GXfINngjl5TQN27S3HQtTmRaroFpyxP5TgWc,337
21
21
  pulumi_alicloud/ackone/_inputs.py,sha256=Dlr3TL6DuO8dLZjDCSV1UXfWYuyU-olyhFADU-J52Xc,3092
@@ -2032,7 +2032,7 @@ pulumi_alicloud/yundun/db_audit_instance.py,sha256=lq83P6OBRCVz4Fy_VaKhnwVbyoXT1
2032
2032
  pulumi_alicloud/yundun/get_bastion_host_instances.py,sha256=0jGBi2zYZKxIY3Kt5JLBE-QXwBYfN5nlwJWHx0Wg1n8,6627
2033
2033
  pulumi_alicloud/yundun/get_db_audit_instance.py,sha256=WjMIILgoDFjnQIDhYeDcN6DnSquevnfovF1uX6j6en8,6477
2034
2034
  pulumi_alicloud/yundun/outputs.py,sha256=68C-B7tVlzxILaK1nujPHVnXlwu1q63XG46dcDqtHyE,13921
2035
- pulumi_alicloud-3.75.0a1739251199.dist-info/METADATA,sha256=8CWtoX4c3ujpsakf55qqTsLhfrc31YwZkIepcIrIvO0,4411
2036
- pulumi_alicloud-3.75.0a1739251199.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
2037
- pulumi_alicloud-3.75.0a1739251199.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
2038
- pulumi_alicloud-3.75.0a1739251199.dist-info/RECORD,,
2035
+ pulumi_alicloud-3.75.0a1739379535.dist-info/METADATA,sha256=KkrydjJUbafgf27Tf84zSMXJptZXLRIJYYgJXQE-A7o,4411
2036
+ pulumi_alicloud-3.75.0a1739379535.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
2037
+ pulumi_alicloud-3.75.0a1739379535.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
2038
+ pulumi_alicloud-3.75.0a1739379535.dist-info/RECORD,,