cumulusci-plus 5.0.22__py3-none-any.whl → 5.0.24__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cumulusci-plus
3
- Version: 5.0.22
3
+ Version: 5.0.24
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
@@ -128,7 +128,7 @@ license](https://github.com/SFDO-Tooling/CumulusCI/blob/main/LICENSE)
128
128
  and is not covered by the Salesforce Master Subscription Agreement.
129
129
 
130
130
  <!-- Changelog -->
131
- ## v5.0.22 (2025-09-12)
131
+ ## v5.0.24 (2025-09-29)
132
132
 
133
133
  <!-- Release notes generated using configuration in .github/release.yml at main -->
134
134
 
@@ -136,8 +136,9 @@ and is not covered by the Salesforce Master Subscription Agreement.
136
136
 
137
137
  ### Changes
138
138
 
139
- - [DO NOT MERGE] minor changes on descriptions by [@jorgesolebur](https://github.com/jorgesolebur) in [#70](https://github.com/jorgesolebur/CumulusCI/pull/70)
140
- - Feature/env support by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#69](https://github.com/jorgesolebur/CumulusCI/pull/69)
141
- - Removing the dev build to trigger patch release. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#73](https://github.com/jorgesolebur/CumulusCI/pull/73)
139
+ - Enhance when condition for flows. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#80](https://github.com/jorgesolebur/CumulusCI/pull/80)
140
+ - Can we update the upgrade command displayed in terminal by [@jorgesolebur](https://github.com/jorgesolebur) in [#77](https://github.com/jorgesolebur/CumulusCI/pull/77)
141
+ - CCI Package command support. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#83](https://github.com/jorgesolebur/CumulusCI/pull/83)
142
+ - Simplify Version dependency ids and Update / Get Package version Id. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#85](https://github.com/jorgesolebur/CumulusCI/pull/85)
142
143
 
143
- **Full Changelog**: https://github.com/jorgesolebur/CumulusCI/compare/v5.0.21...v5.0.22
144
+ **Full Changelog**: https://github.com/jorgesolebur/CumulusCI/compare/v5.0.23...v5.0.24
@@ -1,8 +1,8 @@
1
- cumulusci/__about__.py,sha256=iw4aHEmSrXTuJWAMrog8W6irAWatWfilwlzlQU49ZQY,23
1
+ cumulusci/__about__.py,sha256=6TaCsfGav1m2nmlsTzscaT8f4Zvmz_dnfox29XwpCYY,23
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
- cumulusci/cumulusci.yml,sha256=qkUOhpQwa75QUL1fZZPHGqDS3UXkGnAi81mEYv0R92Y,73665
5
+ cumulusci/cumulusci.yml,sha256=E7iKo4NjDIf4Xuxx_di9KLbivNTmpYJ21ldhI3uyRLI,74238
6
6
  cumulusci/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  cumulusci/cli/cci.py,sha256=yAq8jFoGde6g_1TeAAjzZYsk77itiONCQGBFe3g3nOs,11836
8
8
  cumulusci/cli/error.py,sha256=znj0YN8D2Grozm1u7mZAsJlmmdGebbuy0c1ofQluL4Q,4410
@@ -20,7 +20,7 @@ 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=p9PYNij3dB3dNwOg9ivPSzVw179WORFVMfRpkWW68pg,27891
22
22
  cumulusci/cli/tests/test_error.py,sha256=zU2ccfGOivcVMpCManam18uyhlzT-HFb9xuMljU4few,6629
23
- cumulusci/cli/tests/test_flow.py,sha256=CIkZWvai5H4EOs35epMKWmxzDfauIEqL6BUwC8q3LPU,8535
23
+ cumulusci/cli/tests/test_flow.py,sha256=Fz_drWWczzDsWirJmKpdA68I9IJRlarAsuRy1qX27UA,19173
24
24
  cumulusci/cli/tests/test_logger.py,sha256=-XBwSmtuelpx5sax0_E2xi4F9m_UsRkt2gn1o9ub6h8,834
25
25
  cumulusci/cli/tests/test_org.py,sha256=1FRQWtEyxxCRKRFfDm4U17Y1iOZvc_sOE0Z2YAdQYik,51078
26
26
  cumulusci/cli/tests/test_plan.py,sha256=IweBQlmtE2JnnBJy2fJagGA1DcKKORbbb2Xbu6t_hYU,8528
@@ -37,7 +37,7 @@ cumulusci/core/datasets.py,sha256=cd0cWe8y2cJ1xHhLz06mzEF-efqywnQSM8vZ_6FzNGE,10
37
37
  cumulusci/core/debug.py,sha256=SB2FZXzeI5XSXiQtwyrpzdxFWqSHLj2vjCddMMRibXM,839
38
38
  cumulusci/core/enums.py,sha256=cG7qgegc5EAmwBzxLbociJ1zsG_fbbVZ29g5zywk908,272
39
39
  cumulusci/core/exceptions.py,sha256=7LxVFnalXG_9IU_fKmWhk_O1Gmxv4GolUW1jycaFcl8,6696
40
- cumulusci/core/flowrunner.py,sha256=rs2fVU-fLBLdoPDUHx-tEqNaD6Pqnd22bP3AEtTytVo,32373
40
+ cumulusci/core/flowrunner.py,sha256=mzNP_ErqLzO0xmEwWtJLPM5j8GeveP_L1hMWt1NeHck,35426
41
41
  cumulusci/core/github.py,sha256=AbmBbwCmpOCwpvBN8hbe44qqXMevFULyCRmtSGeKV_A,23453
42
42
  cumulusci/core/runtime.py,sha256=H2e3YN2i_nPiB2oVB_0V0rLsmTqBs8CdajdGOA4gsB0,3776
43
43
  cumulusci/core/sfdx.py,sha256=ZGW71iMdcMa8RlgZFXcrzZJg5ADCRtzZ-_P8DVUvYJg,4788
@@ -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=bawzRfOsfsN3E-4OB6ltjwcuxZD3W5xQylsGg0SCc2w,33327
232
+ cumulusci/tasks/create_package_version.py,sha256=AiaAp4pFdB39OBxQKLw36vqxPDxzMp8F4mYd2IiNMHQ,34772
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
@@ -517,6 +517,7 @@ cumulusci/tasks/salesforce/RetrieveReportsAndDashboards.py,sha256=-pVD0RJ4vsB1TM
517
517
  cumulusci/tasks/salesforce/RetrieveUnpackaged.py,sha256=_9jglbNWmjg9kq5EkvCusprrt14czurBtNM2hbU9RFI,1174
518
518
  cumulusci/tasks/salesforce/SOQLQuery.py,sha256=RFV-bLzvAx_m4SWWLMyCKuA3ie08iLwLyrOVyhpNCPE,1730
519
519
  cumulusci/tasks/salesforce/SfDataCommands.py,sha256=5t3441TOC7_Qv4rCerXsBpWRlQCIIqd40o8vGnnFV1g,14415
520
+ cumulusci/tasks/salesforce/SfPackageCommands.py,sha256=rdQrR9Dkld2PF-ynt0wnw_J2CYt7qRMc20-yvYiS0cY,13560
520
521
  cumulusci/tasks/salesforce/UninstallLocal.py,sha256=6nnRDyFrwIcXd9WygDHIMhMQYBZMFEQ75Sh6nNxivfg,492
521
522
  cumulusci/tasks/salesforce/UninstallLocalBundles.py,sha256=eG4yoDJdjruo9kwfcQU-i5_AVt473uWF7SvLD7IQoSw,759
522
523
  cumulusci/tasks/salesforce/UninstallLocalNamespacedBundles.py,sha256=KgM6TPSkczAdeM10fOAtijs4uszJ_f219lGgVNwJ1eM,2210
@@ -531,6 +532,7 @@ cumulusci/tasks/salesforce/create_permission_sets.py,sha256=G8oujNUbIUnerzUcdmAr
531
532
  cumulusci/tasks/salesforce/custom_settings.py,sha256=rpDszqBKB1qPR5DlLhG3ke41WKrZ3LXLVEoSs-a8qcM,6098
532
533
  cumulusci/tasks/salesforce/custom_settings_wait.py,sha256=R5v5ld6pTv3ytx27ciwIgg637upvSgh0R0LxN_v2OTY,4909
533
534
  cumulusci/tasks/salesforce/enable_prediction.py,sha256=k3sDF_SH8TrMn52r1Jd4NnMZQMgxoHbR7xOWtilA3dg,4294
535
+ cumulusci/tasks/salesforce/getPackageVersion.py,sha256=t6d3sx_6XrnRmhIb06vlp5BdP7iURuIl0HrQKQzo7W8,3615
534
536
  cumulusci/tasks/salesforce/insert_record.py,sha256=T-vV5Fgs6DpG4y0AmbSrcxVBaM6TQZxwT-IDm-Yu-H8,1638
535
537
  cumulusci/tasks/salesforce/install_package_version.py,sha256=fYw47SGj2_0YL26KTjKrYsG8acoTG4wsv4--Bsc7IE0,10057
536
538
  cumulusci/tasks/salesforce/license_preflights.py,sha256=QUsoMKTKxJ_fQVNpzLJ0jMiwKsh7LFqbHjKeY8LtxO8,209
@@ -563,6 +565,7 @@ cumulusci/tasks/salesforce/tests/test_RetrieveReportsAndDashboards.py,sha256=6eP
563
565
  cumulusci/tasks/salesforce/tests/test_RetrieveUnpackaged.py,sha256=mXMcw0a1til3R8eMm7KGZ5oftqKT5XLFoZ047UAO0Z8,668
564
566
  cumulusci/tasks/salesforce/tests/test_SOQLQuery.py,sha256=YHsdSzFNEY8R5qbT0al9I0mYHWNT8P4hqYji2gDVnEU,849
565
567
  cumulusci/tasks/salesforce/tests/test_SfDataCommands.py,sha256=JdM7P-lDXKtvxK4UlHMOIfzCVz6uH2eaIyyJEZKenuk,13353
568
+ cumulusci/tasks/salesforce/tests/test_SfPackageCommands.py,sha256=p1ljUXH0IKZsJLj0ZANb6wt68Q7fSoVN1f__KxTMvLU,21346
566
569
  cumulusci/tasks/salesforce/tests/test_UninstallLocal.py,sha256=v7UtmVPFGeH13mSnuZi8eI5vaDeO7WlDu1bhM3s9-fk,582
567
570
  cumulusci/tasks/salesforce/tests/test_UninstallLocalBundles.py,sha256=oz8xuYGda4aYXskIAB0mUAJpgroOhV9Ahb-a4oNJtio,557
568
571
  cumulusci/tasks/salesforce/tests/test_UninstallLocalNamespacedBundles.py,sha256=oj_OpxDnTRSX782aWSGsttnybrO3cZh3Mtk_NiLZiOs,907
@@ -578,6 +581,7 @@ cumulusci/tasks/salesforce/tests/test_custom_settings.py,sha256=wnMUkj7siBS3vrKh
578
581
  cumulusci/tasks/salesforce/tests/test_custom_settings_wait.py,sha256=tPkR-i4kIjRaHwWzLg8x7ztS9uShkkybtPu0EqQwETg,6546
579
582
  cumulusci/tasks/salesforce/tests/test_describemetadatatypes.py,sha256=wNDjtmuV7pZ1irSvVITQ6I6eCznNKO2O766N9eTaZZ4,523
580
583
  cumulusci/tasks/salesforce/tests/test_enable_prediction.py,sha256=MMEQ6WCaCaLy3OJ7frmpWak-hDFFnlieOA-_5wQWKMc,9595
584
+ cumulusci/tasks/salesforce/tests/test_getPackageVersion.py,sha256=6n8vBSzBtkns_Po0rbCAo03ps5whPqfNPBUEMyLUJTs,23417
581
585
  cumulusci/tasks/salesforce/tests/test_insert_record.py,sha256=8SKZ28aH1x4-NYHAxsk2HkT7IlPGi0qJoNqVFM2i8M8,3478
582
586
  cumulusci/tasks/salesforce/tests/test_install_package_version.py,sha256=f_hHO83vRxbgHNvNfOF8tf7FZCY4bVT2uofdoGNgChY,15282
583
587
  cumulusci/tasks/salesforce/tests/test_network_member_group.py,sha256=N0ZXcy74nNQdpmGrBnkVzY6mALW4KxoYhQtARrZJ578,13968
@@ -612,7 +616,7 @@ cumulusci/tasks/tests/test_promote_package_version.py,sha256=6sitwrB8kUnnOH943em
612
616
  cumulusci/tasks/tests/test_pushfails.py,sha256=9JG9D0iD4dR-1fKheaRN7BEy3lzzuOKeRnQy03cwvZk,3214
613
617
  cumulusci/tasks/tests/test_salesforce.py,sha256=yCGtuHapxyAEmXQhuF2g2fh2naknTu7Md4OfEJQvGAA,2594
614
618
  cumulusci/tasks/tests/test_sfdx.py,sha256=oUbHo28d796m5RuskXMLitJw2rCLjjXIfxggzr4gsso,3545
615
- cumulusci/tasks/tests/test_util.py,sha256=qejX50N8RjHLg_qoF-TkqhAFlAgKHjJKrYMRw1DaXa4,9174
619
+ cumulusci/tasks/tests/test_util.py,sha256=SHNXQdfo3pxH7oFGvd-IpJS9noEoL4lm2b3CqW3KNws,9212
616
620
  cumulusci/tasks/utility/env_management.py,sha256=hJX6ySEiXD2oFW38JqbGQKMj89ucxdSBsPwytSdkgO8,6591
617
621
  cumulusci/tasks/utility/tests/test_env_management.py,sha256=fw34meWGOe1YYZO449MMCi2O7BgSaOA_I_wScrIr1Uk,8702
618
622
  cumulusci/tasks/vcs/__init__.py,sha256=ZzpMZnhooXZ6r_ywBVTS3UNw9uMcXW6h33LylRqTDK0,700
@@ -667,7 +671,7 @@ cumulusci/tests/shared_cassettes/vcr_string_templates/batchInfoList_xml.tpl,sha2
667
671
  cumulusci/tests/shared_cassettes/vcr_string_templates/batchInfo_xml.tpl,sha256=QVliMmBsCaTLx6ichcTSJEk58ejkNmKQfYchr8a62kE,553
668
672
  cumulusci/tests/shared_cassettes/vcr_string_templates/jobInfo_insert_xml.tpl,sha256=MELjgmEaKPEVMcZNO3s8fn5QjvN5qU7F1svg8tc5yoA,1113
669
673
  cumulusci/tests/shared_cassettes/vcr_string_templates/jobInfo_upsert_xml.tpl,sha256=Pk2twM954A_jndsGJXLhe1S00Sd64O6a2QNlnfj83Dw,1152
670
- cumulusci/utils/__init__.py,sha256=5_gbnBhl1MtXqzVT-8fhM9rA1eZ4811sk5wHuJWv5_I,25639
674
+ cumulusci/utils/__init__.py,sha256=dJHtpKTHbXROzIljpJ_h8uG9YzvXgRqvZlPGkjYP12M,25675
671
675
  cumulusci/utils/classutils.py,sha256=paXwI8ZkwLr0Wv2fhs99GXh4Jhoinye6m1UJPPrtJFM,322
672
676
  cumulusci/utils/collections.py,sha256=4XcsBCyDhNcxSL589Y6gjNONKeB7YLqQ-nlWmiZjIlo,691
673
677
  cumulusci/utils/deprecation.py,sha256=MDQ4kbAS3RhpVAA_WVCXRMDDEjJj3pq9eeBDyPNcEoc,216
@@ -740,9 +744,9 @@ cumulusci/vcs/tests/dummy_service.py,sha256=RltOUpMIhSDNrfxk0LhLqlH4ppC0sK6NC2cO
740
744
  cumulusci/vcs/tests/test_vcs_base.py,sha256=9mp6uZ3lTxY4onjUNCucp9N9aB3UylKS7_2Zu_hdAZw,24331
741
745
  cumulusci/vcs/tests/test_vcs_bootstrap.py,sha256=N0NA48-rGNIIjY3Z7PtVnNwHObSlEGDk2K55TQGI8g4,27954
742
746
  cumulusci/vcs/utils/__init__.py,sha256=py4fEcHM7Vd0M0XWznOlywxaeCtG3nEVGmELmEKVGU8,869
743
- cumulusci_plus-5.0.22.dist-info/METADATA,sha256=ljfT50v3S8vBcucU0_ybSbrbqb_delTkke-edqFgf50,6089
744
- cumulusci_plus-5.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
745
- cumulusci_plus-5.0.22.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
746
- cumulusci_plus-5.0.22.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
747
- cumulusci_plus-5.0.22.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
748
- cumulusci_plus-5.0.22.dist-info/RECORD,,
747
+ cumulusci_plus-5.0.24.dist-info/METADATA,sha256=rtDu9DsrrO68HBB5umhpTgg_h9lKA88pTPkpKi9ti4Y,6275
748
+ cumulusci_plus-5.0.24.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
749
+ cumulusci_plus-5.0.24.dist-info/entry_points.txt,sha256=nTtu04b9iLXhzADcTrb5PwmdXE6e2MTUAMh9OK6Z2pg,80
750
+ cumulusci_plus-5.0.24.dist-info/licenses/AUTHORS.rst,sha256=PvewjKImdKPhhJ6xR2EEZ4T7GbpY2ZeAeyWm2aLtiMQ,676
751
+ cumulusci_plus-5.0.24.dist-info/licenses/LICENSE,sha256=NFsF_s7RVXk2dU6tmRAN8wF45pnD98VZ5IwqOsyBcaU,1499
752
+ cumulusci_plus-5.0.24.dist-info/RECORD,,