cumulusci-plus 5.0.8.dev0__py3-none-any.whl → 5.0.9__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 cumulusci-plus might be problematic. Click here for more details.
- cumulusci/__about__.py +1 -1
- cumulusci/tasks/create_package_version.py +10 -1
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/METADATA +3 -16
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/RECORD +8 -8
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/WHEEL +0 -0
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/entry_points.txt +0 -0
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/licenses/AUTHORS.rst +0 -0
- {cumulusci_plus-5.0.8.dev0.dist-info → cumulusci_plus-5.0.9.dist-info}/licenses/LICENSE +0 -0
cumulusci/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "5.0.
|
|
1
|
+
__version__ = "5.0.9"
|
|
@@ -9,7 +9,11 @@ from pydantic import BaseModel, validator
|
|
|
9
9
|
from simple_salesforce.exceptions import SalesforceMalformedRequest
|
|
10
10
|
|
|
11
11
|
from cumulusci.core.config.util import get_devhub_config
|
|
12
|
-
from cumulusci.core.dependencies.base import
|
|
12
|
+
from cumulusci.core.dependencies.base import (
|
|
13
|
+
UnmanagedDependency,
|
|
14
|
+
UnmanagedVcsDependency,
|
|
15
|
+
UnmanagedVcsDependencyFlow,
|
|
16
|
+
)
|
|
13
17
|
from cumulusci.core.dependencies.dependencies import (
|
|
14
18
|
PackageNamespaceVersionDependency,
|
|
15
19
|
PackageVersionIdDependency,
|
|
@@ -628,6 +632,11 @@ class CreatePackageVersion(BaseSalesforceApiTask):
|
|
|
628
632
|
f"Skipping dependency {dependency} because create_unlocked_dependency_packages is False."
|
|
629
633
|
)
|
|
630
634
|
continue
|
|
635
|
+
elif isinstance(dependency, UnmanagedVcsDependencyFlow):
|
|
636
|
+
self.logger.info(
|
|
637
|
+
f"Skipping Pre/Post flow static dependency {dependency}."
|
|
638
|
+
)
|
|
639
|
+
continue
|
|
631
640
|
else:
|
|
632
641
|
raise DependencyLookupError(
|
|
633
642
|
f"Unable to convert dependency: {dependency}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cumulusci-plus
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.9
|
|
4
4
|
Summary: Build and release tools for Salesforce developers
|
|
5
5
|
Project-URL: Homepage, https://github.com/jorgesolebur/CumulusCI
|
|
6
6
|
Project-URL: Changelog, https://cumulusci.readthedocs.io/en/stable/history.html
|
|
@@ -127,19 +127,6 @@ license](https://github.com/SFDO-Tooling/CumulusCI/blob/main/LICENSE)
|
|
|
127
127
|
and is not covered by the Salesforce Master Subscription Agreement.
|
|
128
128
|
|
|
129
129
|
<!-- Changelog -->
|
|
130
|
-
##
|
|
130
|
+
## v5.0.9 (2025-07-23)
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## What's Changed
|
|
135
|
-
|
|
136
|
-
### Changes
|
|
137
|
-
|
|
138
|
-
- Add new tasks get_assignable_permission_sets and get_assignable_licenses by [@vsbharath](https://github.com/vsbharath) in [#3892](https://github.com/SFDO-Tooling/CumulusCI/pull/3892)
|
|
139
|
-
|
|
140
|
-
### Issues Fixed
|
|
141
|
-
|
|
142
|
-
- fix: Make get permset licenses return active only by [@jstvz](https://github.com/jstvz) in [#3888](https://github.com/SFDO-Tooling/CumulusCI/pull/3888)
|
|
143
|
-
- fix: Read the docs configuration by LaTeX into PDF by [@dcinzona](https://github.com/dcinzona) in [#3891](https://github.com/SFDO-Tooling/CumulusCI/pull/3891)
|
|
144
|
-
|
|
145
|
-
**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v4.3.0.dev0...v4.4.0
|
|
132
|
+
{"message":"Resource not accessible by integration","documentation_url":"https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release","status":"403"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cumulusci/__about__.py,sha256=
|
|
1
|
+
cumulusci/__about__.py,sha256=htJkFGv1pEl2x0AOxjwUuzliBJOAfmYsgFclTAT77Fo,22
|
|
2
2
|
cumulusci/__init__.py,sha256=jdanFQ_i8vbdO7Eltsf4pOfvV4mwa_Osyc4gxWKJ8ng,764
|
|
3
3
|
cumulusci/__main__.py,sha256=kgRH-n5AJrH_daCK_EJwH7azAUxdXEmpi-r-dPGMR6Y,43
|
|
4
4
|
cumulusci/conftest.py,sha256=AIL98BDwNAQtdo8YFmLKwav0tmrQ5dpbw1cX2FyGouQ,5108
|
|
@@ -229,7 +229,7 @@ cumulusci/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
229
229
|
cumulusci/tasks/base_source_control_task.py,sha256=YVLngLcXsjnsbQwTS33tioLic3EU5D-P0GtY8op00Uw,637
|
|
230
230
|
cumulusci/tasks/command.py,sha256=ntVmi98kUvoQm90sd34pbILLt73tdG9VUT1-eTdHQ6g,5710
|
|
231
231
|
cumulusci/tasks/connectedapp.py,sha256=G-OiSnLYCWj3iQ2AYU1zQk0x0jWQcwKM8wGRkF694VE,7187
|
|
232
|
-
cumulusci/tasks/create_package_version.py,sha256=
|
|
232
|
+
cumulusci/tasks/create_package_version.py,sha256=bawzRfOsfsN3E-4OB6ltjwcuxZD3W5xQylsGg0SCc2w,33327
|
|
233
233
|
cumulusci/tasks/datadictionary.py,sha256=qtMBXR-xnkLPCFQfe3v09b_DgAVhe_ElKc6355Yd4f4,29801
|
|
234
234
|
cumulusci/tasks/dx_convert_from.py,sha256=io-6S3Kfp86GR7CAsHyFhPAW6XEtVKWVeJdNO0FFsgQ,806
|
|
235
235
|
cumulusci/tasks/metadeploy.py,sha256=33AX5701G2fyu42wNY9mitKAXq04Dxpg_WMIK59d4P8,15787
|
|
@@ -736,9 +736,9 @@ cumulusci/vcs/tests/dummy_service.py,sha256=RltOUpMIhSDNrfxk0LhLqlH4ppC0sK6NC2cO
|
|
|
736
736
|
cumulusci/vcs/tests/test_vcs_base.py,sha256=9mp6uZ3lTxY4onjUNCucp9N9aB3UylKS7_2Zu_hdAZw,24331
|
|
737
737
|
cumulusci/vcs/tests/test_vcs_bootstrap.py,sha256=N0NA48-rGNIIjY3Z7PtVnNwHObSlEGDk2K55TQGI8g4,27954
|
|
738
738
|
cumulusci/vcs/utils/__init__.py,sha256=py4fEcHM7Vd0M0XWznOlywxaeCtG3nEVGmELmEKVGU8,869
|
|
739
|
-
cumulusci_plus-5.0.
|
|
740
|
-
cumulusci_plus-5.0.
|
|
741
|
-
cumulusci_plus-5.0.
|
|
742
|
-
cumulusci_plus-5.0.
|
|
743
|
-
cumulusci_plus-5.0.
|
|
744
|
-
cumulusci_plus-5.0.
|
|
739
|
+
cumulusci_plus-5.0.9.dist-info/METADATA,sha256=wJIf_2LQnYB14hynOvNeWdhDXBp4ICUVJqW28c1aO-g,5582
|
|
740
|
+
cumulusci_plus-5.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
741
|
+
cumulusci_plus-5.0.9.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
|
|
742
|
+
cumulusci_plus-5.0.9.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
|
|
743
|
+
cumulusci_plus-5.0.9.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
|
|
744
|
+
cumulusci_plus-5.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|