xmipp3-installer 2.0.1__py3-none-any.whl → 2.0.2__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.
- xmipp3_installer/api_client/assembler/installation_info_assembler.py +1 -1
- xmipp3_installer/installer/installer_service.py +1 -1
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/METADATA +1 -1
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/RECORD +8 -8
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/WHEEL +0 -0
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/entry_points.txt +0 -0
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/licenses/LICENSE.txt +0 -0
- {xmipp3_installer-2.0.1.dist-info → xmipp3_installer-2.0.2.dist-info}/top_level.txt +0 -0
|
@@ -91,7 +91,7 @@ def __get_installation_branch_name(branch_name: str, version_manager: versions_m
|
|
|
91
91
|
#### Return:
|
|
92
92
|
- (str): Release name if Xmipp is in a release branch, or the branch name otherwise.
|
|
93
93
|
"""
|
|
94
|
-
return branch_name
|
|
94
|
+
return branch_name if (branch_name and not git_handler.is_tag()) else version_manager.xmipp_version_name
|
|
95
95
|
|
|
96
96
|
def __get_user_id() -> str:
|
|
97
97
|
"""
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
xmipp3_installer/__init__.py,sha256=s67VAuwU_q4SQwrHE2ma0iHaK7B-he8LIAHE6isCmMc,50
|
|
2
2
|
xmipp3_installer/__main__.py,sha256=GjAvEb6__AdjqqtOKc6Q5LQieofjGypAeKmpceqrUsA,124
|
|
3
3
|
xmipp3_installer/api_client/api_client.py,sha256=sMtkC0lvX7sbi0JbKYsCieGgzxU3B1jZNRgcv9AEMxo,1670
|
|
4
|
-
xmipp3_installer/api_client/assembler/installation_info_assembler.py,sha256=
|
|
4
|
+
xmipp3_installer/api_client/assembler/installation_info_assembler.py,sha256=hFUzwKgF6MwLXDNAsKAchxfT9mbaksuxXyrpi_9atmM,5963
|
|
5
5
|
xmipp3_installer/application/__init__.py,sha256=kLEk5vEkDPq06r2mKB9FZ2f-yn0Jgm5rSGfL3tBwtik,89
|
|
6
6
|
xmipp3_installer/application/user_interactions.py,sha256=HcNO1YlL2dY5PWZR7hl2Hw366bZ-5fQ7QRcfkwhvr_E,703
|
|
7
7
|
xmipp3_installer/application/cli/__init__.py,sha256=twbZEzUf7ZjBKE07j3DQinLXqa5KOVJ8akiMISx6Rfg,32
|
|
@@ -19,7 +19,7 @@ xmipp3_installer/application/logger/errors.py,sha256=ac6sAejffSaWB9sDxJIHAlNomgk
|
|
|
19
19
|
xmipp3_installer/application/logger/logger.py,sha256=lkF-edAlG9ON8B-T8xKLyRep1bs8V2QsboBlyhm2Kuw,7639
|
|
20
20
|
xmipp3_installer/application/logger/predefined_messages.py,sha256=Wm5SVwZwknxc8uDx56HOoubAWbXfVvrps1bXkczpfSg,2292
|
|
21
21
|
xmipp3_installer/installer/__init__.py,sha256=sxvxGWDy3i9EumDOpI5djVU-gpdlFcuFG1wfRNWJpfU,51
|
|
22
|
-
xmipp3_installer/installer/installer_service.py,sha256=
|
|
22
|
+
xmipp3_installer/installer/installer_service.py,sha256=7m2UQsv3-DEx7v2ACmY3TPDUd7mLvuSmRAtMjtKk_Qs,3013
|
|
23
23
|
xmipp3_installer/installer/orquestrator.py,sha256=kmM5DhjGbi2bm_JuXHVPbJvi_89ePb1q38A-RhlRURw,1060
|
|
24
24
|
xmipp3_installer/installer/urls.py,sha256=So738nMK7lkqsLymyc-IJFyeRMx2ZIZ19i-qH_MRAis,521
|
|
25
25
|
xmipp3_installer/installer/constants/__init__.py,sha256=saH8Nk3QpuxuGIZ6kWv8EkAwY3Tx-DHs7Mrt4K405Jc,320
|
|
@@ -62,9 +62,9 @@ xmipp3_installer/repository/config_vars/default_values.py,sha256=eIUVE8G5I7VP4T3
|
|
|
62
62
|
xmipp3_installer/repository/config_vars/variables.py,sha256=U2LyYIitxGIO7cP_IG0lfkOQ1IrvFZTOp1l6O98N_34,1513
|
|
63
63
|
xmipp3_installer/shared/file_operations.py,sha256=cwYe3P0Iz3Sq2U4DqANx4AsL1QmqCU-VW2T3C0YcVLA,464
|
|
64
64
|
xmipp3_installer/shared/singleton.py,sha256=nqsCg_rTCdWld2EeLzmvQLjk_goROWWyia3wN7aqHUE,557
|
|
65
|
-
xmipp3_installer-2.0.
|
|
66
|
-
xmipp3_installer-2.0.
|
|
67
|
-
xmipp3_installer-2.0.
|
|
68
|
-
xmipp3_installer-2.0.
|
|
69
|
-
xmipp3_installer-2.0.
|
|
70
|
-
xmipp3_installer-2.0.
|
|
65
|
+
xmipp3_installer-2.0.2.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
66
|
+
xmipp3_installer-2.0.2.dist-info/METADATA,sha256=eIz5A-n44AMsUygsBymn2vTmFvrP0LuahsvXbAzNDHI,4741
|
|
67
|
+
xmipp3_installer-2.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
68
|
+
xmipp3_installer-2.0.2.dist-info/entry_points.txt,sha256=AbvjNKF8d0LfHkuVMrBz26YhjkzL37m4FYUDDs9UFB4,68
|
|
69
|
+
xmipp3_installer-2.0.2.dist-info/top_level.txt,sha256=PbpSNvfVKVhceWxY482CNYzjSnGbQXl782LlWh39uuw,17
|
|
70
|
+
xmipp3_installer-2.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|