cumulusci-plus 5.0.3__py3-none-any.whl → 5.0.5__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "5.0.3"
1
+ __version__ = "5.0.5"
cumulusci/cli/cci.py CHANGED
@@ -184,8 +184,13 @@ def show_version_info():
184
184
 
185
185
  def show_plugin_version_infos(console: Console):
186
186
  """Display version information for all loaded plugins."""
187
- console.print("Loaded plugins:")
188
187
  plugins = load_plugins()
188
+
189
+ if not plugins:
190
+ return
191
+
192
+ console.print("Loaded plugins:")
193
+
189
194
  for plugin in plugins:
190
195
  try:
191
196
  console.print(f" [bold]{plugin.name}[/bold]: {plugin.version}")
cumulusci/cli/utils.py CHANGED
@@ -91,7 +91,7 @@ def check_latest_version(
91
91
  pkg="cumulusci-plus",
92
92
  installed_version=None,
93
93
  tstamp_file="cumulus_timestamp",
94
- message=f"""An update to CumulusCI is available. To install the update, run this command: {get_cci_upgrade_command()}""",
94
+ message=f"""An update to CumulusCI Plus is available. To install the update, run this command: {get_cci_upgrade_command()}""",
95
95
  ):
96
96
  """checks for the latest version of cumulusci from pypi, max once per hour"""
97
97
  check = True
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cumulusci-plus
3
- Version: 5.0.3
3
+ Version: 5.0.5
4
4
  Summary: Build and release tools for Salesforce developers
5
- Project-URL: Homepage, https://github.com/SFDO-Tooling/CumulusCI
5
+ Project-URL: Homepage, https://github.com/jorgesolebur/CumulusCI
6
6
  Project-URL: Changelog, https://cumulusci.readthedocs.io/en/stable/history.html
7
7
  Project-URL: Bug Tracker, https://github.com/SFDO-Tooling/CumulusCI/issues
8
8
  Author-email: "Salesforce.org" <sfdo-mrbelvedere@salesforce.com>
@@ -1,10 +1,10 @@
1
- cumulusci/__about__.py,sha256=3KRBJRMqAeS9He9z8EmZFP-1e-8HB3WRBuTW16TGxtw,22
1
+ cumulusci/__about__.py,sha256=uRjqoB5BCxf3yRehPmqmoRFXGMu-mthc51Cx8UK5oRw,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
5
5
  cumulusci/cumulusci.yml,sha256=FE1Dm7EhcMXY-XtLljbcbRyo_E0tvspaxqh8Nsiup3w,72365
6
6
  cumulusci/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cumulusci/cli/cci.py,sha256=Afjv85NJ6mnx4pzsQQFaH9kbbIgyErsPyA5tq52umWQ,8485
7
+ cumulusci/cli/cci.py,sha256=GQKxxkz1furfcaDlm7qc2P4cww0GvhlNr2dpc_Hp9Lw,8523
8
8
  cumulusci/cli/error.py,sha256=znj0YN8D2Grozm1u7mZAsJlmmdGebbuy0c1ofQluL4Q,4410
9
9
  cumulusci/cli/flow.py,sha256=rN_9WL2Z6dcx-oRngChIgei3E5Qmg3XVzk5ND1o0i3s,6171
10
10
  cumulusci/cli/logger.py,sha256=bpzSD0Bm0BAwdNbVR6yZXMREh2vm7jOytZevEaNoVR4,2267
@@ -16,7 +16,7 @@ cumulusci/cli/runtime.py,sha256=PFBy-idQy6WsUijiU61hd4-jL12UH_PRGHATJxsNacU,6991
16
16
  cumulusci/cli/service.py,sha256=Pv2wnCFUHBhNeXY3-m_ct8KGul21UyFt3bScxWUofME,19803
17
17
  cumulusci/cli/task.py,sha256=xm8lo0_LMMpcsUDv1Gj_HpW1phllyEW9IRm2lQSh5wg,10077
18
18
  cumulusci/cli/ui.py,sha256=Ld-2S6Kr204SBput-1pNAVlYglzcvbV5nVA_rGXlAo8,7346
19
- cumulusci/cli/utils.py,sha256=RZH46cGm47VVao10E7v-MPLEEs8_6GaH5zlDMP3Avlg,5517
19
+ cumulusci/cli/utils.py,sha256=Bl-l8eOXxzi6E_DsWGGGeefwZxrVg7Zo52BIwoNhKH8,5522
20
20
  cumulusci/cli/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  cumulusci/cli/tests/test_cci.py,sha256=wtzuXggLGrbMWjMQMVkdqXnYT_rqAr68xWCjTjbhH4w,18142
22
22
  cumulusci/cli/tests/test_error.py,sha256=zU2ccfGOivcVMpCManam18uyhlzT-HFb9xuMljU4few,6629
@@ -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.3.dist-info/METADATA,sha256=eU5l0urzUbV5t1cdCjCtJjspJXAKYmYOHBWiq9CYyzc,6134
740
- cumulusci_plus-5.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
741
- cumulusci_plus-5.0.3.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
742
- cumulusci_plus-5.0.3.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
743
- cumulusci_plus-5.0.3.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
744
- cumulusci_plus-5.0.3.dist-info/RECORD,,
739
+ cumulusci_plus-5.0.5.dist-info/METADATA,sha256=YGwFjRWNfqqoJO0Bd_rMYvXyVtQ7m1IU0zxPiMjv2G0,6134
740
+ cumulusci_plus-5.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
741
+ cumulusci_plus-5.0.5.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
742
+ cumulusci_plus-5.0.5.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
743
+ cumulusci_plus-5.0.5.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
744
+ cumulusci_plus-5.0.5.dist-info/RECORD,,